Class Config
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.Config
-
public class Config extends Object
Config is used by the Subject Area OMAS to retrieve useful configuration information when using the subject area APIs
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compare the values of the supplied object with those stored in the current object.IntegergetMaxPageSize()Get the maximum page size that will be accepted by the Subject Area OMASinthashCode()Create a hash code for this element type.voidsetMaxPageSize(Integer maxPageSize)Set the maximum page size that will be accepted by the Subject Area OMASStringtoString()Standard toString method.
-
-
-
Constructor Detail
-
Config
public Config()
Default constructor
-
Config
public Config(Config template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getMaxPageSize
public Integer getMaxPageSize()
Get the maximum page size that will be accepted by the Subject Area OMAS- Returns:
- the maximum page size
-
setMaxPageSize
public void setMaxPageSize(Integer maxPageSize)
Set the maximum page size that will be accepted by the Subject Area OMAS- Parameters:
maxPageSize- maximum page size
-
toString
public String toString()
Standard toString method.
-
equals
public boolean equals(Object o)
Compare the values of the supplied object with those stored in the current object.
-
-