Package com.docusign.maestro.model
Class DSWebFormsStepConfig
- java.lang.Object
-
- com.docusign.maestro.model.DSWebFormsStepConfig
-
- All Implemented Interfaces:
Serializable
public class DSWebFormsStepConfig extends Object implements Serializable
DSWebFormsStepConfig.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DSWebFormsStepConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetPageUrl()Get pageUrl.inthashCode()Returns the HashCode.DSWebFormsStepConfigpageUrl(String pageUrl)pageUrl.voidsetPageUrl(String pageUrl)setPageUrl.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
pageUrl
public DSWebFormsStepConfig pageUrl(String pageUrl)
pageUrl.- Returns:
- DSWebFormsStepConfig
-
getPageUrl
public String getPageUrl()
Get pageUrl.- Returns:
- pageUrl
-
setPageUrl
public void setPageUrl(String pageUrl)
setPageUrl.
-
equals
public boolean equals(Object o)
Compares objects.
-
-