Class InstructionWriteMetadata
- java.lang.Object
-
- org.opendaylight.genius.mdsalutil.instructions.InstructionWriteMetadata
-
- All Implemented Interfaces:
InstructionInfo
public class InstructionWriteMetadata extends java.lang.Object
Write metadata instruction.
-
-
Constructor Summary
Constructors Constructor Description InstructionWriteMetadata(org.opendaylight.yangtools.yang.common.Uint64 metadata, org.opendaylight.yangtools.yang.common.Uint64 mask)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction
buildInstruction(int instructionKey)
boolean
equals(java.lang.Object other)
org.opendaylight.yangtools.yang.common.Uint64
getMask()
org.opendaylight.yangtools.yang.common.Uint64
getMetadata()
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
buildInstruction
public org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction buildInstruction(int instructionKey)
-
getMetadata
public org.opendaylight.yangtools.yang.common.Uint64 getMetadata()
-
getMask
public org.opendaylight.yangtools.yang.common.Uint64 getMask()
-
equals
public boolean equals(java.lang.Object other)
-
hashCode
public int hashCode()
-
toString
public java.lang.String toString()
-
-