Class PccCapabilities

  • All Implemented Interfaces:
    Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject

    @Generated("mdsal-binding-generator")
    public class PccCapabilities
    extends Object
    implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • PccCapabilities

        public PccCapabilities​(Boolean _bidirectionalPathComputation,
                               Boolean _diversePathComputation,
                               Boolean _loadBalancedPathComputation,
                               Boolean _pathComputationWithGmplsLinkConstraints,
                               Boolean _supportForAdditivePathConstraints,
                               Boolean _supportForMultipleObjectiveFunctions,
                               Boolean _supportForMultipleRequestsPerMessage,
                               Boolean _supportForRequestPrioritization,
                               Boolean _synchronizedPathComputation)
      • PccCapabilities

        public PccCapabilities​(PccCapabilities source)
        Creates a copy from Source Object.
        Parameters:
        source - Source object
    • Method Detail

      • getPathComputationWithGmplsLinkConstraints

        public Boolean getPathComputationWithGmplsLinkConstraints()
      • getBidirectionalPathComputation

        public Boolean getBidirectionalPathComputation()
      • getDiversePathComputation

        public Boolean getDiversePathComputation()
      • getLoadBalancedPathComputation

        public Boolean getLoadBalancedPathComputation()
      • getSynchronizedPathComputation

        public Boolean getSynchronizedPathComputation()
      • getSupportForMultipleObjectiveFunctions

        public Boolean getSupportForMultipleObjectiveFunctions()
      • getSupportForAdditivePathConstraints

        public Boolean getSupportForAdditivePathConstraints()
      • getSupportForRequestPrioritization

        public Boolean getSupportForRequestPrioritization()
      • getSupportForMultipleRequestsPerMessage

        public Boolean getSupportForMultipleRequestsPerMessage()
      • getValue

        public boolean[] getValue()
      • hashCode

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

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