Class LiveStreamProcessErrorInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.LiveStreamProcessErrorInfo
-
public class LiveStreamProcessErrorInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LiveStreamProcessErrorInfo()LiveStreamProcessErrorInfo(LiveStreamProcessErrorInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetErrCode()Get 错误码: 0表示没有错误; 非0表示错误,请参考 Message 错误信息。StringgetMessage()Get 错误信息。voidsetErrCode(Long ErrCode)Set 错误码: 0表示没有错误; 非0表示错误,请参考 Message 错误信息。voidsetMessage(String Message)Set 错误信息。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LiveStreamProcessErrorInfo
public LiveStreamProcessErrorInfo()
-
LiveStreamProcessErrorInfo
public LiveStreamProcessErrorInfo(LiveStreamProcessErrorInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getErrCode
public Long getErrCode()
Get 错误码:- 0表示没有错误;
- 非0表示错误,请参考 Message 错误信息。
- Returns:
- ErrCode 错误码:
- 0表示没有错误;
- 非0表示错误,请参考 Message 错误信息。
-
setErrCode
public void setErrCode(Long ErrCode)
Set 错误码:- 0表示没有错误;
- 非0表示错误,请参考 Message 错误信息。
- Parameters:
ErrCode- 错误码:- 0表示没有错误;
- 非0表示错误,请参考 Message 错误信息。
-
getMessage
public String getMessage()
Get 错误信息。- Returns:
- Message 错误信息。
-
setMessage
public void setMessage(String Message)
Set 错误信息。- Parameters:
Message- 错误信息。
-
-