public class Server extends Item
Modifier and Type | Class and Description |
---|---|
static class |
Server.Builder |
Modifier and Type | Field and Description |
---|---|
protected Owner |
owner |
protected ServerRuntime |
runtime |
protected ServerStatus |
status |
name, resourceUri, uuid
Constructor and Description |
---|
Server(String uuid,
String name,
URI resourceUri,
Owner owner,
ServerStatus status,
ServerRuntime runtime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Owner |
getOwner() |
ServerRuntime |
getRuntime() |
ServerStatus |
getStatus() |
int |
hashCode() |
String |
toString() |
getName, getResourceUri, getUuid
protected final Owner owner
protected final ServerStatus status
protected final ServerRuntime runtime
@ConstructorProperties(value={"uuid","name","resource_uri","owner","status","runtime"}) public Server(@Nullable String uuid, String name, URI resourceUri, Owner owner, ServerStatus status, ServerRuntime runtime)
public Owner getOwner()
public ServerStatus getStatus()
public ServerRuntime getRuntime()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.