Class AssetExtensionsRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.ExternalSourceRequestBody
org.odpi.openmetadata.commonservices.ffdc.rest.EffectiveDatesRequestBody
org.odpi.openmetadata.commonservices.ffdc.rest.AssetExtensionsRequestBody
AssetExtensionsRequestBody provides the request body payload for relationships between assets.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals method that returns true if containing properties are the same.Return the date/time to use for the query.Return the properties for this user identity.int
hashCode()
Return hash code for this objectvoid
setEffectiveTime
(Date effectiveTime) Set up the date/time to use for the query.void
setProperties
(Map<String, Object> properties) Set up the properties for this user identity.toString()
JSON-style toString.Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.EffectiveDatesRequestBody
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.ExternalSourceRequestBody
getExternalSourceGUID, getExternalSourceName, setExternalSourceGUID, setExternalSourceName
-
Constructor Details
-
AssetExtensionsRequestBody
public AssetExtensionsRequestBody()Default constructor -
AssetExtensionsRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getProperties
Return the properties for this user identity.- Returns:
- properties bean
-
setProperties
Set up the properties for this user identity.- Parameters:
properties
- properties bean
-
getEffectiveTime
Return the date/time to use for the query.- Returns:
- date object
-
setEffectiveTime
Set up the date/time to use for the query.- Parameters:
effectiveTime
- date object
-
toString
JSON-style toString.- Overrides:
toString
in classEffectiveDatesRequestBody
- Returns:
- list of properties and their values.
-
equals
Equals method that returns true if containing properties are the same.- Overrides:
equals
in classEffectiveDatesRequestBody
- Parameters:
objectToCompare
- object to compare- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classEffectiveDatesRequestBody
- Returns:
- int hash code
-