public final class MetadataGetMetadataResponseProperties extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Map |
defaultValue |
Default value of the property as defined in the schema, JSON type of the field corresponds to the type of the property type in the schema
|
Boolean |
editable |
True if the property is editable in current context
|
String |
Name |
Name
|
String |
propertyId |
Metadata schema propertyId
|
Boolean |
required |
True if property value is required
|
String |
schemaId |
Metadata schema object Id
|
Map |
validator |
Property validation information as defined in the schema
|
Map |
value |
Property value, JSON type of the field corresponds to the type of the property type in the schema
|
String |
valueType |
Schema property type, one of STRING, BOOL, INT, DOUBLE, DATE, ENUM, OBJECT
|
| Constructor | Description |
|---|---|
MetadataGetMetadataResponseProperties() |
| Modifier and Type | Method | Description |
|---|---|---|
Map |
getDefaultValue() |
Get Default value of the property as defined in the schema, JSON type of the field corresponds to the type of the property type in the schema
|
Boolean |
getEditable() |
Get True if the property is editable in current context
|
String |
getName() |
Get Name
|
String |
getPropertyId() |
Get Metadata schema propertyId
|
Boolean |
getRequired() |
Get True if property value is required
|
String |
getSchemaId() |
Get Metadata schema object Id
|
Map |
getValidator() |
Get Property validation information as defined in the schema
|
Map |
getValue() |
Get Property value, JSON type of the field corresponds to the type of the property type in the schema
|
String |
getValueType() |
Get Schema property type, one of STRING, BOOL, INT, DOUBLE, DATE, ENUM, OBJECT
|
String |
toString() |
getOtherPropertiespublic String Name
public String schemaId
public String propertyId
public String valueType
public Boolean editable
public Boolean required
public Map defaultValue
public Map value
public Map validator
public MetadataGetMetadataResponseProperties()
public final String getName()
public final String getSchemaId()
public final String getPropertyId()
public final String getValueType()
public final Boolean getEditable()
public final Boolean getRequired()
public final Map getDefaultValue()
public final Map getValue()
public final Map getValidator()
Copyright © 2021. All rights reserved.