public class SourceConfiguration
extends java.lang.Object
implements java.io.Serializable
A specification for an environment configuration
| コンストラクタと説明 |
|---|
SourceConfiguration()
Default constructor for a new SourceConfiguration object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
The name of the application associated with the configuration.
|
java.lang.String |
getTemplateName()
The name of the configuration template.
|
int |
hashCode() |
void |
setApplicationName(java.lang.String applicationName)
The name of the application associated with the configuration.
|
void |
setTemplateName(java.lang.String templateName)
The name of the configuration template.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SourceConfiguration |
withApplicationName(java.lang.String applicationName)
The name of the application associated with the configuration.
|
SourceConfiguration |
withTemplateName(java.lang.String templateName)
The name of the configuration template.
|
public SourceConfiguration()
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 the configuration.public SourceConfiguration 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 the configuration.public java.lang.String getTemplateName()
Constraints:
Length: 1 - 100
public void setTemplateName(java.lang.String templateName)
Constraints:
Length: 1 - 100
templateName - The name of the configuration template.public SourceConfiguration withTemplateName(java.lang.String templateName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
templateName - The name of the configuration template.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