java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.object.Monitoring.Flags
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject
Enclosing interface:
Monitoring

public static final class Monitoring.Flags extends Object implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable

This class represents the following YANG schema fragment defined in module pcep-types

 leaf flags {
   type bits {
     bit incomplete {
       position 19;
     }
     bit overload {
       position 20;
     }
     bit processing-time {
       position 21;
     }
     bit general {
       position 22;
     }
     bit liveness {
       position 23;
     }
   }
 }
 
See Also:
  • Constructor Details

  • Method Details

    • getIncomplete

      public Boolean getIncomplete()
    • getOverload

      public Boolean getOverload()
    • getProcessingTime

      public Boolean getProcessingTime()
    • getGeneral

      public Boolean getGeneral()
    • getLiveness

      public Boolean getLiveness()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object