Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.entity.owners.norev
Class EntityName
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.entity.owners.norev.EntityName
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject,org.opendaylight.yangtools.yang.binding.UnionTypeObject
@Generated("mdsal-binding-generator")
public class EntityName
extends Object
implements org.opendaylight.yangtools.yang.binding.UnionTypeObject, Serializable
This class represents the following YANG schema fragment defined in module odl-entity-owners
typedef entity-name {
type union {
type instance-identifier;
type string {
length 1..max;
}
}
}
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityName(String _string) EntityName(EntityName source) Creates a copy from Source Object.EntityName(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> _instanceIdentifier) -
Method Summary
-
Constructor Details
-
EntityName
public EntityName(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> _instanceIdentifier) -
EntityName
-
EntityName
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
stringValue
Return a String representing the value of this union.- Returns:
- String representation of this union's value.
-
getInstanceIdentifier
public org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getInstanceIdentifier() -
getString
-
hashCode
public int hashCode() -
equals
-
toString
-