public class StackMinorVersion extends Object
Constructor and Description |
---|
StackMinorVersion() |
Modifier and Type | Method and Description |
---|---|
String |
displayVersion()
Get application stack minor version (display only).
|
Boolean |
isDefault()
Get <code>true</code> if this is the default minor version; otherwise, <code>false</code>.
|
Boolean |
isRemoteDebuggingEnabled()
Get <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.
|
String |
runtimeVersion()
Get application stack minor version (runtime only).
|
StackMinorVersion |
withDisplayVersion(String displayVersion)
Set application stack minor version (display only).
|
StackMinorVersion |
withIsDefault(Boolean isDefault)
Set <code>true</code> if this is the default minor version; otherwise, <code>false</code>.
|
StackMinorVersion |
withIsRemoteDebuggingEnabled(Boolean isRemoteDebuggingEnabled)
Set <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.
|
StackMinorVersion |
withRuntimeVersion(String runtimeVersion)
Set application stack minor version (runtime only).
|
public String displayVersion()
public StackMinorVersion withDisplayVersion(String displayVersion)
displayVersion
- the displayVersion value to setpublic String runtimeVersion()
public StackMinorVersion withRuntimeVersion(String runtimeVersion)
runtimeVersion
- the runtimeVersion value to setpublic Boolean isDefault()
public StackMinorVersion withIsDefault(Boolean isDefault)
isDefault
- the isDefault value to setpublic Boolean isRemoteDebuggingEnabled()
public StackMinorVersion withIsRemoteDebuggingEnabled(Boolean isRemoteDebuggingEnabled)
isRemoteDebuggingEnabled
- the isRemoteDebuggingEnabled value to setCopyright © 2019. All rights reserved.