public class ApplicationVersionDescription extends Object implements Serializable
Describes the properties of an application version.
| Constructor and Description | 
|---|
| ApplicationVersionDescription()Default constructor for a new ApplicationVersionDescription object. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getApplicationName()The name of the application associated with this release. | 
| Date | getDateCreated()The creation date of the application version. | 
| Date | getDateUpdated()The last modified date of the application version. | 
| String | getDescription()The description of this application version. | 
| S3Location | getSourceBundle()The location where the source bundle is located for this version. | 
| String | getVersionLabel()A label uniquely identifying the version for the associated
 application. | 
| int | hashCode() | 
| void | setApplicationName(String applicationName)The name of the application associated with this release. | 
| void | setDateCreated(Date dateCreated)The creation date of the application version. | 
| void | setDateUpdated(Date dateUpdated)The last modified date of the application version. | 
| void | setDescription(String description)The description of this application version. | 
| void | setSourceBundle(S3Location sourceBundle)The location where the source bundle is located for this version. | 
| void | setVersionLabel(String versionLabel)A label uniquely identifying the version for the associated
 application. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ApplicationVersionDescription | withApplicationName(String applicationName)The name of the application associated with this release. | 
| ApplicationVersionDescription | withDateCreated(Date dateCreated)The creation date of the application version. | 
| ApplicationVersionDescription | withDateUpdated(Date dateUpdated)The last modified date of the application version. | 
| ApplicationVersionDescription | withDescription(String description)The description of this application version. | 
| ApplicationVersionDescription | withSourceBundle(S3Location sourceBundle)The location where the source bundle is located for this version. | 
| ApplicationVersionDescription | withVersionLabel(String versionLabel)A label uniquely identifying the version for the associated
 application. | 
public ApplicationVersionDescription()
public String getApplicationName()
 Constraints:
 Length: 1 - 100
public void setApplicationName(String applicationName)
 Constraints:
 Length: 1 - 100
applicationName - The name of the application associated with this release.public ApplicationVersionDescription withApplicationName(String applicationName)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 100
applicationName - The name of the application associated with this release.public String getDescription()
 Constraints:
 Length: 0 - 200
public void setDescription(String description)
 Constraints:
 Length: 0 - 200
description - The description of this application version.public ApplicationVersionDescription withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 0 - 200
description - The description of this application version.public String getVersionLabel()
 Constraints:
 Length: 1 - 100
public void setVersionLabel(String versionLabel)
 Constraints:
 Length: 1 - 100
versionLabel - A label uniquely identifying the version for the associated
         application.public ApplicationVersionDescription withVersionLabel(String versionLabel)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 100
versionLabel - A label uniquely identifying the version for the associated
         application.public S3Location getSourceBundle()
public void setSourceBundle(S3Location sourceBundle)
sourceBundle - The location where the source bundle is located for this version.public ApplicationVersionDescription withSourceBundle(S3Location sourceBundle)
Returns a reference to this object so that method calls can be chained together.
sourceBundle - The location where the source bundle is located for this version.public Date getDateCreated()
public void setDateCreated(Date dateCreated)
dateCreated - The creation date of the application version.public ApplicationVersionDescription withDateCreated(Date dateCreated)
Returns a reference to this object so that method calls can be chained together.
dateCreated - The creation date of the application version.public Date getDateUpdated()
public void setDateUpdated(Date dateUpdated)
dateUpdated - The last modified date of the application version.public ApplicationVersionDescription withDateUpdated(Date dateUpdated)
Returns a reference to this object so that method calls can be chained together.
dateUpdated - The last modified date of the application version.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.