Class EventPredictionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.frauddetector.model.EventPredictionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EventPredictionSummary.Builder,EventPredictionSummary>
@Generated("software.amazon.awssdk:codegen") public final class EventPredictionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventPredictionSummary.Builder,EventPredictionSummary>
Information about the summary of an event prediction.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEventPredictionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventPredictionSummary.Builderbuilder()StringdetectorId()The detector ID.StringdetectorVersionId()The detector version ID.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeventId()The event ID.StringeventTimestamp()The timestamp of the event.StringeventTypeName()The event type.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpredictionTimestamp()The timestamp when the prediction was generated.List<SdkField<?>>sdkFields()static Class<? extends EventPredictionSummary.Builder>serializableBuilderClass()EventPredictionSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
eventId
public final String eventId()
The event ID.
- Returns:
- The event ID.
-
eventTypeName
public final String eventTypeName()
The event type.
- Returns:
- The event type.
-
eventTimestamp
public final String eventTimestamp()
The timestamp of the event.
- Returns:
- The timestamp of the event.
-
predictionTimestamp
public final String predictionTimestamp()
The timestamp when the prediction was generated.
- Returns:
- The timestamp when the prediction was generated.
-
detectorId
public final String detectorId()
The detector ID.
- Returns:
- The detector ID.
-
detectorVersionId
public final String detectorVersionId()
The detector version ID.
- Returns:
- The detector version ID.
-
toBuilder
public EventPredictionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EventPredictionSummary.Builder,EventPredictionSummary>
-
builder
public static EventPredictionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EventPredictionSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-