Interface GetAllKeysOutput
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<GetAllKeysOutput>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,EidAuthkeyList,org.opendaylight.yangtools.yang.binding.RpcOutput
public interface GetAllKeysOutput extends EidAuthkeyList, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetAllKeysOutput>
This class represents the following YANG schema fragment defined in module odl-mappingservice
output output { uses eid-authkey-list; }The schema path to identify an instance is odl-mappingservice/get-all-keys/outputTo create instances of this class use
GetAllKeysOutputBuilder.- See Also:
GetAllKeysOutputBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.Class<GetAllKeysOutput>implementedInterface()-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.EidAuthkeyList
getEidAuthkeyItem, nonnullEidAuthkeyItem
-
-
-
-
Method Detail
-
implementedInterface
default java.lang.Class<GetAllKeysOutput> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceEidAuthkeyList- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.RpcOutput
-
-