DOMRpcIdentifier instead.@Deprecated public abstract class DOMRpcIdentifier extends Object
| Modifier and Type | Method and Description |
|---|---|
static @NonNull DOMRpcIdentifier |
create(@NonNull org.opendaylight.yangtools.yang.model.api.SchemaPath type)
Deprecated.
Create a global RPC identifier.
|
static @NonNull DOMRpcIdentifier |
create(@NonNull org.opendaylight.yangtools.yang.model.api.SchemaPath type,
@Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier contextReference)
Deprecated.
Create an RPC identifier with a particular context reference.
|
boolean |
equals(Object obj)
Deprecated.
|
static DOMRpcIdentifier |
fromMdsal(org.opendaylight.mdsal.dom.api.DOMRpcIdentifier mdsal)
Deprecated.
|
abstract @NonNull org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier |
getContextReference()
Deprecated.
Return the RPC context reference.
|
@NonNull org.opendaylight.yangtools.yang.model.api.SchemaPath |
getType()
Deprecated.
Return the RPC type.
|
int |
hashCode()
Deprecated.
|
org.opendaylight.mdsal.dom.api.DOMRpcIdentifier |
toMdsal()
Deprecated.
|
String |
toString()
Deprecated.
|
public static @NonNull DOMRpcIdentifier create(@NonNull org.opendaylight.yangtools.yang.model.api.SchemaPath type)
type - RPC type, SchemaPath of its definition, may not be nullpublic static @NonNull DOMRpcIdentifier create(@NonNull org.opendaylight.yangtools.yang.model.api.SchemaPath type, @Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier contextReference)
type - RPC type, SchemaPath of its definition, may not be nullcontextReference - Context reference, null means a global RPC identifier.public static DOMRpcIdentifier fromMdsal(org.opendaylight.mdsal.dom.api.DOMRpcIdentifier mdsal)
public org.opendaylight.mdsal.dom.api.DOMRpcIdentifier toMdsal()
public final @NonNull org.opendaylight.yangtools.yang.model.api.SchemaPath getType()
public abstract @NonNull org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier getContextReference()
Copyright © 2019 OpenDaylight. All rights reserved.