Interface ProfileType

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

    public interface ProfileType
    extends ModelEntity
    This interface describes the getter-methods (and thus components) of a ProfileType. All getters map to the possible return values of GET /v1/profile-types/​{profile_type}​
    Author:
    lion
    • Method Detail

      • getName

        String getName()
        Returns the name of the ProfileType
        Returns:
        the name of the ProfileType
      • getSchema

        Map<String,​Map> getSchema()
        Returns the schema of the ProfileType
        Returns:
        the schema of the ProfileType