public class DescribeDomainLogListRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeDomainLogListRequest() |
DescribeDomainLogListRequest(DescribeDomainLogListRequest 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 Domain
|
Long |
getDomainId()
Get The domain ID.
|
Long |
getLimit()
Get Total number of logs to be obtained.
|
Long |
getOffset()
Get Record offset starting from `0`.
|
void |
setDomain(String Domain)
Set Domain
|
void |
setDomainId(Long DomainId)
Set The domain ID.
|
void |
setLimit(Long Limit)
Set Total number of logs to be obtained.
|
void |
setOffset(Long Offset)
Set Record offset starting from `0`.
|
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 DescribeDomainLogListRequest()
public DescribeDomainLogListRequest(DescribeDomainLogListRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domainpublic Long getDomainId()
public void setDomainId(Long DomainId)
DomainId
- The domain ID. `DomainId` takes priority over `Domain`. If `DomainId` is passed in, `Domain` is ignored. You can view all `Domain` and `DomainId` values via the `DescribeDomainList` API.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Record offset starting from `0`. Default value: `0`.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Total number of logs to be obtained. For example, `20` indicates to obtain 20 logs. Default value: `500`. Maximum value: `500`.Copyright © 2023. All rights reserved.