public class HostReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Host |
host |
protected String |
name |
protected String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
HostReference() |
HostReference(Map objIdMap) |
HostReference(Reference other) |
HostReference(String guid) |
HostReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
HostReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
HostReference(String guid,
String relatedEndType) |
HostReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
HostReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDeployer()
Person, organization or engine that deployed the software server.
|
String |
getDeploymentTime()
Time that the software server was deployed to the host.
|
Host |
getHost() |
String |
getServerCapabilityStatus()
The operational status of the software server on this host.
|
int |
hashCode() |
void |
setDeployer(String deployer) |
void |
setDeploymentTime(String deploymentTime) |
void |
setHost(Host host) |
void |
setServerCapabilityStatus(String serverCapabilityStatus) |
StringBuilder |
toString(StringBuilder sb) |
getReferenceName, getRelatedEndGuid, getRelatedEndType, getRelationship_Type, getRelationshipAttributes, getRelationshipGuid, getUniqueAttributes, setReferenceName, setRelatedEndGuid, setRelatedEndType, setRelationship_Type, setRelationshipAttributes, setRelationshipGuid, setUniqueAttributes, toStringprotected String relationship_Type
protected String name
protected Host host
public HostReference()
public HostReference(String guid)
public HostReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public HostReference(Reference other)
public HostReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic HostReference(Map objIdMap)
public Host getHost()
public void setHost(Host host)
public String getDeploymentTime()
public void setDeploymentTime(String deploymentTime)
public String getDeployer()
public void setDeployer(String deployer)
public String getServerCapabilityStatus()
public void setServerCapabilityStatus(String serverCapabilityStatus)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.