public class ApplyReconciliationFileResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ApplyReconciliationFileResult() | 
| ApplyReconciliationFileResult(ApplyReconciliationFileResult 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getApplyFileId()Get 申请对账文件的任务ID。 | 
| String | getApplyMessage()Get 申请结果描述。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getApplyStatus()Get 对账文件申请状态。
__I__:申请中
__S__:申请成功
__F__:申请失败 | 
| void | setApplyFileId(String ApplyFileId)Set 申请对账文件的任务ID。 | 
| void | setApplyMessage(String ApplyMessage)Set 申请结果描述。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setApplyStatus(String ApplyStatus)Set 对账文件申请状态。
__I__:申请中
__S__:申请成功
__F__:申请失败 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ApplyReconciliationFileResult()
public ApplyReconciliationFileResult(ApplyReconciliationFileResult source)
public String getApplyFileId()
public void setApplyFileId(String ApplyFileId)
ApplyFileId - 申请对账文件的任务ID。public String getApplyStatus()
public void setApplyStatus(String ApplyStatus)
ApplyStatus - 对账文件申请状态。
__I__:申请中
__S__:申请成功
__F__:申请失败public String getApplyMessage()
public void setApplyMessage(String ApplyMessage)
ApplyMessage - 申请结果描述。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.