Class ApplicationVersionDescription
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the properties of an application version.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the application associated with this release.The creation date of the application version.The last modified date of the application version.The description of this application version.The location where the source bundle is located for this version.The processing status of the application version.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
The processing status of the application version.void
setVersionLabel
(String versionLabel) A label uniquely identifying the version for the associated application.toString()
Returns a string representation of this object; useful for testing and debugging.withApplicationName
(String applicationName) The name of the application associated with this release.withDateCreated
(Date dateCreated) The creation date of the application version.withDateUpdated
(Date dateUpdated) The last modified date of the application version.withDescription
(String description) The description of this application version.withSourceBundle
(S3Location sourceBundle) The location where the source bundle is located for this version.withStatus
(ApplicationVersionStatus status) The processing status of the application version.withStatus
(String status) The processing status of the application version.withVersionLabel
(String versionLabel) A label uniquely identifying the version for the associated application.
-
Constructor Details
-
ApplicationVersionDescription
public ApplicationVersionDescription()
-
-
Method Details
-
setApplicationName
The name of the application associated with this release.
- Parameters:
applicationName
- The name of the application associated with this release.
-
getApplicationName
The name of the application associated with this release.
- Returns:
- The name of the application associated with this release.
-
withApplicationName
The name of the application associated with this release.
- Parameters:
applicationName
- The name of the application associated with this release.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
The description of this application version.
- Parameters:
description
- The description of this application version.
-
getDescription
The description of this application version.
- Returns:
- The description of this application version.
-
withDescription
The description of this application version.
- Parameters:
description
- The description of this application version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVersionLabel
A label uniquely identifying the version for the associated application.
- Parameters:
versionLabel
- A label uniquely identifying the version for the associated application.
-
getVersionLabel
A label uniquely identifying the version for the associated application.
- Returns:
- A label uniquely identifying the version for the associated application.
-
withVersionLabel
A label uniquely identifying the version for the associated application.
- Parameters:
versionLabel
- A label uniquely identifying the version for the associated application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSourceBundle
The location where the source bundle is located for this version.
- Parameters:
sourceBundle
- The location where the source bundle is located for this version.
-
getSourceBundle
The location where the source bundle is located for this version.
- Returns:
- The location where the source bundle is located for this version.
-
withSourceBundle
The location where the source bundle is located for this version.
- Parameters:
sourceBundle
- The location where the source bundle is located for this version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDateCreated
The creation date of the application version.
- Parameters:
dateCreated
- The creation date of the application version.
-
getDateCreated
The creation date of the application version.
- Returns:
- The creation date of the application version.
-
withDateCreated
The creation date of the application version.
- Parameters:
dateCreated
- The creation date of the application version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDateUpdated
The last modified date of the application version.
- Parameters:
dateUpdated
- The last modified date of the application version.
-
getDateUpdated
The last modified date of the application version.
- Returns:
- The last modified date of the application version.
-
withDateUpdated
The last modified date of the application version.
- Parameters:
dateUpdated
- The last modified date of the application version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The processing status of the application version.
- Parameters:
status
- The processing status of the application version.- See Also:
-
getStatus
The processing status of the application version.
- Returns:
- The processing status of the application version.
- See Also:
-
withStatus
The processing status of the application version.
- Parameters:
status
- The processing status of the application version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The processing status of the application version.
- Parameters:
status
- The processing status of the application version.- See Also:
-
withStatus
The processing status of the application version.
- Parameters:
status
- The processing status of the application version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-