public static interface OFTableFeaturesStatsRequest.Builder extends OFStatsRequest.Builder<OFTableFeaturesStatsReply>
Modifier and Type | Method and Description |
---|---|
OFTableFeaturesStatsRequest |
build() |
List<OFTableFeatures> |
getEntries() |
Set<OFStatsRequestFlags> |
getFlags() |
OFStatsType |
getStatsType() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
OFTableFeaturesStatsRequest.Builder |
setEntries(List<OFTableFeatures> entries) |
OFTableFeaturesStatsRequest.Builder |
setFlags(Set<OFStatsRequestFlags> flags) |
OFTableFeaturesStatsRequest.Builder |
setXid(long xid) |
OFTableFeaturesStatsRequest build()
build
in interface OFMessage.Builder
build
in interface OFStatsRequest.Builder<OFTableFeaturesStatsReply>
OFVersion getVersion()
getVersion
in interface OFMessage.Builder
getVersion
in interface OFStatsRequest.Builder<OFTableFeaturesStatsReply>
OFType getType()
getType
in interface OFMessage.Builder
getType
in interface OFStatsRequest.Builder<OFTableFeaturesStatsReply>
long getXid()
getXid
in interface OFMessage.Builder
getXid
in interface OFStatsRequest.Builder<OFTableFeaturesStatsReply>
OFTableFeaturesStatsRequest.Builder setXid(long xid)
setXid
in interface OFMessage.Builder
setXid
in interface OFStatsRequest.Builder<OFTableFeaturesStatsReply>
OFStatsType getStatsType()
getStatsType
in interface OFStatsRequest.Builder<OFTableFeaturesStatsReply>
Set<OFStatsRequestFlags> getFlags()
getFlags
in interface OFStatsRequest.Builder<OFTableFeaturesStatsReply>
OFTableFeaturesStatsRequest.Builder setFlags(Set<OFStatsRequestFlags> flags)
setFlags
in interface OFStatsRequest.Builder<OFTableFeaturesStatsReply>
List<OFTableFeatures> getEntries()
OFTableFeaturesStatsRequest.Builder setEntries(List<OFTableFeatures> entries)
Copyright © 2015. All rights reserved.