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

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by 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

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
SchemaResponse()
           
 
Method Summary
 long getCreateTime()
           
 String getDescription()
           
 String getId()
           
 long getLastUpdatedTime()
           
 String getName()
           
 List<SchemaProperty> getProperties()
           
 void setCreateTime(long createTime)
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setLastUpdatedTime(long lastUpdatedTime)
           
 void setName(String name)
           
 void setProperties(List<SchemaProperty> properties)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaResponse

public SchemaResponse()
Method Detail

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.