public final class ApplicationStack extends Object
| Constructor and Description |
|---|
ApplicationStack() |
| Modifier and Type | Method and Description |
|---|---|
String |
dependency()
Get the dependency property: Application stack dependency.
|
String |
display()
Get the display property: Application stack display name.
|
List<ApplicationStack> |
frameworks()
Get the frameworks property: List of frameworks associated with application stack.
|
List<ApplicationStack> |
isDeprecated()
Get the isDeprecated property: <code>true</code> if this is the stack is deprecated; otherwise,
<code>false</code>.
|
List<StackMajorVersion> |
majorVersions()
Get the majorVersions property: List of major versions available.
|
String |
name()
Get the name property: Application stack name.
|
void |
validate()
Validates the instance.
|
ApplicationStack |
withDependency(String dependency)
Set the dependency property: Application stack dependency.
|
ApplicationStack |
withDisplay(String display)
Set the display property: Application stack display name.
|
ApplicationStack |
withFrameworks(List<ApplicationStack> frameworks)
Set the frameworks property: List of frameworks associated with application stack.
|
ApplicationStack |
withIsDeprecated(List<ApplicationStack> isDeprecated)
Set the isDeprecated property: <code>true</code> if this is the stack is deprecated; otherwise,
<code>false</code>.
|
ApplicationStack |
withMajorVersions(List<StackMajorVersion> majorVersions)
Set the majorVersions property: List of major versions available.
|
ApplicationStack |
withName(String name)
Set the name property: Application stack name.
|
public String name()
public ApplicationStack withName(String name)
name - the name value to set.public String display()
public ApplicationStack withDisplay(String display)
display - the display value to set.public String dependency()
public ApplicationStack withDependency(String dependency)
dependency - the dependency value to set.public List<StackMajorVersion> majorVersions()
public ApplicationStack withMajorVersions(List<StackMajorVersion> majorVersions)
majorVersions - the majorVersions value to set.public List<ApplicationStack> frameworks()
public ApplicationStack withFrameworks(List<ApplicationStack> frameworks)
frameworks - the frameworks value to set.public List<ApplicationStack> isDeprecated()
public ApplicationStack withIsDeprecated(List<ApplicationStack> isDeprecated)
isDeprecated - the isDeprecated value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.