Class URLRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.adminservices.rest.URLRequestBody
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PlatformSecurityRequestBody
public class URLRequestBody extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description URLRequestBody()Default constructorURLRequestBody(URLRequestBody template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare objectsStringgetUrlRoot()Return 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).StringtoString()JSON-style toString
-
-
-
Constructor Detail
-
URLRequestBody
public URLRequestBody()
Default constructor
-
URLRequestBody
public URLRequestBody(URLRequestBody template)
Copy/clone constructor- Parameters:
template- source
-
-
Method Detail
-
getUrlRoot
public String getUrlRoot()
Return the URL root (typically host name and port).- Returns:
- string
-
setUrlRoot
public void setUrlRoot(String urlRoot)
Set up the URL root (typically host name and port).- Parameters:
urlRoot- string
-
toString
public String toString()
JSON-style toString
-
equals
public boolean equals(Object objectToCompare)
Compare objects
-
-