public class ViewServiceRequestBody extends OMAGServerClientConfig
| Constructor and Description |
|---|
ViewServiceRequestBody()
Default constructor for use with Jackson libraries
|
ViewServiceRequestBody(ViewServiceRequestBody 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.
|
Map<String,Object> |
getViewServiceOptions()
Return the options for this view service.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setViewServiceOptions(Map<String,Object> viewServiceOptions)
Set up the options for this view service.
|
String |
toString()
Standard toString method.
|
getOMAGServerName, getOMAGServerPlatformRootURL, setOMAGServerName, setOMAGServerPlatformRootURLpublic ViewServiceRequestBody()
public ViewServiceRequestBody(ViewServiceRequestBody template)
template - object to copypublic Map<String,Object> getViewServiceOptions()
public void setViewServiceOptions(Map<String,Object> viewServiceOptions)
viewServiceOptions - Map from String to Stringpublic String toString()
toString in class OMAGServerClientConfigpublic boolean equals(Object objectToCompare)
equals in class OMAGServerClientConfigobjectToCompare - objectpublic int hashCode()
hashCode in class OMAGServerClientConfigCopyright © 2018–2020 ODPi. All rights reserved.