Class ServicePropertiesAndRequests
- java.lang.Object
-
- org.odpi.openmetadata.viewservices.dino.api.properties.ServicePropertiesAndRequests
-
public class ServicePropertiesAndRequests extends Object
-
-
Constructor Summary
Constructors Constructor Description ServicePropertiesAndRequests()Default Constructor sets the properties to nullsServicePropertiesAndRequests(GovernanceServiceProperties serviceProperties, Map<String,Map<String,String>> requestTypeParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Validate that an object is equal depending on their stored values.Map<String,Map<String,String>>getRequestTypeParameters()GovernanceServicePropertiesgetServiceProperties()inthashCode()Return a hash code based on the values of this object.voidsetRequestTypeParameters(Map<String,Map<String,String>> requestTypeParameters)voidsetServiceProperties(GovernanceServiceProperties serviceProperties)StringtoString()Standard toString method.
-
-
-
Method Detail
-
getServiceProperties
public GovernanceServiceProperties getServiceProperties()
-
setServiceProperties
public void setServiceProperties(GovernanceServiceProperties serviceProperties)
-
setRequestTypeParameters
public void setRequestTypeParameters(Map<String,Map<String,String>> requestTypeParameters)
-
toString
public String toString()
Standard toString method.
-
equals
public boolean equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
-
-