Package com.lithic.api.models
Class Tokenization.TokenizationEvent
-
- All Implemented Interfaces:
public final class Tokenization.TokenizationEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTokenization.TokenizationEvent.BuilderA builder for TokenizationEvent.
public final classTokenization.TokenizationEvent.ResultEnum representing the result of the tokenization event
public final classTokenization.TokenizationEvent.TypeEnum representing the type of tokenization event that occurred
-
Method Summary
Modifier and Type Method Description final Optional<String>token()Globally unique identifier for a Tokenization Event final Optional<OffsetDateTime>createdAt()Date and time when the tokenization event first occurred. final Optional<Tokenization.TokenizationEvent.Result>result()Enum representing the result of the tokenization event final Optional<Tokenization.TokenizationEvent.Type>type()Enum representing the type of tokenization event that occurred final JsonField<String>_token()Globally unique identifier for a Tokenization Event final JsonField<OffsetDateTime>_createdAt()Date and time when the tokenization event first occurred. final JsonField<Tokenization.TokenizationEvent.Result>_result()Enum representing the result of the tokenization event final JsonField<Tokenization.TokenizationEvent.Type>_type()Enum representing the type of tokenization event that occurred final Map<String, JsonValue>_additionalProperties()final Tokenization.TokenizationEventvalidate()final Tokenization.TokenizationEvent.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Tokenization.TokenizationEvent.Builderbuilder()Returns a mutable builder for constructing an instance of TokenizationEvent. -
-
Method Detail
-
createdAt
final Optional<OffsetDateTime> createdAt()
Date and time when the tokenization event first occurred. UTC time zone.
-
result
final Optional<Tokenization.TokenizationEvent.Result> result()
Enum representing the result of the tokenization event
-
type
final Optional<Tokenization.TokenizationEvent.Type> type()
Enum representing the type of tokenization event that occurred
-
_createdAt
final JsonField<OffsetDateTime> _createdAt()
Date and time when the tokenization event first occurred. UTC time zone.
-
_result
final JsonField<Tokenization.TokenizationEvent.Result> _result()
Enum representing the result of the tokenization event
-
_type
final JsonField<Tokenization.TokenizationEvent.Type> _type()
Enum representing the type of tokenization event that occurred
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final Tokenization.TokenizationEvent validate()
-
toBuilder
final Tokenization.TokenizationEvent.Builder toBuilder()
-
builder
final static Tokenization.TokenizationEvent.Builder builder()
Returns a mutable builder for constructing an instance of TokenizationEvent.
-
-
-
-