public class QueryCustomersCreditRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
QueryCustomersCreditRequest()  | 
QueryCustomersCreditRequest(QueryCustomersCreditRequest 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 | 
getFilter()
Get Search condition 
 | 
String | 
getFilterType()
Get Search condition type. 
 | 
String | 
getOrder()
Get A sort parameter that specifies the sort order. 
 | 
Long | 
getPage()
Get A pagination parameter that specifies the current page number, with a value starting from 1. 
 | 
Long | 
getPageSize()
Get A pagination parameter that specifies the number of entries per page. 
 | 
void | 
setFilter(String Filter)
Set Search condition 
 | 
void | 
setFilterType(String FilterType)
Set Search condition type. 
 | 
void | 
setOrder(String Order)
Set A sort parameter that specifies the sort order. 
 | 
void | 
setPage(Long Page)
Set A pagination parameter that specifies the current page number, with a value starting from 1. 
 | 
void | 
setPageSize(Long PageSize)
Set A pagination parameter that specifies the number of entries per page. 
 | 
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 QueryCustomersCreditRequest()
public QueryCustomersCreditRequest(QueryCustomersCreditRequest source)
public String getFilterType()
public void setFilterType(String FilterType)
FilterType - Search condition type. You can only search by UIN, name, or remarks.public String getFilter()
public void setFilter(String Filter)
Filter - Search conditionpublic Long getPage()
public void setPage(Long Page)
Page - A pagination parameter that specifies the current page number, with a value starting from 1.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - A pagination parameter that specifies the number of entries per page.public String getOrder()
public void setOrder(String Order)
Order - A sort parameter that specifies the sort order. Valid values: `desc` (descending order), or `asc` (ascending order) based on `AssociationTime`. The value will be `desc` if left empty.Copyright © 2025. All rights reserved.