@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventPredictionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about the summary of an event prediction.
Constructor and Description |
---|
EventPredictionSummary() |
Modifier and Type | Method and Description |
---|---|
EventPredictionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDetectorId()
The detector ID.
|
String |
getDetectorVersionId()
The detector version ID.
|
String |
getEventId()
The event ID.
|
String |
getEventTimestamp()
The timestamp of the event.
|
String |
getEventTypeName()
The event type.
|
String |
getPredictionTimestamp()
The timestamp when the prediction was generated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDetectorId(String detectorId)
The detector ID.
|
void |
setDetectorVersionId(String detectorVersionId)
The detector version ID.
|
void |
setEventId(String eventId)
The event ID.
|
void |
setEventTimestamp(String eventTimestamp)
The timestamp of the event.
|
void |
setEventTypeName(String eventTypeName)
The event type.
|
void |
setPredictionTimestamp(String predictionTimestamp)
The timestamp when the prediction was generated.
|
String |
toString()
Returns a string representation of this object.
|
EventPredictionSummary |
withDetectorId(String detectorId)
The detector ID.
|
EventPredictionSummary |
withDetectorVersionId(String detectorVersionId)
The detector version ID.
|
EventPredictionSummary |
withEventId(String eventId)
The event ID.
|
EventPredictionSummary |
withEventTimestamp(String eventTimestamp)
The timestamp of the event.
|
EventPredictionSummary |
withEventTypeName(String eventTypeName)
The event type.
|
EventPredictionSummary |
withPredictionTimestamp(String predictionTimestamp)
The timestamp when the prediction was generated.
|
public void setEventId(String eventId)
The event ID.
eventId
- The event ID.public String getEventId()
The event ID.
public EventPredictionSummary withEventId(String eventId)
The event ID.
eventId
- The event ID.public void setEventTypeName(String eventTypeName)
The event type.
eventTypeName
- The event type.public String getEventTypeName()
The event type.
public EventPredictionSummary withEventTypeName(String eventTypeName)
The event type.
eventTypeName
- The event type.public void setEventTimestamp(String eventTimestamp)
The timestamp of the event.
eventTimestamp
- The timestamp of the event.public String getEventTimestamp()
The timestamp of the event.
public EventPredictionSummary withEventTimestamp(String eventTimestamp)
The timestamp of the event.
eventTimestamp
- The timestamp of the event.public void setPredictionTimestamp(String predictionTimestamp)
The timestamp when the prediction was generated.
predictionTimestamp
- The timestamp when the prediction was generated.public String getPredictionTimestamp()
The timestamp when the prediction was generated.
public EventPredictionSummary withPredictionTimestamp(String predictionTimestamp)
The timestamp when the prediction was generated.
predictionTimestamp
- The timestamp when the prediction was generated.public void setDetectorId(String detectorId)
The detector ID.
detectorId
- The detector ID.public String getDetectorId()
The detector ID.
public EventPredictionSummary withDetectorId(String detectorId)
The detector ID.
detectorId
- The detector ID.public void setDetectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId
- The detector version ID.public String getDetectorVersionId()
The detector version ID.
public EventPredictionSummary withDetectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId
- The detector version ID.public String toString()
toString
in class Object
Object.toString()
public EventPredictionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.