Class SchemaSummary

    • Constructor Detail

      • SchemaSummary

        public SchemaSummary()
    • Method Detail

      • getId

        @NotNull
        public @NotNull String getId()
        Lower-case URL-encoded version of the schema name.
      • setId

        public void setId​(String id)
      • getName

        @NotNull
        @Size(min=1,
              max=100)
        public @NotNull @Size(min=1,max=100) String getName()
        User-provided name for a schema. Not necessarily unique.
      • setName

        public void setName​(String name)
      • getState

        @NotNull
        public @NotNull SchemaState getState()
      • setState

        public void setState​(SchemaState state)
      • isEnabled

        @NotNull
        public @javax.validation.constraints.NotNull boolean isEnabled()
        Set to false if the schema is disabled. If the schema is disabled, all the schema versions are disabled.
      • setEnabled

        public void setEnabled​(boolean enabled)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toIndentedString

        protected String toIndentedString​(Object o)
        Convert the given object to string with each line indented by 4 spaces (except the first line).