Class URLRequestBody
java.lang.Object
org.odpi.openmetadata.adminservices.rest.URLRequestBody
- Direct Known Subclasses:
PlatformSecurityRequestBody
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorURLRequestBody(URLRequestBody template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare objectsReturn the URL root (typically host name and port).inthashCode()Simple hash for the objectvoidsetUrlRoot(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
-