public class ApplicationDescription
extends java.lang.Object
implements java.io.Serializable
Describes the properties of an application.
| コンストラクタと説明 |
|---|
ApplicationDescription()
Default constructor for a new ApplicationDescription object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
The name of the application.
|
java.util.List<java.lang.String> |
getConfigurationTemplates()
The names of the configuration templates associated with this
application.
|
java.util.Date |
getDateCreated()
The date when the application was created.
|
java.util.Date |
getDateUpdated()
The date when the application was last modified.
|
java.lang.String |
getDescription()
User-defined description of the application.
|
java.util.List<java.lang.String> |
getVersions()
The names of the versions for this application.
|
int |
hashCode() |
void |
setApplicationName(java.lang.String applicationName)
The name of the application.
|
void |
setConfigurationTemplates(java.util.Collection<java.lang.String> configurationTemplates)
The names of the configuration templates associated with this
application.
|
void |
setDateCreated(java.util.Date dateCreated)
The date when the application was created.
|
void |
setDateUpdated(java.util.Date dateUpdated)
The date when the application was last modified.
|
void |
setDescription(java.lang.String description)
User-defined description of the application.
|
void |
setVersions(java.util.Collection<java.lang.String> versions)
The names of the versions for this application.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ApplicationDescription |
withApplicationName(java.lang.String applicationName)
The name of the application.
|
ApplicationDescription |
withConfigurationTemplates(java.util.Collection<java.lang.String> configurationTemplates)
The names of the configuration templates associated with this
application.
|
ApplicationDescription |
withConfigurationTemplates(java.lang.String... configurationTemplates)
The names of the configuration templates associated with this
application.
|
ApplicationDescription |
withDateCreated(java.util.Date dateCreated)
The date when the application was created.
|
ApplicationDescription |
withDateUpdated(java.util.Date dateUpdated)
The date when the application was last modified.
|
ApplicationDescription |
withDescription(java.lang.String description)
User-defined description of the application.
|
ApplicationDescription |
withVersions(java.util.Collection<java.lang.String> versions)
The names of the versions for this application.
|
ApplicationDescription |
withVersions(java.lang.String... versions)
The names of the versions for this application.
|
public ApplicationDescription()
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.public ApplicationDescription 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.public java.lang.String getDescription()
Constraints:
Length: 0 - 200
public void setDescription(java.lang.String description)
Constraints:
Length: 0 - 200
description - User-defined description of the application.public ApplicationDescription withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 200
description - User-defined description of the application.public java.util.Date getDateCreated()
public void setDateCreated(java.util.Date dateCreated)
dateCreated - The date when the application was created.public ApplicationDescription withDateCreated(java.util.Date dateCreated)
Returns a reference to this object so that method calls can be chained together.
dateCreated - The date when the application was created.public java.util.Date getDateUpdated()
public void setDateUpdated(java.util.Date dateUpdated)
dateUpdated - The date when the application was last modified.public ApplicationDescription withDateUpdated(java.util.Date dateUpdated)
Returns a reference to this object so that method calls can be chained together.
dateUpdated - The date when the application was last modified.public java.util.List<java.lang.String> getVersions()
public void setVersions(java.util.Collection<java.lang.String> versions)
versions - The names of the versions for this application.public ApplicationDescription withVersions(java.lang.String... versions)
Returns a reference to this object so that method calls can be chained together.
versions - The names of the versions for this application.public ApplicationDescription withVersions(java.util.Collection<java.lang.String> versions)
Returns a reference to this object so that method calls can be chained together.
versions - The names of the versions for this application.public java.util.List<java.lang.String> getConfigurationTemplates()
public void setConfigurationTemplates(java.util.Collection<java.lang.String> configurationTemplates)
configurationTemplates - The names of the configuration templates associated with this
application.public ApplicationDescription withConfigurationTemplates(java.lang.String... configurationTemplates)
Returns a reference to this object so that method calls can be chained together.
configurationTemplates - The names of the configuration templates associated with this
application.public ApplicationDescription withConfigurationTemplates(java.util.Collection<java.lang.String> configurationTemplates)
Returns a reference to this object so that method calls can be chained together.
configurationTemplates - The names of the configuration templates associated with this
application.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