Class DscpBit.Builder

  • Enclosing class:
    DscpBit

    public static final class DscpBit.Builder
    extends java.lang.Object
    Builder class for DscpBit.
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Constructor with parameters for the required properties of DscpBit.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DscpBit build()  
      DscpBit.Builder setDscpBit​(java.lang.Long dscpBit)
      A DSCP bit is allocated to indicate the existence of INT header.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of DscpBit.
    • Method Detail

      • setDscpBit

        public DscpBit.Builder setDscpBit​(java.lang.Long dscpBit)
        A DSCP bit is allocated to indicate the existence of INT header. It takes effect only when the INT indicator mode is DSCP_BIT. The user should guarantee that the given DSCP bit is specifically allocated for INT. format: int32
        Parameters:
        dscpBit - New value for the property.