Class QueryReconciliationFileApplyInfoResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryReconciliationFileApplyInfoResult
-
public class QueryReconciliationFileApplyInfoResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryReconciliationFileApplyInfoResult()QueryReconciliationFileApplyInfoResult(QueryReconciliationFileApplyInfoResult 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 StringgetApplyFileId()Get 申请对账文件的任务ID。StringgetApplyMessage()Get 申请结果描述。 注意:此字段可能返回 null,表示取不到有效值。StringgetApplyStatus()Get 对账文件申请状态。 __I__:申请中 __S__:申请成功 __F__:申请失败String[]getFileUrlArray()Get 对账文件下载地址列表。 注意:此字段可能返回 null,表示取不到有效值。voidsetApplyFileId(String ApplyFileId)Set 申请对账文件的任务ID。voidsetApplyMessage(String ApplyMessage)Set 申请结果描述。 注意:此字段可能返回 null,表示取不到有效值。voidsetApplyStatus(String ApplyStatus)Set 对账文件申请状态。 __I__:申请中 __S__:申请成功 __F__:申请失败voidsetFileUrlArray(String[] FileUrlArray)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
-
QueryReconciliationFileApplyInfoResult
public QueryReconciliationFileApplyInfoResult()
-
QueryReconciliationFileApplyInfoResult
public QueryReconciliationFileApplyInfoResult(QueryReconciliationFileApplyInfoResult 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
-
getApplyFileId
public String getApplyFileId()
Get 申请对账文件的任务ID。- Returns:
- ApplyFileId 申请对账文件的任务ID。
-
setApplyFileId
public void setApplyFileId(String ApplyFileId)
Set 申请对账文件的任务ID。- Parameters:
ApplyFileId- 申请对账文件的任务ID。
-
getApplyStatus
public String getApplyStatus()
Get 对账文件申请状态。 __I__:申请中 __S__:申请成功 __F__:申请失败- Returns:
- ApplyStatus 对账文件申请状态。 __I__:申请中 __S__:申请成功 __F__:申请失败
-
setApplyStatus
public void setApplyStatus(String ApplyStatus)
Set 对账文件申请状态。 __I__:申请中 __S__:申请成功 __F__:申请失败- Parameters:
ApplyStatus- 对账文件申请状态。 __I__:申请中 __S__:申请成功 __F__:申请失败
-
getApplyMessage
public String getApplyMessage()
Get 申请结果描述。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ApplyMessage 申请结果描述。 注意:此字段可能返回 null,表示取不到有效值。
-
setApplyMessage
public void setApplyMessage(String ApplyMessage)
Set 申请结果描述。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ApplyMessage- 申请结果描述。 注意:此字段可能返回 null,表示取不到有效值。
-
getFileUrlArray
public String[] getFileUrlArray()
Get 对账文件下载地址列表。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FileUrlArray 对账文件下载地址列表。 注意:此字段可能返回 null,表示取不到有效值。
-
setFileUrlArray
public void setFileUrlArray(String[] FileUrlArray)
Set 对账文件下载地址列表。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FileUrlArray- 对账文件下载地址列表。 注意:此字段可能返回 null,表示取不到有效值。
-
-