P - the instance identifier path typeE - the GenericEntity typepublic class GenericEntityOwnershipChange<P extends org.opendaylight.yangtools.concepts.Path<P>,E extends GenericEntity<P>> extends Object
| Constructor and Description |
|---|
GenericEntityOwnershipChange(E entity,
EntityOwnershipChangeState state) |
GenericEntityOwnershipChange(E entity,
EntityOwnershipChangeState state,
boolean inJeopardy) |
| Modifier and Type | Method and Description |
|---|---|
E |
getEntity()
Returns the entity whose ownership status changed.
|
EntityOwnershipChangeState |
getState()
Returns the ownership change state.
|
boolean |
inJeopardy()
Returns the current jeopardy state.
|
String |
toString() |
public GenericEntityOwnershipChange(@Nonnull E entity, @Nonnull EntityOwnershipChangeState state)
public GenericEntityOwnershipChange(@Nonnull E entity, @Nonnull EntityOwnershipChangeState state, boolean inJeopardy)
@Nonnull public E getEntity()
@Nonnull public EntityOwnershipChangeState getState()
public boolean inJeopardy()
Copyright © 2019 OpenDaylight. All rights reserved.