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 classExtensionTreatmentType.ExtensionTreatmentTypesA 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 booleanequals(Object obj)inthashCode()StringtoString()inttype()Returns extension treatment type.
-