Package com.docusign.esign.model
Class ViewUrl
- java.lang.Object
-
- com.docusign.esign.model.ViewUrl
-
- All Implemented Interfaces:
Serializable
public class ViewUrl extends Object implements Serializable
ViewUrl.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ViewUrl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Compares objects.String
getUrl()
The view URL to be navigated to..int
hashCode()
Returns the HashCode.void
setUrl(String url)
setUrl.String
toString()
Converts the given object to string.ViewUrl
url(String url)
url.
-