Interface Version

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

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

      • getStatus

        String getStatus()
        Returns the status of the senlin version
        Returns:
        the status of the senlin version
      • getId

        String getId()
        Returns the id of the senlin version
        Returns:
        the id of the senlin version
      • getLinks

        List<Map<String,​String>> getLinks()
        Returns the links of the senlin version
        Returns:
        the links of the senlin version