public class DescribeMachinesResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeMachinesResponse() |
DescribeMachinesResponse(DescribeMachinesResponse 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 |
getAutoUpdate()
Get Whether the machine group has enabled automatic upgrade function.
|
String |
getLatestAgentVersion()
Get Latest LogListener version available to the current user
|
MachineInfo[] |
getMachines()
Get Group of machine status information
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Boolean |
getServiceLogging()
Get Whether to enable the service log
|
String |
getUpdateEndTime()
Get Preset end time of automatic update of machine group
|
String |
getUpdateStartTime()
Get Preset start time of automatic update of machine group
|
void |
setAutoUpdate(Long AutoUpdate)
Set Whether the machine group has enabled automatic upgrade function.
|
void |
setLatestAgentVersion(String LatestAgentVersion)
Set Latest LogListener version available to the current user
|
void |
setMachines(MachineInfo[] Machines)
Set Group of machine status information
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setServiceLogging(Boolean ServiceLogging)
Set Whether to enable the service log
|
void |
setUpdateEndTime(String UpdateEndTime)
Set Preset end time of automatic update of machine group
|
void |
setUpdateStartTime(String UpdateStartTime)
Set Preset start time of automatic update of machine group
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeMachinesResponse()
public DescribeMachinesResponse(DescribeMachinesResponse source)
public MachineInfo[] getMachines()
public void setMachines(MachineInfo[] Machines)
Machines
- Group of machine status informationpublic Long getAutoUpdate()
public void setAutoUpdate(Long AutoUpdate)
AutoUpdate
- Whether the machine group has enabled automatic upgrade function. 0: Automatic upgrade not enabled; 1: Automatic upgrade enabled.public String getUpdateStartTime()
public void setUpdateStartTime(String UpdateStartTime)
UpdateStartTime
- Preset start time of automatic update of machine grouppublic String getUpdateEndTime()
public void setUpdateEndTime(String UpdateEndTime)
UpdateEndTime
- Preset end time of automatic update of machine grouppublic String getLatestAgentVersion()
public void setLatestAgentVersion(String LatestAgentVersion)
LatestAgentVersion
- Latest LogListener version available to the current userpublic Boolean getServiceLogging()
public void setServiceLogging(Boolean ServiceLogging)
ServiceLogging
- Whether to enable the service logpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.