Class AssetExtensionsRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.itinfrastructure.rest.ITInfrastructureOMASAPIRequestBody
org.odpi.openmetadata.accessservices.itinfrastructure.rest.MetadataSourceRequestBody
org.odpi.openmetadata.accessservices.itinfrastructure.rest.EffectiveDatesRequestBody
org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetExtensionsRequestBody
AssetExtensionsRequestBody provides the request body payload for relationships between assets.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals 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.inthashCode()Return hash code for this objectvoidsetEffectiveTime(Date effectiveTime) Set up the date/time to use for the query.voidsetProperties(Map<String, Object> properties) Set up the properties for this user identity.toString()JSON-style toString.Methods inherited from class org.odpi.openmetadata.accessservices.itinfrastructure.rest.EffectiveDatesRequestBody
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveToMethods inherited from class org.odpi.openmetadata.accessservices.itinfrastructure.rest.MetadataSourceRequestBody
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:
toStringin classEffectiveDatesRequestBody- Returns:
- list of properties and their values.
-
equals
Equals method that returns true if containing properties are the same.- Overrides:
equalsin classEffectiveDatesRequestBody- Parameters:
objectToCompare- object to compare- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classEffectiveDatesRequestBody- Returns:
- int hash code
-