public static class RuntimeEntityInterpretation.Builder
extends java.lang.Object
Constructor and Description |
---|
RuntimeEntityInterpretation.Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
RuntimeEntityInterpretation |
build()
Builds a RuntimeEntityInterpretation.
|
RuntimeEntityInterpretation.Builder |
calendarType(java.lang.String calendarType)
Set the calendarType.
|
RuntimeEntityInterpretation.Builder |
datetimeLink(java.lang.String datetimeLink)
Set the datetimeLink.
|
RuntimeEntityInterpretation.Builder |
festival(java.lang.String festival)
Set the festival.
|
RuntimeEntityInterpretation.Builder |
granularity(java.lang.String granularity)
Set the granularity.
|
RuntimeEntityInterpretation.Builder |
numericValue(java.lang.Double numericValue)
Set the numericValue.
|
RuntimeEntityInterpretation.Builder |
partOfDay(java.lang.String partOfDay)
Set the partOfDay.
|
RuntimeEntityInterpretation.Builder |
rangeLink(java.lang.String rangeLink)
Set the rangeLink.
|
RuntimeEntityInterpretation.Builder |
rangeModifier(java.lang.String rangeModifier)
Set the rangeModifier.
|
RuntimeEntityInterpretation.Builder |
relativeDay(java.lang.Double relativeDay)
Set the relativeDay.
|
RuntimeEntityInterpretation.Builder |
relativeHour(java.lang.Double relativeHour)
Set the relativeHour.
|
RuntimeEntityInterpretation.Builder |
relativeMinute(java.lang.Double relativeMinute)
Set the relativeMinute.
|
RuntimeEntityInterpretation.Builder |
relativeMonth(java.lang.Double relativeMonth)
Set the relativeMonth.
|
RuntimeEntityInterpretation.Builder |
relativeSecond(java.lang.Double relativeSecond)
Set the relativeSecond.
|
RuntimeEntityInterpretation.Builder |
relativeWeek(java.lang.Double relativeWeek)
Set the relativeWeek.
|
RuntimeEntityInterpretation.Builder |
relativeWeekend(java.lang.Double relativeWeekend)
Set the relativeWeekend.
|
RuntimeEntityInterpretation.Builder |
relativeYear(java.lang.Double relativeYear)
Set the relativeYear.
|
RuntimeEntityInterpretation.Builder |
specificDay(java.lang.Double specificDay)
Set the specificDay.
|
RuntimeEntityInterpretation.Builder |
specificDayOfWeek(java.lang.String specificDayOfWeek)
Set the specificDayOfWeek.
|
RuntimeEntityInterpretation.Builder |
specificHour(java.lang.Double specificHour)
Set the specificHour.
|
RuntimeEntityInterpretation.Builder |
specificMinute(java.lang.Double specificMinute)
Set the specificMinute.
|
RuntimeEntityInterpretation.Builder |
specificMonth(java.lang.Double specificMonth)
Set the specificMonth.
|
RuntimeEntityInterpretation.Builder |
specificQuarter(java.lang.Double specificQuarter)
Set the specificQuarter.
|
RuntimeEntityInterpretation.Builder |
specificSecond(java.lang.Double specificSecond)
Set the specificSecond.
|
RuntimeEntityInterpretation.Builder |
specificYear(java.lang.Double specificYear)
Set the specificYear.
|
RuntimeEntityInterpretation.Builder |
subtype(java.lang.String subtype)
Set the subtype.
|
RuntimeEntityInterpretation.Builder |
timezone(java.lang.String timezone)
Set the timezone.
|
public RuntimeEntityInterpretation.Builder()
public RuntimeEntityInterpretation build()
public RuntimeEntityInterpretation.Builder calendarType(java.lang.String calendarType)
calendarType
- the calendarTypepublic RuntimeEntityInterpretation.Builder datetimeLink(java.lang.String datetimeLink)
datetimeLink
- the datetimeLinkpublic RuntimeEntityInterpretation.Builder festival(java.lang.String festival)
festival
- the festivalpublic RuntimeEntityInterpretation.Builder granularity(java.lang.String granularity)
granularity
- the granularitypublic RuntimeEntityInterpretation.Builder rangeLink(java.lang.String rangeLink)
rangeLink
- the rangeLinkpublic RuntimeEntityInterpretation.Builder rangeModifier(java.lang.String rangeModifier)
rangeModifier
- the rangeModifierpublic RuntimeEntityInterpretation.Builder relativeDay(java.lang.Double relativeDay)
relativeDay
- the relativeDaypublic RuntimeEntityInterpretation.Builder relativeMonth(java.lang.Double relativeMonth)
relativeMonth
- the relativeMonthpublic RuntimeEntityInterpretation.Builder relativeWeek(java.lang.Double relativeWeek)
relativeWeek
- the relativeWeekpublic RuntimeEntityInterpretation.Builder relativeWeekend(java.lang.Double relativeWeekend)
relativeWeekend
- the relativeWeekendpublic RuntimeEntityInterpretation.Builder relativeYear(java.lang.Double relativeYear)
relativeYear
- the relativeYearpublic RuntimeEntityInterpretation.Builder specificDay(java.lang.Double specificDay)
specificDay
- the specificDaypublic RuntimeEntityInterpretation.Builder specificDayOfWeek(java.lang.String specificDayOfWeek)
specificDayOfWeek
- the specificDayOfWeekpublic RuntimeEntityInterpretation.Builder specificMonth(java.lang.Double specificMonth)
specificMonth
- the specificMonthpublic RuntimeEntityInterpretation.Builder specificQuarter(java.lang.Double specificQuarter)
specificQuarter
- the specificQuarterpublic RuntimeEntityInterpretation.Builder specificYear(java.lang.Double specificYear)
specificYear
- the specificYearpublic RuntimeEntityInterpretation.Builder numericValue(java.lang.Double numericValue)
numericValue
- the numericValuepublic RuntimeEntityInterpretation.Builder subtype(java.lang.String subtype)
subtype
- the subtypepublic RuntimeEntityInterpretation.Builder partOfDay(java.lang.String partOfDay)
partOfDay
- the partOfDaypublic RuntimeEntityInterpretation.Builder relativeHour(java.lang.Double relativeHour)
relativeHour
- the relativeHourpublic RuntimeEntityInterpretation.Builder relativeMinute(java.lang.Double relativeMinute)
relativeMinute
- the relativeMinutepublic RuntimeEntityInterpretation.Builder relativeSecond(java.lang.Double relativeSecond)
relativeSecond
- the relativeSecondpublic RuntimeEntityInterpretation.Builder specificHour(java.lang.Double specificHour)
specificHour
- the specificHourpublic RuntimeEntityInterpretation.Builder specificMinute(java.lang.Double specificMinute)
specificMinute
- the specificMinutepublic RuntimeEntityInterpretation.Builder specificSecond(java.lang.Double specificSecond)
specificSecond
- the specificSecondpublic RuntimeEntityInterpretation.Builder timezone(java.lang.String timezone)
timezone
- the timezone