public class BillDownloadUrlResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
BillDownloadUrlResult() |
BillDownloadUrlResult(BillDownloadUrlResult 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 |
getDownloadUrl()
Get 对账单下载地址。GET方式访问,返回zip包,解压后为csv格式文件。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDownloadUrl(String DownloadUrl)
Set 对账单下载地址。GET方式访问,返回zip包,解压后为csv格式文件。
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public BillDownloadUrlResult()
public BillDownloadUrlResult(BillDownloadUrlResult source)
public String getDownloadUrl()
public void setDownloadUrl(String DownloadUrl)
DownloadUrl
- 对账单下载地址。GET方式访问,返回zip包,解压后为csv格式文件。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.