类 SchemaProperty
- java.lang.Object
-
- com.baidubce.services.iotdm.model.v3.schema.SchemaProperty
-
public class SchemaProperty extends Object
Represent the model of Schema Property.
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classSchemaProperty.PropertyType
-
构造器概要
构造器 构造器 说明 SchemaProperty()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetDefaultValue()StringgetDisplayName()StringgetName()SchemaProperty.PropertyTypegetType()StringgetUnit()voidsetDefaultValue(String defaultValue)voidsetDisplayName(String displayName)voidsetName(String name)voidsetType(SchemaProperty.PropertyType type)voidsetUnit(String unit)SchemaPropertywithDefaultValue(String defaultValue)SchemaPropertywithDisplayName(String displayName)SchemaPropertywithName(String name)SchemaPropertywithType(SchemaProperty.PropertyType type)SchemaPropertywithUnit(String unit)
-
-
-
方法详细资料
-
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)
-
-