com.baidubce.services.iothub.model
Class ListPrincipalsRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.iothub.model.BaseRequest
          extended by com.baidubce.services.iothub.model.ListPrincipalsRequest

public class ListPrincipalsRequest
extends BaseRequest

Represent the request to list all principal in specified thing.


Constructor Summary
ListPrincipalsRequest()
           
 
Method Summary
 String getThingName()
           
 void setThingName(String thingName)
           
 ListPrincipalsRequest withEndpointName(String endpointName)
           
 ListPrincipalsRequest withThingName(String thingName)
           
 
Methods inherited from class com.baidubce.services.iothub.model.BaseRequest
getEndpointName, setEndpointName, withRequestCredentials
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListPrincipalsRequest

public ListPrincipalsRequest()
Method Detail

getThingName

public String getThingName()

setThingName

public void setThingName(String thingName)

withEndpointName

public ListPrincipalsRequest withEndpointName(String endpointName)
Overrides:
withEndpointName in class BaseRequest

withThingName

public ListPrincipalsRequest withThingName(String thingName)


Copyright © 2018. All rights reserved.