Class PodSchedulingGate

    • Constructor Detail

      • PodSchedulingGate

        public PodSchedulingGate()
        No args constructor for use in serialization
      • PodSchedulingGate

        public PodSchedulingGate​(String name)
    • Method Detail

      • getName

        public String getName()
        Name of the scheduling gate. Each scheduling gate must have a unique name field.
      • setName

        public void setName​(String name)
        Name of the scheduling gate. Each scheduling gate must have a unique name field.
      • getAdditionalProperties

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

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

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