Class OutputAuthorizedTransfer
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trp.v20210515.models.OutputAuthorizedTransfer
-
public class OutputAuthorizedTransfer extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OutputAuthorizedTransfer()OutputAuthorizedTransfer(OutputAuthorizedTransfer 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 LonggetCode()Get 推送状态,0表示成功。 注意:此字段可能返回 null,表示取不到有效值。StringgetMessage()Get 错误码。 注意:此字段可能返回 null,表示取不到有效值。StringgetValue()Get 错误信息描述。 注意:此字段可能返回 null,表示取不到有效值。voidsetCode(Long Code)Set 推送状态,0表示成功。 注意:此字段可能返回 null,表示取不到有效值。voidsetMessage(String Message)Set 错误码。 注意:此字段可能返回 null,表示取不到有效值。voidsetValue(String Value)Set 错误信息描述。 注意:此字段可能返回 null,表示取不到有效值。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
-
OutputAuthorizedTransfer
public OutputAuthorizedTransfer()
-
OutputAuthorizedTransfer
public OutputAuthorizedTransfer(OutputAuthorizedTransfer 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
-
getCode
public Long getCode()
Get 推送状态,0表示成功。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Code 推送状态,0表示成功。 注意:此字段可能返回 null,表示取不到有效值。
-
setCode
public void setCode(Long Code)
Set 推送状态,0表示成功。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Code- 推送状态,0表示成功。 注意:此字段可能返回 null,表示取不到有效值。
-
getMessage
public String getMessage()
Get 错误码。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Message 错误码。 注意:此字段可能返回 null,表示取不到有效值。
-
setMessage
public void setMessage(String Message)
Set 错误码。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Message- 错误码。 注意:此字段可能返回 null,表示取不到有效值。
-
getValue
public String getValue()
Get 错误信息描述。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value 错误信息描述。 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(String Value)
Set 错误信息描述。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value- 错误信息描述。 注意:此字段可能返回 null,表示取不到有效值。
-
-