public class QueryReconciliationFileApplyInfoRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryReconciliationFileApplyInfoRequest() | 
| QueryReconciliationFileApplyInfoRequest(QueryReconciliationFileApplyInfoRequest 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 | getMidasEnvironment()Get 环境名。
__release__: 现网环境
__sandbox__: 沙箱环境
__development__: 开发环境
_缺省: release_ | 
| void | setApplyFileId(String ApplyFileId)Set 申请对账文件的任务ID。 | 
| void | setMidasEnvironment(String MidasEnvironment)Set 环境名。
__release__: 现网环境
__sandbox__: 沙箱环境
__development__: 开发环境
_缺省: release_ | 
| 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 QueryReconciliationFileApplyInfoRequest()
public QueryReconciliationFileApplyInfoRequest(QueryReconciliationFileApplyInfoRequest source)
public String getApplyFileId()
public void setApplyFileId(String ApplyFileId)
ApplyFileId - 申请对账文件的任务ID。public String getMidasEnvironment()
public void setMidasEnvironment(String MidasEnvironment)
MidasEnvironment - 环境名。
__release__: 现网环境
__sandbox__: 沙箱环境
__development__: 开发环境
_缺省: release_Copyright © 2025. All rights reserved.