public class OMAGServerClientConfig extends AdminServicesConfigHeader
| 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.
|
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–2021 LF AI & Data Foundation. All rights reserved.