public class DescribeMachineSnapshotRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeMachineSnapshotRequest() |
DescribeMachineSnapshotRequest(DescribeMachineSnapshotRequest 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 Number of Pagination
|
Long |
getOffset()
Get Pagination step size
|
String[] |
getQuuids()
Get CVM ID collection
|
Long |
getType()
Get Inquiry snapshot type: 0 - latest one; 1 - all
|
void |
setLimit(Long Limit)
Set Number of Pagination
|
void |
setOffset(Long Offset)
Set Pagination step size
|
void |
setQuuids(String[] Quuids)
Set CVM ID collection
|
void |
setType(Long Type)
Set Inquiry snapshot type: 0 - latest one; 1 - all
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeMachineSnapshotRequest()
public DescribeMachineSnapshotRequest(DescribeMachineSnapshotRequest source)
public String[] getQuuids()
public void setQuuids(String[] Quuids)
Quuids
- CVM ID collectionpublic Long getType()
public void setType(Long Type)
Type
- Inquiry snapshot type: 0 - latest one; 1 - allpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of Paginationpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination step sizeCopyright © 2024. All rights reserved.