public class ApplyReconciliationFileResult extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2022. All rights reserved.