Interface BuildInfo

  • All Superinterfaces:
    ModelEntity, Serializable
    All Known Implementing Classes:
    SenlinBuildInfo

    public interface BuildInfo
    extends ModelEntity
    This interface describes the getter-methods (and thus components) of a BuildInfo. All getters map to the possible return values of GET /v1/build-info
    Author:
    lion
    • Method Detail

      • getApi

        Map<String,​String> getApi()
        Returns the api of the build info
        Returns:
        the api of the build info
      • getEngine

        Map<String,​String> getEngine()
        Returns the engine of the build info
        Returns:
        the engine of the build info