com.baidubce.services.iothub.model
Class QueryPolicyResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.iothub.model.BaseResponse
          extended by com.baidubce.services.iothub.model.QueryResponse
              extended by com.baidubce.services.iothub.model.QueryPolicyResponse
All Implemented Interfaces:
Serializable

public class QueryPolicyResponse
extends QueryResponse

Represent the response to query the specified policy.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
QueryPolicyResponse()
           
 
Method Summary
 String getPolicyName()
           
 void setPolicyName(String policyName)
           
 
Methods inherited from class com.baidubce.services.iothub.model.QueryResponse
getCreateTime, getEndpointName, setCreateTime, setEndpointName
 
Methods inherited from class com.baidubce.services.iothub.model.BaseResponse
getMessage, setMessage
 
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

QueryPolicyResponse

public QueryPolicyResponse()
Method Detail

getPolicyName

public String getPolicyName()

setPolicyName

public void setPolicyName(String policyName)


Copyright © 2018. All rights reserved.