com.baidubce.services.iotdm.model.v3.schema
Class Schema
java.lang.Object
com.baidubce.services.iotdm.model.v3.schema.Schema
public class Schema
- extends Object
Represent the model of Schema.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Schema
public Schema()
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getCreateTime
public long getCreateTime()
setCreateTime
public void setCreateTime(long createTime)
getLastUpdatedTime
public long getLastUpdatedTime()
setLastUpdatedTime
public void setLastUpdatedTime(long lastUpdatedTime)
getProperties
public List<SchemaProperty> getProperties()
setProperties
public void setProperties(List<SchemaProperty> properties)
Copyright © 2018. All rights reserved.