Class ListenerSetStatus

    • Constructor Detail

      • ListenerSetStatus

        public ListenerSetStatus()
        No args constructor for use in serialization
    • Method Detail

      • getConditions

        public List<Condition> getConditions()
        Conditions describe the current conditions of the ListenerSet.


        Implementations MUST express ListenerSet conditions using the `ListenerSetConditionType` and `ListenerSetConditionReason` constants so that operators and tools can converge on a common vocabulary to describe ListenerSet state.


        Known condition types are:


        * "Accepted" * "Programmed"

      • setConditions

        public void setConditions​(List<Condition> conditions)
        Conditions describe the current conditions of the ListenerSet.


        Implementations MUST express ListenerSet conditions using the `ListenerSetConditionType` and `ListenerSetConditionReason` constants so that operators and tools can converge on a common vocabulary to describe ListenerSet state.


        Known condition types are:


        * "Accepted" * "Programmed"

      • getListeners

        public List<ListenerEntryStatus> getListeners()
        Listeners provide status for each unique listener port defined in the Spec.
      • setListeners

        public void setListeners​(List<ListenerEntryStatus> listeners)
        Listeners provide status for each unique listener port defined in the Spec.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)