public class DescribeCardsRequest extends AbstractModel
Constructor and Description |
---|
DescribeCardsRequest() |
DescribeCardsRequest(DescribeCardsRequest 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 |
getLimit()
Get 列表限制
|
Long |
getOffset()
Get 偏移值
|
String |
getSdkappid()
Get 应用ID
|
void |
setLimit(Long Limit)
Set 列表限制
|
void |
setOffset(Long Offset)
Set 偏移值
|
void |
setSdkappid(String Sdkappid)
Set 应用ID
|
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 DescribeCardsRequest()
public DescribeCardsRequest(DescribeCardsRequest source)
public String getSdkappid()
public void setSdkappid(String Sdkappid)
Sdkappid
- 应用IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移值public Long getLimit()
public void setLimit(Long Limit)
Limit
- 列表限制Copyright © 2022. All rights reserved.