public class DescribeMachineClearHistoryRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeMachineClearHistoryRequest()  | 
DescribeMachineClearHistoryRequest(DescribeMachineClearHistoryRequest 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 | 
getBy()
Get AgentLastOfflineTime: last offline time of client
AutoClearTime: clearing time 
 | 
Filters[] | 
getFilters()
Get Filtering criteria
Return entries that match both Keywords and TimeBetween when multiple filtering criteria are used
 Keywords: instance name, private IP address, public IP address
 TimeBetween: time interval 
 | 
Long | 
getLimit()
Get Limit Entries, 10 by default, up to 100. 
 | 
Long | 
getOffset()
Get Offset. 
 | 
String | 
getOrder()
Get Ascending order, ASC, Descending order DESC, ASC by default. 
 | 
void | 
setBy(String By)
Set AgentLastOfflineTime: last offline time of client
AutoClearTime: clearing time 
 | 
void | 
setFilters(Filters[] Filters)
Set Filtering criteria
Return entries that match both Keywords and TimeBetween when multiple filtering criteria are used
 Keywords: instance name, private IP address, public IP address
 TimeBetween: time interval 
 | 
void | 
setLimit(Long Limit)
Set Limit Entries, 10 by default, up to 100. 
 | 
void | 
setOffset(Long Offset)
Set Offset. 
 | 
void | 
setOrder(String Order)
Set Ascending order, ASC, Descending order DESC, ASC by default. 
 | 
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, toJsonStringpublic DescribeMachineClearHistoryRequest()
public DescribeMachineClearHistoryRequest(DescribeMachineClearHistoryRequest source)
public Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters - Filtering criteria
Return entries that match both Keywords and TimeBetween when multiple filtering criteria are used
public Long getLimit()
public void setLimit(Long Limit)
Limit - Limit Entries, 10 by default, up to 100.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. Default value: 0.public String getOrder()
public void setOrder(String Order)
Order - Ascending order, ASC, Descending order DESC, ASC by default.public String getBy()
public void setBy(String By)
By - AgentLastOfflineTime: last offline time of client
AutoClearTime: clearing timeCopyright © 2025. All rights reserved.