Package com.docusign.esign.model
Class ServiceVersion
- java.lang.Object
-
- com.docusign.esign.model.ServiceVersion
-
- All Implemented Interfaces:
Serializable
public class ServiceVersion extends Object implements Serializable
ServiceVersion.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Compares objects.String
getVersion()
The version of the rest API..String
getVersionUrl()
.int
hashCode()
Returns the HashCode.void
setVersion(String version)
setVersion.void
setVersionUrl(String versionUrl)
setVersionUrl.String
toString()
Converts the given object to string.ServiceVersion
version(String version)
version.ServiceVersion
versionUrl(String versionUrl)
versionUrl.
-
-
-
Method Detail
-
version
public ServiceVersion version(String version)
version.- Returns:
- ServiceVersion
-
getVersion
public String getVersion()
The version of the rest API..- Returns:
- version
-
setVersion
public void setVersion(String version)
setVersion.
-
versionUrl
public ServiceVersion versionUrl(String versionUrl)
versionUrl.- Returns:
- ServiceVersion
-
getVersionUrl
public String getVersionUrl()
.- Returns:
- versionUrl
-
setVersionUrl
public void setVersionUrl(String versionUrl)
setVersionUrl.
-
equals
public boolean equals(Object o)
Compares objects.
-
-