public class OMAGServerClientConfig extends AdminServicesConfigHeader
| Modifier and Type | Field and Description |
|---|---|
protected String |
omagServerName |
protected String |
omagServerPlatformRootURL |
| Constructor and Description |
|---|
OMAGServerClientConfig()
Default constructor
|
OMAGServerClientConfig(OMAGServerClientConfig template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
String |
getOMAGServerName()
Return the name of the OMAG server.
|
String |
getOMAGServerPlatformRootURL()
Return the root URL of the OMAG ServerPlatform.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setOMAGServerName(String omagServerName)
Set up the name of the OMAG server.
|
void |
setOMAGServerPlatformRootURL(String omagServerPlatformRootURL)
Set up the root URL of the OMAG Server Platform.
|
String |
toString()
Standard toString method.
|
protected String omagServerPlatformRootURL
protected String omagServerName
public OMAGServerClientConfig()
public OMAGServerClientConfig(OMAGServerClientConfig template)
template - object to copypublic String getOMAGServerPlatformRootURL()
public void setOMAGServerPlatformRootURL(String omagServerPlatformRootURL)
omagServerPlatformRootURL - string root urlpublic String getOMAGServerName()
public void setOMAGServerName(String omagServerName)
omagServerName - string server namepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.