public class SourceConfiguration extends Object implements Serializable
A specification for an environment configuration
Constructor and Description |
---|
SourceConfiguration()
Default constructor for a new SourceConfiguration object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of the application associated with the configuration.
|
String |
getTemplateName()
The name of the configuration template.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of the application associated with the configuration.
|
void |
setTemplateName(String templateName)
The name of the configuration template.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SourceConfiguration |
withApplicationName(String applicationName)
The name of the application associated with the configuration.
|
SourceConfiguration |
withTemplateName(String templateName)
The name of the configuration template.
|
public SourceConfiguration()
public String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(String applicationName)
Constraints:
Length: 1 - 100
applicationName
- The name of the application associated with the configuration.public SourceConfiguration withApplicationName(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 String getTemplateName()
Constraints:
Length: 1 - 100
public void setTemplateName(String templateName)
Constraints:
Length: 1 - 100
templateName
- The name of the configuration template.public SourceConfiguration withTemplateName(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 String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.