com.baidubce.services.vcr.model
Class VcrError

java.lang.Object
  extended by com.baidubce.services.vcr.model.VcrError

public class VcrError
extends Object

Vcr error info.


Constructor Summary
VcrError()
           
 
Method Summary
 String getCode()
           
 String getMessage()
           
 void setCode(String code)
           
 void setMessage(String message)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VcrError

public VcrError()
Method Detail

getCode

public String getCode()

setCode

public void setCode(String code)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.