Class URLRequestBody
java.lang.Object
org.odpi.openmetadata.adminservices.rest.URLRequestBody
- Direct Known Subclasses:
PlatformSecurityRequestBody
-
Constructor Summary
ConstructorDescriptionDefault constructorURLRequestBody
(URLRequestBody template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare objectsReturn the URL root (typically host name and port).int
hashCode()
Simple hash for the objectvoid
setUrlRoot
(String urlRoot) Set up the URL root (typically host name and port).toString()
JSON-style toString
-
Constructor Details
-
URLRequestBody
public URLRequestBody()Default constructor -
URLRequestBody
Copy/clone constructor- Parameters:
template
- source
-
-
Method Details
-
getUrlRoot
Return the URL root (typically host name and port).- Returns:
- string
-
setUrlRoot
Set up the URL root (typically host name and port).- Parameters:
urlRoot
- string
-
toString
JSON-style toString -
equals
Compare objects -
hashCode
public int hashCode()Simple hash for the object
-