com.baidubce.services.iotdm.model
Class GroupInfoResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.iotdm.model.GroupInfoResponse
- All Implemented Interfaces:
- Serializable
public class GroupInfoResponse
- extends AbstractBceResponse
Represent the response of device group infomation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupInfoResponse
public GroupInfoResponse()
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getUri
public String getUri()
setUri
public void setUri(String uri)
getDevices
public int getDevices()
setDevices
public void setDevices(int devices)
getParent
public String getParent()
setParent
public void setParent(String parent)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getCreateTime
public Date getCreateTime()
setCreateTime
public void setCreateTime(Date createTime)
Copyright © 2018. All rights reserved.