public final class DOMActionInstance extends Object implements org.opendaylight.yangtools.concepts.Immutable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable Object obj) |
Set<DOMDataTreeIdentifier> |
getDataTrees()
Return the set of data trees on which this action is available.
|
org.opendaylight.yangtools.yang.model.api.SchemaPath |
getType()
Return the operation type.
|
int |
hashCode() |
static DOMActionInstance |
of(org.opendaylight.yangtools.yang.model.api.SchemaPath type,
DOMDataTreeIdentifier... dataTrees) |
static DOMActionInstance |
of(org.opendaylight.yangtools.yang.model.api.SchemaPath type,
LogicalDatastoreType datastore,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path) |
static DOMActionInstance |
of(org.opendaylight.yangtools.yang.model.api.SchemaPath type,
Set<DOMDataTreeIdentifier> dataTrees) |
String |
toString() |
public static DOMActionInstance of(org.opendaylight.yangtools.yang.model.api.SchemaPath type, Set<DOMDataTreeIdentifier> dataTrees)
public static DOMActionInstance of(org.opendaylight.yangtools.yang.model.api.SchemaPath type, DOMDataTreeIdentifier... dataTrees)
public static DOMActionInstance of(org.opendaylight.yangtools.yang.model.api.SchemaPath type, LogicalDatastoreType datastore, org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
public Set<DOMDataTreeIdentifier> getDataTrees()
public org.opendaylight.yangtools.yang.model.api.SchemaPath getType()
Copyright © 2019 OpenDaylight. All rights reserved.