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.Builder
build
in interface OFStatsReply.Builder
OFVersion getVersion()
getVersion
in interface OFMessage.Builder
getVersion
in interface OFStatsReply.Builder
OFType getType()
getType
in interface OFMessage.Builder
getType
in interface OFStatsReply.Builder
long getXid()
getXid
in interface OFMessage.Builder
getXid
in interface OFStatsReply.Builder
OFAggregateStatsReply.Builder setXid(long xid)
setXid
in interface OFMessage.Builder
setXid
in interface OFStatsReply.Builder
OFStatsType getStatsType()
getStatsType
in interface OFStatsReply.Builder
Set<OFStatsReplyFlags> getFlags()
getFlags
in interface OFStatsReply.Builder
OFAggregateStatsReply.Builder setFlags(Set<OFStatsReplyFlags> flags)
setFlags
in interface OFStatsReply.Builder
U64 getPacketCount() throws UnsupportedOperationException
UnsupportedOperationException
OFAggregateStatsReply.Builder setPacketCount(U64 packetCount) throws UnsupportedOperationException
UnsupportedOperationException
U64 getByteCount() throws UnsupportedOperationException
UnsupportedOperationException
OFAggregateStatsReply.Builder setByteCount(U64 byteCount) throws UnsupportedOperationException
UnsupportedOperationException
long getFlowCount() throws UnsupportedOperationException
UnsupportedOperationException
OFAggregateStatsReply.Builder setFlowCount(long flowCount) throws UnsupportedOperationException
UnsupportedOperationException
Stat getStats() throws UnsupportedOperationException
UnsupportedOperationException
OFAggregateStatsReply.Builder setStats(Stat stats) throws UnsupportedOperationException
UnsupportedOperationException
Copyright © 2017. All rights reserved.