| Modifier and Type | Optional Element and Description |
|---|---|
long |
defaultValueMs
Default value
|
String |
enabledWhen
Condition when property will be enabled.
|
String |
format
DateTime Format for stored value
FORMAT_TIMESTAMP_SECONDS and
FORMAT_TIMESTAMP_MILLS
will serialize value to JSON number.
|
String |
name
Property name.
|
long |
notAfterTimestampMs
Maximum allowed value
|
long |
notBeforeTimestampMs
Minimum allowed value
|
TriBool |
readonly
Property cannot be changed
This will be ignored if property is required
and the new object is creating
|
boolean |
required
Value should be set
|
boolean |
withTime |
public abstract String name
public abstract TriBool readonly
public abstract String enabledWhen
public abstract long notAfterTimestampMs
public abstract long notBeforeTimestampMs
public abstract long defaultValueMs
public abstract String format
Copyright © 2018. All rights reserved.