Class LimitResponse

    • Constructor Detail

      • LimitResponse

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

      • getQueuing

        public QueuingConfiguration getQueuing()
        LimitResponse defines how to handle requests that can not be executed right now.
      • setQueuing

        public void setQueuing​(QueuingConfiguration queuing)
        LimitResponse defines how to handle requests that can not be executed right now.
      • getType

        public String getType()
        `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
      • setType

        public void setType​(String type)
        `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
      • getAdditionalProperties

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

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

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