public class DescribeBackupDownloadUserRestrictionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBackupDownloadUserRestrictionRequest() |
DescribeBackupDownloadUserRestrictionRequest(DescribeBackupDownloadUserRestrictionRequest 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 Pagination size
|
Long |
getOffset()
Get Offset.
|
Boolean |
getOnlyUserRestriction()
Get Specifies whether to query only user-level download limits.
|
void |
setLimit(Long Limit)
Set Pagination size
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setOnlyUserRestriction(Boolean OnlyUserRestriction)
Set Specifies whether to query only user-level download limits.
|
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 DescribeBackupDownloadUserRestrictionRequest()
public DescribeBackupDownloadUserRestrictionRequest(DescribeBackupDownloadUserRestrictionRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- Pagination sizepublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset.public Boolean getOnlyUserRestriction()
public void setOnlyUserRestriction(Boolean OnlyUserRestriction)
OnlyUserRestriction
- Specifies whether to query only user-level download limits. true - yes, false - no.Copyright © 2025. All rights reserved.