Class StackMinorVersion


  • public final class StackMinorVersion
    extends Object
    Application stack minor version.
    • Constructor Detail

      • StackMinorVersion

        public StackMinorVersion()
    • Method Detail

      • displayVersion

        public String displayVersion()
        Get the displayVersion property: Application stack minor version (display only).
        Returns:
        the displayVersion value.
      • withDisplayVersion

        public StackMinorVersion withDisplayVersion​(String displayVersion)
        Set the displayVersion property: Application stack minor version (display only).
        Parameters:
        displayVersion - the displayVersion value to set.
        Returns:
        the StackMinorVersion object itself.
      • runtimeVersion

        public String runtimeVersion()
        Get the runtimeVersion property: Application stack minor version (runtime only).
        Returns:
        the runtimeVersion value.
      • withRuntimeVersion

        public StackMinorVersion withRuntimeVersion​(String runtimeVersion)
        Set the runtimeVersion property: Application stack minor version (runtime only).
        Parameters:
        runtimeVersion - the runtimeVersion value to set.
        Returns:
        the StackMinorVersion object itself.
      • isDefault

        public Boolean isDefault()
        Get the isDefault property: <code>true</code> if this is the default minor version; otherwise, <code>false</code>.
        Returns:
        the isDefault value.
      • withIsDefault

        public StackMinorVersion withIsDefault​(Boolean isDefault)
        Set the isDefault property: <code>true</code> if this is the default minor version; otherwise, <code>false</code>.
        Parameters:
        isDefault - the isDefault value to set.
        Returns:
        the StackMinorVersion object itself.
      • isRemoteDebuggingEnabled

        public Boolean isRemoteDebuggingEnabled()
        Get the isRemoteDebuggingEnabled property: <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.
        Returns:
        the isRemoteDebuggingEnabled value.
      • withIsRemoteDebuggingEnabled

        public StackMinorVersion withIsRemoteDebuggingEnabled​(Boolean isRemoteDebuggingEnabled)
        Set the isRemoteDebuggingEnabled property: <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.
        Parameters:
        isRemoteDebuggingEnabled - the isRemoteDebuggingEnabled value to set.
        Returns:
        the StackMinorVersion object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.