com.baidubce.services.iotdm.model
Class GroupListResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.iotdm.model.GroupListResponse
All Implemented Interfaces:
Serializable

public class GroupListResponse
extends AbstractBceResponse

Represent the response of getting group list.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GroupListResponse()
           
 
Method Summary
 List<DeviceGroup> getGroups()
           
 void setGroups(List<DeviceGroup> groups)
           
 
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

GroupListResponse

public GroupListResponse()
Method Detail

getGroups

public List<DeviceGroup> getGroups()

setGroups

public void setGroups(List<DeviceGroup> groups)


Copyright © 2018. All rights reserved.