public class QueryFlexPayeeAccountListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryFlexPayeeAccountListRequest() |
QueryFlexPayeeAccountListRequest(QueryFlexPayeeAccountListRequest 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 |
getEndTime()
Get 结束时间
|
String |
getEnvironment()
Get 环境类型
__release__:生产环境
__sandbox__:沙箱环境
__test__:测试环境
缺省默认为生产环境
|
Paging |
getPageNumber()
Get 分页
|
PayeeAccountPropertyInfo |
getPropertyInfo()
Get 账户属性信息
|
String |
getStartTime()
Get 开始时间
|
void |
setEndTime(String EndTime)
Set 结束时间
|
void |
setEnvironment(String Environment)
Set 环境类型
__release__:生产环境
__sandbox__:沙箱环境
__test__:测试环境
缺省默认为生产环境
|
void |
setPageNumber(Paging PageNumber)
Set 分页
|
void |
setPropertyInfo(PayeeAccountPropertyInfo PropertyInfo)
Set 账户属性信息
|
void |
setStartTime(String StartTime)
Set 开始时间
|
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 QueryFlexPayeeAccountListRequest()
public QueryFlexPayeeAccountListRequest(QueryFlexPayeeAccountListRequest source)
public PayeeAccountPropertyInfo getPropertyInfo()
public void setPropertyInfo(PayeeAccountPropertyInfo PropertyInfo)
PropertyInfo
- 账户属性信息public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间public Paging getPageNumber()
public void setPageNumber(Paging PageNumber)
PageNumber
- 分页public String getEnvironment()
public void setEnvironment(String Environment)
Environment
- 环境类型
__release__:生产环境
__sandbox__:沙箱环境
__test__:测试环境
缺省默认为生产环境Copyright © 2024. All rights reserved.