public class UpdateDiscoveryServiceRequestBody extends NewDiscoveryServiceRequestBody
| Constructor and Description |
|---|
UpdateDiscoveryServiceRequestBody()
Default constructor
|
UpdateDiscoveryServiceRequestBody(UpdateDiscoveryServiceRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
Map<String,String> |
getAdditionalProperties()
Return a copy of the additional properties.
|
Map<String,Object> |
getExtendedProperties()
Return a copy of the properties from subclasses.
|
String |
getLatestChange()
Return a short description of the last change to the asset.
|
String |
getOwner()
Returns the name of the owner for this discovery service.
|
OwnerType |
getOwnerType()
Return the type of owner stored in the owner property.
|
String |
getShortDescription()
Returns the short description of the discovery service from relationship with Connection.
|
List<String> |
getZoneMembership()
Return the names of the zones that this discovery service is a member of.
|
int |
hashCode()
Return hash code for this object
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
void |
setExtendedProperties(Map<String,Object> extendedProperties)
Set up properties from subclasses properties.
|
void |
setLatestChange(String latestChange)
Set up a short description of the last change to the asset.
|
void |
setOwner(String owner)
Set up the name of the owner for this discovery service.
|
void |
setOwnerType(OwnerType ownerType)
Set up the owner type for this discovery service.
|
void |
setShortDescription(String shortDescription)
Set up the short description of the discovery service from relationship with Connection.
|
void |
setZoneMembership(List<String> zoneMembership)
Set up the names of the zones that this discovery service is a member of.
|
String |
toString()
JSON-style toString.
|
getConnection, getDescription, getDisplayName, getQualifiedName, setConnection, setDescription, setDisplayName, setQualifiedNamepublic UpdateDiscoveryServiceRequestBody()
public UpdateDiscoveryServiceRequestBody(UpdateDiscoveryServiceRequestBody template)
template - object to copypublic String getShortDescription()
public void setShortDescription(String shortDescription)
shortDescription - String textpublic String getOwner()
public void setOwner(String owner)
owner - String namepublic OwnerType getOwnerType()
public void setOwnerType(OwnerType ownerType)
ownerType - OwnerType enumpublic List<String> getZoneMembership()
public void setZoneMembership(List<String> zoneMembership)
zoneMembership - list of zone namespublic String getLatestChange()
public void setLatestChange(String latestChange)
latestChange - string descriptionpublic void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,String> getAdditionalProperties()
public void setExtendedProperties(Map<String,Object> extendedProperties)
extendedProperties - asset properties mappublic Map<String,Object> getExtendedProperties()
public String toString()
toString in class NewDiscoveryServiceRequestBodypublic boolean equals(Object objectToCompare)
equals in class NewDiscoveryServiceRequestBodyobjectToCompare - object to comparepublic int hashCode()
hashCode in class NewDiscoveryServiceRequestBodyCopyright © 2018–2019 ODPi. All rights reserved.