Class FlowGroupInfo
- java.lang.Object
-
- org.opendaylight.openflowplugin.api.openflow.FlowGroupInfo
-
- All Implemented Interfaces:
org.opendaylight.yangtools.concepts.Immutable
,org.opendaylight.yangtools.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>
@NonNullByDefault public abstract class FlowGroupInfo extends Object implements org.opendaylight.yangtools.concepts.Immutable
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FlowGroupInfo(FlowGroupStatus status)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
getDescription()
abstract String
getId()
Instant
getInstantUTC()
FlowGroupStatus
getStatus()
-
-
-
Constructor Detail
-
FlowGroupInfo
protected FlowGroupInfo(FlowGroupStatus status)
-
-
Method Detail
-
getId
public abstract String getId()
-
getDescription
public abstract String getDescription()
-
getStatus
public final FlowGroupStatus getStatus()
-
getInstantUTC
public final Instant getInstantUTC()
-
-