Class RuntimeEnvironmentDetails

java.lang.Object
org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails

public class RuntimeEnvironmentDetails extends Object
Provides runtime environment details for either a deployer or task launcher.
Author:
Gunnar Hillert
See Also:
  • Constructor Details

    • RuntimeEnvironmentDetails

      public RuntimeEnvironmentDetails()
      Default constructor for serialization frameworks.
  • Method Details

    • getDeployerImplementationVersion

      public String getDeployerImplementationVersion()
    • setDeployerImplementationVersion

      public void setDeployerImplementationVersion(String deployerImplementationVersion)
    • getDeployerName

      public String getDeployerName()
    • setDeployerName

      public void setDeployerName(String deployerName)
    • getDeployerSpiVersion

      public String getDeployerSpiVersion()
    • setDeployerSpiVersion

      public void setDeployerSpiVersion(String deployerSpiVersion)
    • getJavaVersion

      public String getJavaVersion()
    • setJavaVersion

      public void setJavaVersion(String javaVersion)
    • getPlatformApiVersion

      public String getPlatformApiVersion()
    • setPlatformApiVersion

      public void setPlatformApiVersion(String platformApiVersion)
    • getPlatformClientVersion

      public String getPlatformClientVersion()
    • setPlatformClientVersion

      public void setPlatformClientVersion(String platformClientVersion)
    • getPlatformHostVersion

      public String getPlatformHostVersion()
    • setPlatformHostVersion

      public void setPlatformHostVersion(String platformHostVersion)
    • getPlatformSpecificInfo

      public Map<String,String> getPlatformSpecificInfo()
    • setPlatformSpecificInfo

      public void setPlatformSpecificInfo(Map<String,String> platformSpecificInfo)
    • getPlatformType

      public String getPlatformType()
    • setPlatformType

      public void setPlatformType(String platformType)
    • getSpringBootVersion

      public String getSpringBootVersion()
    • setSpringBootVersion

      public void setSpringBootVersion(String springBootVersion)
    • getSpringVersion

      public String getSpringVersion()
    • setSpringVersion

      public void setSpringVersion(String springVersion)