public class Telemetry extends Object implements Serializable, Cloneable
The metadata about the Inspector application data metrics collected by the agent.
This data type is used as the response element in the GetAssessmentTelemetry action.
Constructor and Description |
---|
Telemetry() |
Modifier and Type | Method and Description |
---|---|
Telemetry |
clone() |
boolean |
equals(Object obj) |
List<MessageTypeTelemetry> |
getMessageTypeTelemetries()
Counts of individual metrics received by Inspector from the agent.
|
String |
getStatus()
The category of the individual metrics that together constitute the
telemetry that Inspector received from the agent.
|
int |
hashCode() |
void |
setMessageTypeTelemetries(Collection<MessageTypeTelemetry> messageTypeTelemetries)
Counts of individual metrics received by Inspector from the agent.
|
void |
setStatus(String status)
The category of the individual metrics that together constitute the
telemetry that Inspector received from the agent.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Telemetry |
withMessageTypeTelemetries(Collection<MessageTypeTelemetry> messageTypeTelemetries)
Counts of individual metrics received by Inspector from the agent.
|
Telemetry |
withMessageTypeTelemetries(MessageTypeTelemetry... messageTypeTelemetries)
Counts of individual metrics received by Inspector from the agent.
|
Telemetry |
withStatus(String status)
The category of the individual metrics that together constitute the
telemetry that Inspector received from the agent.
|
public void setStatus(String status)
The category of the individual metrics that together constitute the telemetry that Inspector received from the agent.
status
- The category of the individual metrics that together constitute
the telemetry that Inspector received from the agent.public String getStatus()
The category of the individual metrics that together constitute the telemetry that Inspector received from the agent.
public Telemetry withStatus(String status)
The category of the individual metrics that together constitute the telemetry that Inspector received from the agent.
status
- The category of the individual metrics that together constitute
the telemetry that Inspector received from the agent.public List<MessageTypeTelemetry> getMessageTypeTelemetries()
Counts of individual metrics received by Inspector from the agent.
public void setMessageTypeTelemetries(Collection<MessageTypeTelemetry> messageTypeTelemetries)
Counts of individual metrics received by Inspector from the agent.
messageTypeTelemetries
- Counts of individual metrics received by Inspector from the agent.public Telemetry withMessageTypeTelemetries(MessageTypeTelemetry... messageTypeTelemetries)
Counts of individual metrics received by Inspector from the agent.
NOTE: This method appends the values to the existing list (if
any). Use setMessageTypeTelemetries(java.util.Collection)
or
withMessageTypeTelemetries(java.util.Collection)
if you want to
override the existing values.
messageTypeTelemetries
- Counts of individual metrics received by Inspector from the agent.public Telemetry withMessageTypeTelemetries(Collection<MessageTypeTelemetry> messageTypeTelemetries)
Counts of individual metrics received by Inspector from the agent.
messageTypeTelemetries
- Counts of individual metrics received by Inspector from the agent.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.