public static interface OFBadMatchErrorMsg.Builder extends OFErrorMsg.Builder
Modifier and Type | Method and Description |
---|---|
OFBadMatchErrorMsg |
build() |
OFBadMatchCode |
getCode() |
OFErrorCauseData |
getData() |
OFErrorType |
getErrType() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
OFBadMatchErrorMsg.Builder |
setCode(OFBadMatchCode code) |
OFBadMatchErrorMsg.Builder |
setData(OFErrorCauseData data) |
OFBadMatchErrorMsg.Builder |
setXid(long xid) |
OFBadMatchErrorMsg build()
build
in interface OFErrorMsg.Builder
build
in interface OFMessage.Builder
OFVersion getVersion()
getVersion
in interface OFErrorMsg.Builder
getVersion
in interface OFMessage.Builder
OFType getType()
getType
in interface OFErrorMsg.Builder
getType
in interface OFMessage.Builder
long getXid()
getXid
in interface OFErrorMsg.Builder
getXid
in interface OFMessage.Builder
OFBadMatchErrorMsg.Builder setXid(long xid)
setXid
in interface OFErrorMsg.Builder
setXid
in interface OFMessage.Builder
OFErrorType getErrType()
getErrType
in interface OFErrorMsg.Builder
OFBadMatchCode getCode()
OFBadMatchErrorMsg.Builder setCode(OFBadMatchCode code)
OFErrorCauseData getData()
getData
in interface OFErrorMsg.Builder
OFBadMatchErrorMsg.Builder setData(OFErrorCauseData data)
Copyright © 2015. All rights reserved.