public class GetCptListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
GetCptListRequest()  | 
GetCptListRequest(GetCptListRequest 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 | 
getCptType()
Get The type. 
 | 
Long | 
getDisplayLength()
Get The maximum number of records to return. 
 | 
Long | 
getDisplayStart()
Get The start. 
 | 
void | 
setCptType(Long CptType)
Set The type. 
 | 
void | 
setDisplayLength(Long DisplayLength)
Set The maximum number of records to return. 
 | 
void | 
setDisplayStart(Long DisplayStart)
Set The start. 
 | 
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 GetCptListRequest()
public GetCptListRequest(GetCptListRequest source)
public Long getDisplayStart()
public void setDisplayStart(Long DisplayStart)
DisplayStart - The start.public Long getDisplayLength()
public void setDisplayLength(Long DisplayLength)
DisplayLength - The maximum number of records to return.public Long getCptType()
public void setCptType(Long CptType)
CptType - The type. `0`: All CPTs; `1`: System CPTs; `2`: Authorization CPTs; `3`: General CPTsCopyright © 2025. All rights reserved.