public class Config extends Object
| Constructor and Description |
|---|
Config()
Default constructor
|
Config(Config template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Compare the values of the supplied object with those stored in the current object.
|
Integer |
getMaxPageSize()
Get the maximum page size that will be accepted by the Subject Area OMAS
|
int |
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 OMAS
|
String |
toString()
Standard toString method.
|
public Config()
public Config(Config template)
template - object to copypublic Integer getMaxPageSize()
public void setMaxPageSize(Integer maxPageSize)
maxPageSize - maximum page sizepublic String toString()
public boolean equals(Object o)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.