public class GetWeChatBillDetailsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetWeChatBillDetailsRequest() |
GetWeChatBillDetailsRequest(GetWeChatBillDetailsRequest 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 |
---|---|
Long |
getCursor()
Get 游标。用于分页,取第一页时传0,取后续页面时,传入本接口响应中返回的NextCursor字段的值。
|
String |
getDate()
Get 拉取的日期(YYYY-MM-DD)。最大可追溯到365天前。当天6点后才能拉取前一天的数据。
|
String |
getRuleId()
Get 需要拉取账单详情业务对应的RuleId。不传会返回所有RuleId数据。默认为空字符串。
|
void |
setCursor(Long Cursor)
Set 游标。用于分页,取第一页时传0,取后续页面时,传入本接口响应中返回的NextCursor字段的值。
|
void |
setDate(String Date)
Set 拉取的日期(YYYY-MM-DD)。最大可追溯到365天前。当天6点后才能拉取前一天的数据。
|
void |
setRuleId(String RuleId)
Set 需要拉取账单详情业务对应的RuleId。不传会返回所有RuleId数据。默认为空字符串。
|
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 GetWeChatBillDetailsRequest()
public GetWeChatBillDetailsRequest(GetWeChatBillDetailsRequest source)
public String getDate()
public void setDate(String Date)
Date
- 拉取的日期(YYYY-MM-DD)。最大可追溯到365天前。当天6点后才能拉取前一天的数据。public Long getCursor()
public void setCursor(Long Cursor)
Cursor
- 游标。用于分页,取第一页时传0,取后续页面时,传入本接口响应中返回的NextCursor字段的值。public String getRuleId()
public void setRuleId(String RuleId)
RuleId
- 需要拉取账单详情业务对应的RuleId。不传会返回所有RuleId数据。默认为空字符串。Copyright © 2024. All rights reserved.