com.baidubce.services.iotdm.model.v3.schema
Class SchemaProperty

java.lang.Object
  extended by com.baidubce.services.iotdm.model.v3.schema.SchemaProperty

public class SchemaProperty
extends Object

Represent the model of Schema Property.


Nested Class Summary
static class SchemaProperty.PropertyType
           
 
Constructor Summary
SchemaProperty()
           
 
Method Summary
 String getDefaultValue()
           
 String getDisplayName()
           
 String getName()
           
 SchemaProperty.PropertyType getType()
           
 String getUnit()
           
 void setDefaultValue(String defaultValue)
           
 void setDisplayName(String displayName)
           
 void setName(String name)
           
 void setType(SchemaProperty.PropertyType type)
           
 void setUnit(String unit)
           
 SchemaProperty withDefaultValue(String defaultValue)
           
 SchemaProperty withDisplayName(String displayName)
           
 SchemaProperty withName(String name)
           
 SchemaProperty withType(SchemaProperty.PropertyType type)
           
 SchemaProperty withUnit(String unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaProperty

public SchemaProperty()
Method Detail

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.