public class DeployedServersReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
relationship_Type |
protected SoftwareServer |
softwareServer |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
DeployedServersReference() |
DeployedServersReference(Map objIdMap) |
DeployedServersReference(Reference other) |
DeployedServersReference(String guid) |
DeployedServersReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
DeployedServersReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
DeployedServersReference(String guid,
String relatedEndType) |
DeployedServersReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
DeployedServersReference(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.
|
String |
getServerCapabilityStatus()
The operational status of the software server on this host.
|
SoftwareServer |
getSoftwareServer() |
int |
hashCode() |
void |
setDeployer(String deployer) |
void |
setDeploymentTime(String deploymentTime) |
void |
setServerCapabilityStatus(String serverCapabilityStatus) |
void |
setSoftwareServer(SoftwareServer softwareServer) |
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 SoftwareServer softwareServer
public DeployedServersReference()
public DeployedServersReference(String guid)
public DeployedServersReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public DeployedServersReference(String relatedEndType, String attrName, Object attrValue)
public DeployedServersReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public DeployedServersReference(Reference other)
public DeployedServersReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic DeployedServersReference(Map objIdMap)
public SoftwareServer getSoftwareServer()
public void setSoftwareServer(SoftwareServer softwareServer)
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.