Class Hierarchy


  • public class Hierarchy
    extends java.lang.Object
    Hierarchy

    The hierarchal level of the category

    • Constructor Detail

      • Hierarchy

        public Hierarchy​(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryValue> value,
                         org.openapitools.jackson.nullable.JsonNullable<? extends CategorySourceValue> sourceValue)
      • Hierarchy

        public Hierarchy()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<CategoryValue> value()
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<CategorySourceValue> sourceValue()
      • withValue

        public Hierarchy withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryValue> value)
      • withSourceValue

        public Hierarchy withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends CategorySourceValue> sourceValue)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object