Class Config
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.Config
Config is used by the Subject Area OMAS to retrieve useful configuration information when using the subject area APIs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Get the maximum page size that will be accepted by the Subject Area OMASint
hashCode()
Create a hash code for this element type.void
setMaxPageSize
(Integer maxPageSize) Set the maximum page size that will be accepted by the Subject Area OMAStoString()
Standard toString method.
-
Constructor Details
-
Config
public Config()Default constructor -
Config
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getMaxPageSize
Get the maximum page size that will be accepted by the Subject Area OMAS- Returns:
- the maximum page size
-
setMaxPageSize
Set the maximum page size that will be accepted by the Subject Area OMAS- Parameters:
maxPageSize
- maximum page size
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Create a hash code for this element type.
-