Class PriorityLevelConfigurationReference

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class PriorityLevelConfigurationReference
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
    • Constructor Detail

      • PriorityLevelConfigurationReference

        public PriorityLevelConfigurationReference​(@NonNull
                                                   @NonNull java.lang.String name)
      • PriorityLevelConfigurationReference

        public PriorityLevelConfigurationReference()
    • Method Detail

      • getName

        @NonNull
        public @NonNull java.lang.String getName()
        `name` is the name of the priority level configuration being referenced Required.
      • setName

        public void setName​(@NonNull
                            @NonNull java.lang.String name)
        `name` is the name of the priority level configuration being referenced Required.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object