public class CreateHostForm extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ANNOTATIONS |
static String |
SERIALIZED_NAME_ID |
| Constructor and Description |
|---|
CreateHostForm() |
| Modifier and Type | Method and Description |
|---|---|
CreateHostForm |
annotations(Object annotations) |
boolean |
equals(Object o) |
Object |
getAnnotations()
Annotations to apply to the new host
|
String |
getId()
Identifier of the host to be created.
|
int |
hashCode() |
CreateHostForm |
id(String id) |
void |
setAnnotations(Object annotations) |
void |
setId(String id) |
String |
toString() |
public static final String SERIALIZED_NAME_ANNOTATIONS
public static final String SERIALIZED_NAME_ID
public CreateHostForm annotations(Object annotations)
@Nullable public Object getAnnotations()
public void setAnnotations(Object annotations)
public CreateHostForm id(String id)
public String getId()
public void setId(String id)
Copyright © 2023. All rights reserved.