public class URLRequestBody extends Object
| Constructor and Description |
|---|
URLRequestBody()
Default constructor
|
URLRequestBody(URLRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare objects
|
String |
getUrlRoot()
Return the URL root (typically host name and port).
|
int |
hashCode()
Simple hash for the object
|
void |
setUrlRoot(String urlRoot)
Set up the URL root (typically host name and port).
|
String |
toString()
JSON-style toString
|
public URLRequestBody()
public URLRequestBody(URLRequestBody template)
template - sourcepublic String getUrlRoot()
public void setUrlRoot(String urlRoot)
urlRoot - stringpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.