com.baidubce.services.iotdm.model.v3.schema
Class SchemaResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.iotdm.model.v3.schema.SchemaResponse
- All Implemented Interfaces:
- Serializable
public class SchemaResponse
- extends AbstractBceResponse
Represent the response of getting a schema.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaResponse
public SchemaResponse()
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.