public class DescribeLiveDomainCertBindingsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeLiveDomainCertBindingsRequest() |
DescribeLiveDomainCertBindingsRequest(DescribeLiveDomainCertBindingsRequest 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 |
getDomainName()
Get The name of a particular domain to query.
|
String |
getDomainSearch()
Get The keyword to use to search for domains.
|
Long |
getLength()
Get The maximum number of records to return.
|
Long |
getOffset()
Get The number of records to skip before starting to return any results.
|
String |
getOrderBy()
Get Valid values:
ExpireTimeAsc: Sort the records by certificate expiration time in ascending order.
|
void |
setDomainName(String DomainName)
Set The name of a particular domain to query.
|
void |
setDomainSearch(String DomainSearch)
Set The keyword to use to search for domains.
|
void |
setLength(Long Length)
Set The maximum number of records to return.
|
void |
setOffset(Long Offset)
Set The number of records to skip before starting to return any results.
|
void |
setOrderBy(String OrderBy)
Set Valid values:
ExpireTimeAsc: Sort the records by certificate expiration time in ascending order.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeLiveDomainCertBindingsRequest()
public DescribeLiveDomainCertBindingsRequest(DescribeLiveDomainCertBindingsRequest source)
public String getDomainSearch()
public void setDomainSearch(String DomainSearch)
DomainSearch
- The keyword to use to search for domains.public Long getOffset()
public void setOffset(Long Offset)
Offset
- The number of records to skip before starting to return any results. 0 means to start from the first record and is the default.public Long getLength()
public void setLength(Long Length)
Length
- The maximum number of records to return. The default is 50.
If this parameter is not specified, up to 50 records will be returned.public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- The name of a particular domain to query.public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- Valid values:
ExpireTimeAsc: Sort the records by certificate expiration time in ascending order.
ExpireTimeDesc: Sort the records by certificate expiration time in descending order.Copyright © 2023. All rights reserved.