@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CIAppHostInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HOSTNAME |
static String |
JSON_PROPERTY_LABELS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_WORKSPACE |
boolean |
unparsed |
| Constructor and Description |
|---|
CIAppHostInfo() |
| Modifier and Type | Method and Description |
|---|---|
CIAppHostInfo |
addLabelsItem(String labelsItem) |
boolean |
equals(Object o)
Return true if this CIAppHostInfo object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getHostname()
FQDN of the host.
|
List<String> |
getLabels()
A list of labels used to select or identify the node.
|
String |
getName()
Name for the host.
|
String |
getWorkspace()
The path where the code is checked out.
|
int |
hashCode() |
CIAppHostInfo |
hostname(String hostname) |
CIAppHostInfo |
labels(List<String> labels) |
CIAppHostInfo |
name(String name) |
CIAppHostInfo |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHostname(String hostname) |
void |
setLabels(List<String> labels) |
void |
setName(String name) |
void |
setWorkspace(String workspace) |
String |
toString() |
CIAppHostInfo |
workspace(String workspace) |
public boolean unparsed
public static final String JSON_PROPERTY_HOSTNAME
public static final String JSON_PROPERTY_LABELS
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_WORKSPACE
public CIAppHostInfo hostname(String hostname)
@Nullable public String getHostname()
public void setHostname(String hostname)
public CIAppHostInfo labels(List<String> labels)
public CIAppHostInfo addLabelsItem(String labelsItem)
@Nullable public List<String> getLabels()
public CIAppHostInfo name(String name)
@Nullable public String getName()
public void setName(String name)
public CIAppHostInfo workspace(String workspace)
@Nullable public String getWorkspace()
public void setWorkspace(String workspace)
public CIAppHostInfo putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.