Class AttributeFilter
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AttributeFilter
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint32>
,org.opendaylight.yangtools.binding.TypeObject
,org.opendaylight.yangtools.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint32>
@Generated("mdsal-binding-generator")
public class AttributeFilter
extends Object
implements org.opendaylight.yangtools.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint32>, Serializable
This class represents the following YANG schema fragment defined in module rsvp
typedef attribute-filter { type uint32; }
- See Also:
-
Constructor Summary
ConstructorDescriptionAttributeFilter
(AttributeFilter source) Creates a copy from Source Object.AttributeFilter
(org.opendaylight.yangtools.yang.common.Uint32 _value) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
static AttributeFilter
getDefaultInstance
(String defaultValue) org.opendaylight.yangtools.yang.common.Uint32
getValue()
int
hashCode()
toString()
-
Constructor Details
-
AttributeFilter
@ConstructorParameters("value") public AttributeFilter(org.opendaylight.yangtools.yang.common.Uint32 _value) -
AttributeFilter
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getDefaultInstance
-
getValue
public org.opendaylight.yangtools.yang.common.Uint32 getValue()- Specified by:
getValue
in interfaceorg.opendaylight.yangtools.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint32>
-
hashCode
public int hashCode() -
equals
-
toString
-