public class HostNode extends GeneralResource
| Modifier and Type | Class and Description |
|---|---|
static class |
HostNode.Profile |
| Constructor and Description |
|---|
HostNode(String id,
List<String> scope,
HostNode.Profile profile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
evaluate(String expression) |
String |
getId() |
HostNode.Profile |
getProfile() |
List<String> |
getScopes() |
int |
hashCode() |
void |
setId(String id) |
void |
setProfile(HostNode.Profile profile) |
void |
setScopes(List<String> scopes) |
getResourceID, setResourceID, toJSON, toJSON, toXML, toXMLpublic HostNode(String id, List<String> scope, HostNode.Profile profile)
id - scope - profile - ParserConfigurationExceptionJAXBExceptionpublic String getId()
public void setId(String id)
id - the id to setpublic void setProfile(HostNode.Profile profile)
public HostNode.Profile getProfile()
Copyright © 2017. All Rights Reserved.