public class InternalSetInstallablesEvent extends Object
| Constructor and Description |
|---|
InternalSetInstallablesEvent(org.onosproject.net.intent.IntentId intentId,
List<org.onosproject.net.intent.Intent> installables,
org.onosproject.store.Timestamp timestamp) |
| Modifier and Type | Method and Description |
|---|---|
List<org.onosproject.net.intent.Intent> |
installables() |
org.onosproject.net.intent.IntentId |
intentId() |
org.onosproject.store.Timestamp |
timestamp() |
public InternalSetInstallablesEvent(org.onosproject.net.intent.IntentId intentId,
List<org.onosproject.net.intent.Intent> installables,
org.onosproject.store.Timestamp timestamp)
public org.onosproject.net.intent.IntentId intentId()
public List<org.onosproject.net.intent.Intent> installables()
public org.onosproject.store.Timestamp timestamp()
Copyright © 2015. All rights reserved.