public class DescribeSchedulingDomainListRequest extends AbstractModel
Constructor and Description |
---|
DescribeSchedulingDomainListRequest() |
DescribeSchedulingDomainListRequest(DescribeSchedulingDomainListRequest 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 |
getDomain()
Get (Optional) Filter by specific domain name
|
Long |
getLimit()
Get Number of items in a page.
|
Long |
getOffset()
Get Starting offset of the page.
|
void |
setDomain(String Domain)
Set (Optional) Filter by specific domain name
|
void |
setLimit(Long Limit)
Set Number of items in a page.
|
void |
setOffset(Long Offset)
Set Starting offset of the page.
|
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 DescribeSchedulingDomainListRequest()
public DescribeSchedulingDomainListRequest(DescribeSchedulingDomainListRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of items in a page. Returned results are not paged if you enter '0'.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Starting offset of the page. Value: (number of pages - 1) * items per pagepublic String getDomain()
public void setDomain(String Domain)
Domain
- (Optional) Filter by specific domain nameCopyright © 2021. All rights reserved.