public class ApplicationVersionDescription
extends java.lang.Object
implements java.io.Serializable
Describes the properties of an application version.
| コンストラクタと説明 |
|---|
ApplicationVersionDescription()
Default constructor for a new ApplicationVersionDescription object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
The name of the application associated with this release.
|
java.util.Date |
getDateCreated()
The creation date of the application version.
|
java.util.Date |
getDateUpdated()
The last modified date of the application version.
|
java.lang.String |
getDescription()
The description of this application version.
|
S3Location |
getSourceBundle()
The location where the source bundle is located for this version.
|
java.lang.String |
getVersionLabel()
A label uniquely identifying the version for the associated
application.
|
int |
hashCode() |
void |
setApplicationName(java.lang.String applicationName)
The name of the application associated with this release.
|
void |
setDateCreated(java.util.Date dateCreated)
The creation date of the application version.
|
void |
setDateUpdated(java.util.Date dateUpdated)
The last modified date of the application version.
|
void |
setDescription(java.lang.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(java.lang.String versionLabel)
A label uniquely identifying the version for the associated
application.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ApplicationVersionDescription |
withApplicationName(java.lang.String applicationName)
The name of the application associated with this release.
|
ApplicationVersionDescription |
withDateCreated(java.util.Date dateCreated)
The creation date of the application version.
|
ApplicationVersionDescription |
withDateUpdated(java.util.Date dateUpdated)
The last modified date of the application version.
|
ApplicationVersionDescription |
withDescription(java.lang.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(java.lang.String versionLabel)
A label uniquely identifying the version for the associated
application.
|
public ApplicationVersionDescription()
public java.lang.String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(java.lang.String applicationName)
Constraints:
Length: 1 - 100
applicationName - The name of the application associated with this release.public ApplicationVersionDescription withApplicationName(java.lang.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 java.lang.String getDescription()
Constraints:
Length: 0 - 200
public void setDescription(java.lang.String description)
Constraints:
Length: 0 - 200
description - The description of this application version.public ApplicationVersionDescription withDescription(java.lang.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 java.lang.String getVersionLabel()
Constraints:
Length: 1 - 100
public void setVersionLabel(java.lang.String versionLabel)
Constraints:
Length: 1 - 100
versionLabel - A label uniquely identifying the version for the associated
application.public ApplicationVersionDescription withVersionLabel(java.lang.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 java.util.Date getDateCreated()
public void setDateCreated(java.util.Date dateCreated)
dateCreated - The creation date of the application version.public ApplicationVersionDescription withDateCreated(java.util.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 java.util.Date getDateUpdated()
public void setDateUpdated(java.util.Date dateUpdated)
dateUpdated - The last modified date of the application version.public ApplicationVersionDescription withDateUpdated(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object