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 booleanequals(Object o)Compares objects.StringgetUrl()The view URL to be navigated to..inthashCode()Returns the HashCode.voidsetUrl(String url)setUrl.StringtoString()Converts the given object to string.ViewUrlurl(String url)url.
-