Class Description

    • Field Detail

      • type

        @JsonPropertyDescription("The type of course description (e.g. short description, long description).")
        private Type__1 type
        Type

        The type of course description (e.g. short description, long description). (Required)

      • value

        @JsonPropertyDescription("The description for the section associated with the type.")
        private String value
        Value

        The description for the section associated with the type. (Required)

    • Constructor Detail

      • Description

        public Description()
    • Method Detail

      • getType

        public Type__1 getType()
        Type

        The type of course description (e.g. short description, long description). (Required)

      • setType

        public void setType​(Type__1 type)
        Type

        The type of course description (e.g. short description, long description). (Required)

      • getValue

        public String getValue()
        Value

        The description for the section associated with the type. (Required)

      • setValue

        public void setValue​(String value)
        Value

        The description for the section associated with the type. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object