public static interface OFBadInstructionErrorMsg.Builder extends OFErrorMsg.Builder
| Modifier and Type | Method and Description |
|---|---|
OFBadInstructionErrorMsg |
build() |
OFBadInstructionCode |
getCode() |
OFErrorCauseData |
getData() |
OFErrorType |
getErrType() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
OFBadInstructionErrorMsg.Builder |
setCode(OFBadInstructionCode code) |
OFBadInstructionErrorMsg.Builder |
setData(OFErrorCauseData data) |
OFBadInstructionErrorMsg.Builder |
setXid(long xid) |
OFBadInstructionErrorMsg build()
build in interface OFErrorMsg.Builderbuild in interface OFMessage.BuilderOFVersion getVersion()
getVersion in interface OFErrorMsg.BuildergetVersion in interface OFMessage.BuilderOFType getType()
getType in interface OFErrorMsg.BuildergetType in interface OFMessage.Builderlong getXid()
getXid in interface OFErrorMsg.BuildergetXid in interface OFMessage.BuilderOFBadInstructionErrorMsg.Builder setXid(long xid)
setXid in interface OFErrorMsg.BuildersetXid in interface OFMessage.BuilderOFErrorType getErrType()
getErrType in interface OFErrorMsg.BuilderOFBadInstructionCode getCode()
OFBadInstructionErrorMsg.Builder setCode(OFBadInstructionCode code)
OFErrorCauseData getData()
getData in interface OFErrorMsg.BuilderOFBadInstructionErrorMsg.Builder setData(OFErrorCauseData data)
Copyright © 2021. All rights reserved.