Package com.docusign.esign.model
Class ServiceInformation
- java.lang.Object
-
- com.docusign.esign.model.ServiceInformation
-
- All Implemented Interfaces:
Serializable
public class ServiceInformation extends Object implements Serializable
ServiceInformation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceInformationaddLinkedSitesItem(String linkedSitesItem)addLinkedSitesItem.ServiceInformationaddServiceVersionsItem(ServiceVersion serviceVersionsItem)addServiceVersionsItem.ServiceInformationbuildBranch(String buildBranch)buildBranch.ServiceInformationbuildBranchDeployedDateTime(String buildBranchDeployedDateTime)buildBranchDeployedDateTime.ServiceInformationbuildSHA(String buildSHA)buildSHA.ServiceInformationbuildVersion(String buildVersion)buildVersion.booleanequals(Object o)Compares objects.StringgetBuildBranch()Reserved: TBD.StringgetBuildBranchDeployedDateTime()Reserved: TBD.StringgetBuildSHA()Reserved: TBD.StringgetBuildVersion()Reserved: TBD.List<String>getLinkedSites().List<ServiceVersion>getServiceVersions().inthashCode()Returns the HashCode.ServiceInformationlinkedSites(List<String> linkedSites)linkedSites.ServiceInformationserviceVersions(List<ServiceVersion> serviceVersions)serviceVersions.voidsetBuildBranch(String buildBranch)setBuildBranch.voidsetBuildBranchDeployedDateTime(String buildBranchDeployedDateTime)setBuildBranchDeployedDateTime.voidsetBuildSHA(String buildSHA)setBuildSHA.voidsetBuildVersion(String buildVersion)setBuildVersion.voidsetLinkedSites(List<String> linkedSites)setLinkedSites.voidsetServiceVersions(List<ServiceVersion> serviceVersions)setServiceVersions.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
buildBranch
public ServiceInformation buildBranch(String buildBranch)
buildBranch.- Returns:
- ServiceInformation
-
getBuildBranch
public String getBuildBranch()
Reserved: TBD.- Returns:
- buildBranch
-
setBuildBranch
public void setBuildBranch(String buildBranch)
setBuildBranch.
-
buildBranchDeployedDateTime
public ServiceInformation buildBranchDeployedDateTime(String buildBranchDeployedDateTime)
buildBranchDeployedDateTime.- Returns:
- ServiceInformation
-
getBuildBranchDeployedDateTime
public String getBuildBranchDeployedDateTime()
Reserved: TBD.- Returns:
- buildBranchDeployedDateTime
-
setBuildBranchDeployedDateTime
public void setBuildBranchDeployedDateTime(String buildBranchDeployedDateTime)
setBuildBranchDeployedDateTime.
-
buildSHA
public ServiceInformation buildSHA(String buildSHA)
buildSHA.- Returns:
- ServiceInformation
-
getBuildSHA
public String getBuildSHA()
Reserved: TBD.- Returns:
- buildSHA
-
setBuildSHA
public void setBuildSHA(String buildSHA)
setBuildSHA.
-
buildVersion
public ServiceInformation buildVersion(String buildVersion)
buildVersion.- Returns:
- ServiceInformation
-
getBuildVersion
public String getBuildVersion()
Reserved: TBD.- Returns:
- buildVersion
-
setBuildVersion
public void setBuildVersion(String buildVersion)
setBuildVersion.
-
linkedSites
public ServiceInformation linkedSites(List<String> linkedSites)
linkedSites.- Returns:
- ServiceInformation
-
addLinkedSitesItem
public ServiceInformation addLinkedSitesItem(String linkedSitesItem)
addLinkedSitesItem.- Returns:
- ServiceInformation
-
serviceVersions
public ServiceInformation serviceVersions(List<ServiceVersion> serviceVersions)
serviceVersions.- Returns:
- ServiceInformation
-
addServiceVersionsItem
public ServiceInformation addServiceVersionsItem(ServiceVersion serviceVersionsItem)
addServiceVersionsItem.- Returns:
- ServiceInformation
-
getServiceVersions
public List<ServiceVersion> getServiceVersions()
.- Returns:
- serviceVersions
-
setServiceVersions
public void setServiceVersions(List<ServiceVersion> serviceVersions)
setServiceVersions.
-
equals
public boolean equals(Object o)
Compares objects.
-
-