public class FlowSummary extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
UNKNOWN_APPLICATION_NAME_KEY |
| Constructor and Description |
|---|
FlowSummary() |
public static final String UNKNOWN_APPLICATION_NAME_KEY
public String getId()
public void setId(String id)
public String getGroupedByKey()
public void setGroupedByKey(String groupedByKey)
public long getTimestamp()
public void setTimestamp(long timestamp)
public long getRangeStartMs()
public void setRangeStartMs(long rangeStartMs)
public long getRangeEndMs()
public void setRangeEndMs(long rangeEndMs)
public int getRanking()
public void setRanking(int ranking)
public CompoundKeyType getGroupedBy()
public void setGroupedBy(CompoundKeyType groupedBy)
public AggregationType getAggregationType()
public void setAggregationType(AggregationType aggregationType)
public Long getBytesIngress()
public void setBytesIngress(Long bytesIngress)
public Long getBytesEgress()
public void setBytesEgress(Long bytesEgress)
public Long getBytesTotal()
public void setBytesTotal(Long bytesTotal)
public Integer getIfIndex()
public void setIfIndex(Integer ifIndex)
public ExporterNode getExporter()
public void setExporter(ExporterNode exporter)
public String getApplication()
public void setApplication(String application)
public String getHostAddress()
public void setHostAddress(String hostAddress)
public String getHostName()
public void setHostName(String hostName)
public String getConversationKey()
public void setConversationKey(String conversationKey)
public Integer getDscp()
public void setDscp(Integer dscp)
public Boolean getCongestionEncountered()
public void setCongestionEncountered(Boolean congestionEncountered)
public Boolean getNonEcnCapableTransport()
public void setNonEcnCapableTransport(Boolean nonEcnCapableTransport)
Copyright © 2021. All rights reserved.