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

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

public class Schema
extends Object

Represent the model of Schema.


Constructor Summary
Schema()
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Schema

public Schema()
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.