Package org.opennms.nephron.elastic
Class FlowSummary
- java.lang.Object
-
- org.opennms.nephron.elastic.FlowSummary
-
public class FlowSummary extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringUNKNOWN_APPLICATION_NAME_KEY
-
Constructor Summary
Constructors Constructor Description FlowSummary()
-
Method Summary
-
-
-
Field Detail
-
UNKNOWN_APPLICATION_NAME_KEY
public static final String UNKNOWN_APPLICATION_NAME_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getTimestamp
public long getTimestamp()
-
setTimestamp
public void setTimestamp(long timestamp)
-
getRangeStartMs
public long getRangeStartMs()
-
setRangeStartMs
public void setRangeStartMs(long rangeStartMs)
-
getRangeEndMs
public long getRangeEndMs()
-
setRangeEndMs
public void setRangeEndMs(long rangeEndMs)
-
getGroupedBy
public CompoundKeyType getGroupedBy()
-
setGroupedBy
public void setGroupedBy(CompoundKeyType groupedBy)
-
getAggregationType
public AggregationType getAggregationType()
-
setAggregationType
public void setAggregationType(AggregationType aggregationType)
-
getBytesIngress
public Long getBytesIngress()
-
setBytesIngress
public void setBytesIngress(Long bytesIngress)
-
getBytesEgress
public Long getBytesEgress()
-
setBytesEgress
public void setBytesEgress(Long bytesEgress)
-
getBytesTotal
public Long getBytesTotal()
-
setBytesTotal
public void setBytesTotal(Long bytesTotal)
-
getIfIndex
public Integer getIfIndex()
-
setIfIndex
public void setIfIndex(Integer ifIndex)
-
getExporter
public ExporterNode getExporter()
-
setExporter
public void setExporter(ExporterNode exporter)
-
getApplication
public String getApplication()
-
setApplication
public void setApplication(String application)
-
getHostAddress
public String getHostAddress()
-
setHostAddress
public void setHostAddress(String hostAddress)
-
getHostName
public String getHostName()
-
setHostName
public void setHostName(String hostName)
-
getConversationKey
public String getConversationKey()
-
setConversationKey
public void setConversationKey(String conversationKey)
-
getDscp
public Integer getDscp()
-
setDscp
public void setDscp(Integer dscp)
-
getCongestionEncountered
public Boolean getCongestionEncountered()
-
setCongestionEncountered
public void setCongestionEncountered(Boolean congestionEncountered)
-
getNonEcnCapableTransport
public Boolean getNonEcnCapableTransport()
-
setNonEcnCapableTransport
public void setNonEcnCapableTransport(Boolean nonEcnCapableTransport)
-
-