public static interface OFAggregateStatsReply.Builder extends OFStatsReply.Builder
| Modifier and Type | Method and Description |
|---|---|
OFAggregateStatsReply |
build() |
U64 |
getByteCount() |
Set<OFStatsReplyFlags> |
getFlags() |
long |
getFlowCount() |
U64 |
getPacketCount() |
Stat |
getStats() |
OFStatsType |
getStatsType() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
OFAggregateStatsReply.Builder |
setByteCount(U64 byteCount) |
OFAggregateStatsReply.Builder |
setFlags(Set<OFStatsReplyFlags> flags) |
OFAggregateStatsReply.Builder |
setFlowCount(long flowCount) |
OFAggregateStatsReply.Builder |
setPacketCount(U64 packetCount) |
OFAggregateStatsReply.Builder |
setStats(Stat stats) |
OFAggregateStatsReply.Builder |
setXid(long xid) |
OFAggregateStatsReply build()
build in interface OFMessage.Builderbuild in interface OFStatsReply.BuilderOFVersion getVersion()
getVersion in interface OFMessage.BuildergetVersion in interface OFStatsReply.BuilderOFType getType()
getType in interface OFMessage.BuildergetType in interface OFStatsReply.Builderlong getXid()
getXid in interface OFMessage.BuildergetXid in interface OFStatsReply.BuilderOFAggregateStatsReply.Builder setXid(long xid)
setXid in interface OFMessage.BuildersetXid in interface OFStatsReply.BuilderOFStatsType getStatsType()
getStatsType in interface OFStatsReply.BuilderSet<OFStatsReplyFlags> getFlags()
getFlags in interface OFStatsReply.BuilderOFAggregateStatsReply.Builder setFlags(Set<OFStatsReplyFlags> flags)
setFlags in interface OFStatsReply.BuilderU64 getPacketCount() throws UnsupportedOperationException
UnsupportedOperationExceptionOFAggregateStatsReply.Builder setPacketCount(U64 packetCount) throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getByteCount() throws UnsupportedOperationException
UnsupportedOperationExceptionOFAggregateStatsReply.Builder setByteCount(U64 byteCount) throws UnsupportedOperationException
UnsupportedOperationExceptionlong getFlowCount()
throws UnsupportedOperationException
UnsupportedOperationExceptionOFAggregateStatsReply.Builder setFlowCount(long flowCount) throws UnsupportedOperationException
UnsupportedOperationExceptionStat getStats() throws UnsupportedOperationException
UnsupportedOperationExceptionOFAggregateStatsReply.Builder setStats(Stat stats) throws UnsupportedOperationException
UnsupportedOperationExceptionCopyright © 2017. All rights reserved.