public class DescribeMachinesResponse extends AbstractModel
| 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 to enable the automatic update feature for the machine group | 
| 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, which is returned for each request. | 
| 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 to enable the automatic update feature for the machine group | 
| 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, which is returned for each request. | 
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic 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 to enable the automatic update feature for the machine grouppublic 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, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.