public class ModifyHostGroupsAutoUpdateRequest extends Object
构造器和说明 |
---|
ModifyHostGroupsAutoUpdateRequest(String[] hostGroupIds,
Boolean autoUpdate,
String updateStartTime,
String updateEndTime) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
CheckValidation() |
Boolean |
getAutoUpdate() |
String[] |
getHostGroupIds() |
String |
getUpdateEndTime() |
String |
getUpdateStartTime() |
void |
setAutoUpdate(Boolean autoUpdate) |
void |
setHostGroupIds(String[] hostGroupIds) |
void |
setUpdateEndTime(String updateEndTime) |
void |
setUpdateStartTime(String updateStartTime) |
public ModifyHostGroupsAutoUpdateRequest(String[] hostGroupIds, Boolean autoUpdate, String updateStartTime, String updateEndTime)
hostGroupIds
- 机器组 ID 列表autoUpdate
- 机器组服务器中安装的 LogCollector 是否开启自动升级功能updateStartTime
- LogCollector 的自动升级的开始时间updateEndTime
- LogCollector 的自动升级的结束时间public String[] getHostGroupIds()
public void setHostGroupIds(String[] hostGroupIds)
hostGroupIds
- 机器组 ID 列表public Boolean getAutoUpdate()
public void setAutoUpdate(Boolean autoUpdate)
autoUpdate
- 机器组服务器中安装的 LogCollector 是否开启自动升级功能public String getUpdateStartTime()
public void setUpdateStartTime(String updateStartTime)
updateStartTime
- LogCollector 的自动升级的开始时间public String getUpdateEndTime()
public void setUpdateEndTime(String updateEndTime)
updateEndTime
- LogCollector 的自动升级的开始时间public boolean CheckValidation()
Copyright © 2024. All rights reserved.