public class MessageTypeTelemetry extends Object implements Serializable, Cloneable
This data type is used in the Telemetry data type.
This is metadata about the behavioral data collected by the Inspector agent on your EC2 instances during an assessment and passed to the Inspector service for analysis.
Constructor and Description |
---|
MessageTypeTelemetry() |
Modifier and Type | Method and Description |
---|---|
MessageTypeTelemetry |
clone() |
boolean |
equals(Object obj) |
Long |
getCount()
The number of times that the behavioral data is collected by the agent
during an assessment.
|
Long |
getDataSize()
The total size of the behavioral data that is collected by the agent
during an assessment.
|
String |
getMessageType()
A specific type of behavioral data that is collected by the agent.
|
int |
hashCode() |
void |
setCount(Long count)
The number of times that the behavioral data is collected by the agent
during an assessment.
|
void |
setDataSize(Long dataSize)
The total size of the behavioral data that is collected by the agent
during an assessment.
|
void |
setMessageType(String messageType)
A specific type of behavioral data that is collected by the agent.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MessageTypeTelemetry |
withCount(Long count)
The number of times that the behavioral data is collected by the agent
during an assessment.
|
MessageTypeTelemetry |
withDataSize(Long dataSize)
The total size of the behavioral data that is collected by the agent
during an assessment.
|
MessageTypeTelemetry |
withMessageType(String messageType)
A specific type of behavioral data that is collected by the agent.
|
public void setMessageType(String messageType)
A specific type of behavioral data that is collected by the agent.
messageType
- A specific type of behavioral data that is collected by the agent.public String getMessageType()
A specific type of behavioral data that is collected by the agent.
public MessageTypeTelemetry withMessageType(String messageType)
A specific type of behavioral data that is collected by the agent.
messageType
- A specific type of behavioral data that is collected by the agent.public void setCount(Long count)
The number of times that the behavioral data is collected by the agent during an assessment.
count
- The number of times that the behavioral data is collected by the
agent during an assessment.public Long getCount()
The number of times that the behavioral data is collected by the agent during an assessment.
public MessageTypeTelemetry withCount(Long count)
The number of times that the behavioral data is collected by the agent during an assessment.
count
- The number of times that the behavioral data is collected by the
agent during an assessment.public void setDataSize(Long dataSize)
The total size of the behavioral data that is collected by the agent during an assessment.
dataSize
- The total size of the behavioral data that is collected by the
agent during an assessment.public Long getDataSize()
The total size of the behavioral data that is collected by the agent during an assessment.
public MessageTypeTelemetry withDataSize(Long dataSize)
The total size of the behavioral data that is collected by the agent during an assessment.
dataSize
- The total size of the behavioral data that is collected by the
agent during an assessment.public String toString()
toString
in class Object
Object.toString()
public MessageTypeTelemetry clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.