public class DeploymentProperties extends Object
Constructor and Description |
---|
DeploymentProperties() |
Modifier and Type | Method and Description |
---|---|
DebugSetting |
debugSetting()
Get the debugSetting value.
|
DeploymentMode |
mode()
Get the mode value.
|
Object |
parameters()
Get the parameters value.
|
ParametersLink |
parametersLink()
Get the parametersLink value.
|
Object |
template()
Get the template value.
|
TemplateLink |
templateLink()
Get the templateLink value.
|
DeploymentProperties |
withDebugSetting(DebugSetting debugSetting)
Set the debugSetting value.
|
DeploymentProperties |
withMode(DeploymentMode mode)
Set the mode value.
|
DeploymentProperties |
withParameters(Object parameters)
Set the parameters value.
|
DeploymentProperties |
withParametersLink(ParametersLink parametersLink)
Set the parametersLink value.
|
DeploymentProperties |
withTemplate(Object template)
Set the template value.
|
DeploymentProperties |
withTemplateLink(TemplateLink templateLink)
Set the templateLink value.
|
public Object template()
public DeploymentProperties withTemplate(Object template)
template
- the template value to setpublic TemplateLink templateLink()
public DeploymentProperties withTemplateLink(TemplateLink templateLink)
templateLink
- the templateLink value to setpublic Object parameters()
public DeploymentProperties withParameters(Object parameters)
parameters
- the parameters value to setpublic ParametersLink parametersLink()
public DeploymentProperties withParametersLink(ParametersLink parametersLink)
parametersLink
- the parametersLink value to setpublic DeploymentMode mode()
public DeploymentProperties withMode(DeploymentMode mode)
mode
- the mode value to setpublic DebugSetting debugSetting()
public DeploymentProperties withDebugSetting(DebugSetting debugSetting)
debugSetting
- the debugSetting value to setCopyright © 2019. All rights reserved.