@NonNullByDefault public abstract class DOMRpcIdentifier extends Object
Modifier and Type | Method and Description |
---|---|
static DOMRpcIdentifier |
create(org.opendaylight.yangtools.yang.model.api.SchemaPath type)
Create a global RPC identifier.
|
static DOMRpcIdentifier |
create(org.opendaylight.yangtools.yang.model.api.SchemaPath type,
@Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier contextReference)
Create an RPC identifier with a particular context reference.
|
boolean |
equals(@Nullable Object obj) |
abstract org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier |
getContextReference()
Return the RPC context reference.
|
org.opendaylight.yangtools.yang.model.api.SchemaPath |
getType()
Return the RPC type.
|
int |
hashCode() |
String |
toString() |
public static DOMRpcIdentifier create(org.opendaylight.yangtools.yang.model.api.SchemaPath type)
type
- RPC type, SchemaPath of its definition, may not be nullpublic static DOMRpcIdentifier create(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 final org.opendaylight.yangtools.yang.model.api.SchemaPath getType()
public abstract org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier getContextReference()
Copyright © 2019 OpenDaylight. All rights reserved.