Class ExtensionTreatmentType
- java.lang.Object
-
- org.onosproject.net.flow.instructions.ExtensionTreatmentType
-
@Beta public final class ExtensionTreatmentType extends Object
Type of treatment extensions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExtensionTreatmentType.ExtensionTreatmentTypes
A list of well-known named extension instruction type codes.
-
Constructor Summary
Constructors Constructor Description ExtensionTreatmentType(int type)
Creates an extension type with the given int type code.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
String
toString()
int
type()
Returns extension treatment type.
-