public class UpdateMachineGroupMachineRequest extends Request
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupName |
protected MachineList |
machineList |
| Constructor and Description |
|---|
UpdateMachineGroupMachineRequest(String project,
String groupName,
MachineList machineList) |
| Modifier and Type | Method and Description |
|---|---|
String |
GetGroupName() |
MachineList |
GetMachineList() |
void |
SetGroupName(String groupName) |
void |
SetMachineList(MachineList machineList) |
GetAllParams, 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 © 2025. All Rights Reserved.