public class QueryFlexPayeeAccountListRequest extends AbstractModel
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 结束时间
|
Paging |
getPageNumber()
Get 分页
|
PayeeAccountPropertyInfo |
getPropertyInfo()
Get 账户属性信息
|
String |
getStartTime()
Get 开始时间
|
void |
setEndTime(String EndTime)
Set 结束时间
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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
- 分页Copyright © 2022. All rights reserved.