com.baidubce.services.iothub.model
Class BaseResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.iothub.model.BaseResponse
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ListPermissionResponse, ListResponse, QueryEndpointResponse, QueryPermissionResponse, QueryResponse, QueryThingResponse, RenewCertificateResponse

public class BaseResponse
extends AbstractBceResponse

Represent the base request for all iothub response.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
BaseResponse()
           
 
Method Summary
 String getMessage()
           
 void setMessage(String message)
           
 
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

BaseResponse

public BaseResponse()
Method Detail

getMessage

public String getMessage()

setMessage

public void setMessage(String message)


Copyright © 2018. All rights reserved.