public class UpdateHostGroupRequest extends Object
| Constructor and Description |
|---|
UpdateHostGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateHostGroupRequest |
action(String action) |
UpdateHostGroupRequest |
addHostListItem(String hostListItem) |
UpdateHostGroupRequest |
description(String description) |
boolean |
equals(Object o) |
String |
getAction()
Get action
|
String |
getDescription()
Get description
|
@NotNull Integer |
getHostGroupID()
Get hostGroupID
|
List<String> |
getHostList()
Get hostList
|
String |
getName()
Get name
|
String |
getProjectName()
Get projectName
|
int |
hashCode() |
UpdateHostGroupRequest |
hostGroupID(Integer hostGroupID) |
UpdateHostGroupRequest |
hostList(List<String> hostList) |
UpdateHostGroupRequest |
name(String name) |
UpdateHostGroupRequest |
projectName(String projectName) |
void |
setAction(String action) |
void |
setDescription(String description) |
void |
setHostGroupID(Integer hostGroupID) |
void |
setHostList(List<String> hostList) |
void |
setName(String name) |
void |
setProjectName(String projectName) |
String |
toString() |
public UpdateHostGroupRequest action(String action)
public String getAction()
public void setAction(String action)
public UpdateHostGroupRequest description(String description)
public String getDescription()
public void setDescription(String description)
public UpdateHostGroupRequest hostGroupID(Integer hostGroupID)
@NotNull public @NotNull Integer getHostGroupID()
public void setHostGroupID(Integer hostGroupID)
public UpdateHostGroupRequest hostList(List<String> hostList)
public UpdateHostGroupRequest addHostListItem(String hostListItem)
public UpdateHostGroupRequest name(String name)
public String getName()
public void setName(String name)
public UpdateHostGroupRequest projectName(String projectName)
public String getProjectName()
public void setProjectName(String projectName)
Copyright © 2025. All rights reserved.