public class SoftwareServerCapabilityRequestBody extends SoftwareServerCapabilitiesProperties
| Constructor and Description |
|---|
SoftwareServerCapabilityRequestBody()
Default constructor
|
SoftwareServerCapabilityRequestBody(SoftwareServerCapabilitiesProperties template)
Copy/clone constructor.
|
SoftwareServerCapabilityRequestBody(SoftwareServerCapabilityRequestBody template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getExternalSourceGUID()
Return the unique identifier of the software server capability entity that represented the external source - null for local.
|
String |
getExternalSourceName()
Return the unique name of the software server capability entity that represented the external source.
|
int |
hashCode()
Return hash code for this object
|
void |
setExternalSourceGUID(String externalSourceGUID)
Set up the unique identifier of the software server capability entity that represented the external source - null for local.
|
void |
setExternalSourceName(String externalSourceName)
Set up the unique name of the software server capability entity that represented the external source.
|
String |
toString()
JSON-style toString
|
getDescription, getDisplayName, getPatchLevel, getSource, getTypeDescription, getVersion, setDescription, setDisplayName, setPatchLevel, setSource, setTypeDescription, setVersiongetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic SoftwareServerCapabilityRequestBody()
public SoftwareServerCapabilityRequestBody(SoftwareServerCapabilityRequestBody template)
template - object to copypublic SoftwareServerCapabilityRequestBody(SoftwareServerCapabilitiesProperties template)
template - object to copypublic String getExternalSourceGUID()
public void setExternalSourceGUID(String externalSourceGUID)
externalSourceGUID - string guidpublic String getExternalSourceName()
public void setExternalSourceName(String externalSourceName)
externalSourceName - string namepublic String toString()
toString in class SoftwareServerCapabilitiesPropertiespublic boolean equals(Object objectToCompare)
equals in class SoftwareServerCapabilitiesPropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class SoftwareServerCapabilitiesPropertiesCopyright © 2018–2020 ODPi. All rights reserved.