@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TelemetryRecord extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
TelemetryRecord() |
public void setTimestamp(Date timestamp)
timestamp
- public Date getTimestamp()
public TelemetryRecord withTimestamp(Date timestamp)
timestamp
- public void setSegmentsReceivedCount(Integer segmentsReceivedCount)
segmentsReceivedCount
- public Integer getSegmentsReceivedCount()
public TelemetryRecord withSegmentsReceivedCount(Integer segmentsReceivedCount)
segmentsReceivedCount
- public void setSegmentsSentCount(Integer segmentsSentCount)
segmentsSentCount
- public Integer getSegmentsSentCount()
public TelemetryRecord withSegmentsSentCount(Integer segmentsSentCount)
segmentsSentCount
- public void setSegmentsSpilloverCount(Integer segmentsSpilloverCount)
segmentsSpilloverCount
- public Integer getSegmentsSpilloverCount()
public TelemetryRecord withSegmentsSpilloverCount(Integer segmentsSpilloverCount)
segmentsSpilloverCount
- public void setSegmentsRejectedCount(Integer segmentsRejectedCount)
segmentsRejectedCount
- public Integer getSegmentsRejectedCount()
public TelemetryRecord withSegmentsRejectedCount(Integer segmentsRejectedCount)
segmentsRejectedCount
- public void setBackendConnectionErrors(BackendConnectionErrors backendConnectionErrors)
backendConnectionErrors
- public BackendConnectionErrors getBackendConnectionErrors()
public TelemetryRecord withBackendConnectionErrors(BackendConnectionErrors backendConnectionErrors)
backendConnectionErrors
- public String toString()
toString
in class Object
Object.toString()
public TelemetryRecord clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.