com.baidubce.services.iotdm.model
Class GetEndpointsResponse

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

public class GetEndpointsResponse
extends AbstractBceResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetEndpointsResponse()
           
 
Method Summary
 int getAmount()
           
 List<EndpointInResponse> getEndpointList()
           
 void setAmount(int amount)
           
 void setEndpointList(List<EndpointInResponse> endpointList)
           
 
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

GetEndpointsResponse

public GetEndpointsResponse()
Method Detail

setAmount

public void setAmount(int amount)

getAmount

public int getAmount()

setEndpointList

public void setEndpointList(List<EndpointInResponse> endpointList)

getEndpointList

public List<EndpointInResponse> getEndpointList()


Copyright © 2018. All rights reserved.