com.baidubce.services.media.model
Class ErrorResponse

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

public class ErrorResponse
extends AbstractBceResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ErrorResponse()
           
 
Method Summary
 String getMessage()
           
 void setMessage(String message)
           
 String toString()
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorResponse

public ErrorResponse()
Method Detail

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.