Class PolicingResource

  • All Implemented Interfaces:
    NetworkResource

    @Beta
    public final class PolicingResource
    extends java.lang.Object
    implements NetworkResource
    Abstraction which encapsulates policer data to be used as network resource.
    • Method Detail

      • policerId

        public PolicerId policerId()
        Return the policer id of this resource.
        Returns:
        the policer id
      • connectPoint

        public ConnectPoint connectPoint()
        Returns the connect point of this resource.
        Returns:
        the connect point
      • toString

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

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

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