Class ServerAssetUseRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.devops.rest.DevOpsOMASAPIRequestBody
-
- org.odpi.openmetadata.accessservices.devops.rest.MetadataSourceRequestBody
-
- org.odpi.openmetadata.accessservices.devops.rest.ServerAssetUseRequestBody
-
- All Implemented Interfaces:
Serializable
public class ServerAssetUseRequestBody extends MetadataSourceRequestBody
ServerAssetUseRequestBody provides the request body payload for working with the relationships between software server capabilities and assets.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerAssetUseRequestBody()Default constructorServerAssetUseRequestBody(ServerAssetUseRequestBody template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Equals method that returns true if containing properties are the same.ServerAssetUsePropertiesgetProperties()Return the properties for this profile identity.inthashCode()Return hash code for this objectvoidsetProperties(ServerAssetUseProperties properties)Set up the properties for this profile identity.StringtoString()JSON-style toString.-
Methods inherited from class org.odpi.openmetadata.accessservices.devops.rest.MetadataSourceRequestBody
getExternalSourceGUID, getExternalSourceName, setExternalSourceGUID, setExternalSourceName
-
-
-
-
Constructor Detail
-
ServerAssetUseRequestBody
public ServerAssetUseRequestBody()
Default constructor
-
ServerAssetUseRequestBody
public ServerAssetUseRequestBody(ServerAssetUseRequestBody template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getProperties
public ServerAssetUseProperties getProperties()
Return the properties for this profile identity.- Returns:
- properties bean
-
setProperties
public void setProperties(ServerAssetUseProperties properties)
Set up the properties for this profile identity.- Parameters:
properties- properties bean
-
toString
public String toString()
JSON-style toString.- Overrides:
toStringin classMetadataSourceRequestBody- Returns:
- list of properties and their values.
-
equals
public boolean equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.- Overrides:
equalsin classMetadataSourceRequestBody- Parameters:
objectToCompare- object to compare- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()
Return hash code for this object- Overrides:
hashCodein classMetadataSourceRequestBody- Returns:
- int hash code
-
-