public class DescribeDSPALevelGroupsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDSPALevelGroupsRequest() |
DescribeDSPALevelGroupsRequest(DescribeDSPALevelGroupsRequest 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 |
getDspaId()
Get DSPA实例ID
|
Long |
getLimit()
Get 每页返回的记录数
|
String |
getName()
Get 分级组名称
|
Long |
getOffset()
Get 从第几条记录开始返回
|
void |
setDspaId(String DspaId)
Set DSPA实例ID
|
void |
setLimit(Long Limit)
Set 每页返回的记录数
|
void |
setName(String Name)
Set 分级组名称
|
void |
setOffset(Long Offset)
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 DescribeDSPALevelGroupsRequest()
public DescribeDSPALevelGroupsRequest(DescribeDSPALevelGroupsRequest source)
public String getDspaId()
public void setDspaId(String DspaId)
DspaId
- DSPA实例IDpublic String getName()
public void setName(String Name)
Name
- 分级组名称public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页返回的记录数public Long getOffset()
public void setOffset(Long Offset)
Offset
- 从第几条记录开始返回Copyright © 2025. All rights reserved.