Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.members.state.members.Member
Packages that use Member
Package
Description
-
Uses of Member in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.members.state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.members.state that return types with arguments of type MemberModifier and TypeMethodDescriptionMembers.getMember()Return member, ornullif it is not present.MembersBuilder.getMember()Return current value associated with the property corresponding toMembers.getMember().Members.nonnullMember()Return member, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.members.state with type arguments of type MemberModifier and TypeMethodDescriptionSet the property corresponding toMembers.getMember()to the specified value. -
Uses of Member in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.members.state.members
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.members.state.members with type parameters of type MemberModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Member>>
E$$MemberBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.members.state.members that return MemberMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.members.state.members that return types with arguments of type MemberMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.members.state.members with parameters of type MemberModifier and TypeMethodDescriptionstatic booleanMember.bindingEquals(@NonNull Member thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intMember.bindingHashCode(@NonNull Member obj) Default implementation ofObject.hashCode()contract for this interface.static StringMember.bindingToString(@NonNull Member obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.members.state.members with type arguments of type MemberModifier and TypeMethodDescriptionMemberBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Member> augmentation) Add an augmentation to this builder's product.MemberBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Member>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.members.state.members with parameters of type MemberModifierConstructorDescriptionMemberBuilder(Member base) Construct a builder initialized with state from specifiedMember.