com.baidubce.services.iotdm.model.v3.schema
Class SchemaProperty
java.lang.Object
com.baidubce.services.iotdm.model.v3.schema.SchemaProperty
public class SchemaProperty
- extends Object
Represent the model of Schema Property.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaProperty
public SchemaProperty()
getName
public String getName()
setName
public void setName(String name)
withName
public SchemaProperty withName(String name)
getType
public SchemaProperty.PropertyType getType()
setType
public void setType(SchemaProperty.PropertyType type)
withType
public SchemaProperty withType(SchemaProperty.PropertyType type)
getDisplayName
public String getDisplayName()
setDisplayName
public void setDisplayName(String displayName)
withDisplayName
public SchemaProperty withDisplayName(String displayName)
getDefaultValue
public String getDefaultValue()
setDefaultValue
public void setDefaultValue(String defaultValue)
withDefaultValue
public SchemaProperty withDefaultValue(String defaultValue)
getUnit
public String getUnit()
setUnit
public void setUnit(String unit)
withUnit
public SchemaProperty withUnit(String unit)
Copyright © 2018. All rights reserved.