Class Etho

    • Field Detail

      • resource

        @JsonPropertyDescription("The Ethos resource to which the compound configuration applies.")
        private String resource
        Resource

        The Ethos resource to which the compound configuration applies. (Required)

      • propertyName

        @JsonPropertyDescription("The Ethos property to which the compound configuration applies.")
        private String propertyName
        Property Name

        The Ethos property to which the compound configuration applies.

    • Constructor Detail

      • Etho

        public Etho()
    • Method Detail

      • getResource

        public String getResource()
        Resource

        The Ethos resource to which the compound configuration applies. (Required)

      • setResource

        public void setResource​(String resource)
        Resource

        The Ethos resource to which the compound configuration applies. (Required)

      • withResource

        public Etho withResource​(String resource)
      • getPropertyName

        public String getPropertyName()
        Property Name

        The Ethos property to which the compound configuration applies.

      • setPropertyName

        public void setPropertyName​(String propertyName)
        Property Name

        The Ethos property to which the compound configuration applies.

      • withPropertyName

        public Etho withPropertyName​(String propertyName)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object