public class ApplicationVersionDescription extends Object implements Serializable, Cloneable
Describes the properties of an application version.
Constructor and Description |
---|
ApplicationVersionDescription() |
Modifier and Type | Method and Description |
---|---|
ApplicationVersionDescription |
clone() |
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 |
getStatus()
The processing status of the application 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 |
setStatus(ApplicationVersionStatus status)
The processing status of the application version.
|
void |
setStatus(String status)
The processing status of the application 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 |
withStatus(ApplicationVersionStatus status)
The processing status of the application version.
|
ApplicationVersionDescription |
withStatus(String status)
The processing status of the application version.
|
ApplicationVersionDescription |
withVersionLabel(String versionLabel)
A label uniquely identifying the version for the associated application.
|
public void setApplicationName(String applicationName)
The name of the application associated with this release.
applicationName
- The name of the application associated with this release.public String getApplicationName()
The name of the application associated with this release.
public ApplicationVersionDescription withApplicationName(String applicationName)
The name of the application associated with this release.
applicationName
- The name of the application associated with this release.public void setDescription(String description)
The description of this application version.
description
- The description of this application version.public String getDescription()
The description of this application version.
public ApplicationVersionDescription withDescription(String description)
The description of this application version.
description
- The description of this application version.public void setVersionLabel(String versionLabel)
A label uniquely identifying the version for the associated application.
versionLabel
- A label uniquely identifying the version for the associated
application.public String getVersionLabel()
A label uniquely identifying the version for the associated application.
public ApplicationVersionDescription withVersionLabel(String versionLabel)
A label uniquely identifying the version for the associated application.
versionLabel
- A label uniquely identifying the version for the associated
application.public void setSourceBundle(S3Location sourceBundle)
The location where the source bundle is located for this version.
sourceBundle
- The location where the source bundle is located for this version.public S3Location getSourceBundle()
The location where the source bundle is located for this version.
public ApplicationVersionDescription withSourceBundle(S3Location sourceBundle)
The location where the source bundle is located for this version.
sourceBundle
- The location where the source bundle is located for this version.public void setDateCreated(Date dateCreated)
The creation date of the application version.
dateCreated
- The creation date of the application version.public Date getDateCreated()
The creation date of the application version.
public ApplicationVersionDescription withDateCreated(Date dateCreated)
The creation date of the application version.
dateCreated
- The creation date of the application version.public void setDateUpdated(Date dateUpdated)
The last modified date of the application version.
dateUpdated
- The last modified date of the application version.public Date getDateUpdated()
The last modified date of the application version.
public ApplicationVersionDescription withDateUpdated(Date dateUpdated)
The last modified date of the application version.
dateUpdated
- The last modified date of the application version.public void setStatus(String status)
The processing status of the application version.
status
- The processing status of the application version.ApplicationVersionStatus
public String getStatus()
The processing status of the application version.
ApplicationVersionStatus
public ApplicationVersionDescription withStatus(String status)
The processing status of the application version.
status
- The processing status of the application version.ApplicationVersionStatus
public void setStatus(ApplicationVersionStatus status)
The processing status of the application version.
status
- The processing status of the application version.ApplicationVersionStatus
public ApplicationVersionDescription withStatus(ApplicationVersionStatus status)
The processing status of the application version.
status
- The processing status of the application version.ApplicationVersionStatus
public String toString()
toString
in class Object
Object.toString()
public ApplicationVersionDescription clone()
Copyright © 2018. All rights reserved.