Serializablepublic class UpdateMachineGroupMachineRequest extends Request
| 修饰符和类型 | 字段 | 说明 |
|---|---|---|
protected String |
groupName |
|
protected MachineList |
machineList |
| 构造器 | 说明 |
|---|---|
UpdateMachineGroupMachineRequest(String project,
String groupName,
MachineList machineList) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
String |
GetGroupName() |
|
MachineList |
GetMachineList() |
|
void |
SetGroupName(String groupName) |
|
void |
SetMachineList(MachineList machineList) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitGetAllParams, GetParam, GetProject, SetParamprotected MachineList machineList
protected String groupName
public UpdateMachineGroupMachineRequest(String project, String groupName, MachineList machineList) throws LogException
LogExceptionpublic void SetGroupName(String groupName)
public String GetGroupName()
public MachineList GetMachineList()
public void SetMachineList(MachineList machineList) throws LogException
LogExceptionCopyright © 2018. All Rights Reserved.