Package dev.case.api.models.vault.memory
Class MemoryListResponse.Meta
-
- All Implemented Interfaces:
public final class MemoryListResponse.Meta
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMemoryListResponse.Meta.BuilderA builder for Meta.
-
Method Summary
Modifier and Type Method Description final Optional<Long>chars()final Optional<Long>count()final Optional<Long>maxChars()final Optional<OffsetDateTime>updatedAt()final JsonField<Long>_chars()Returns the raw JSON value of chars. final JsonField<Long>_count()Returns the raw JSON value of count. final JsonField<Long>_maxChars()Returns the raw JSON value of maxChars. final JsonField<OffsetDateTime>_updatedAt()Returns the raw JSON value of updatedAt. final Map<String, JsonValue>_additionalProperties()final MemoryListResponse.Meta.BuildertoBuilder()final MemoryListResponse.Metavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MemoryListResponse.Meta.Builderbuilder()Returns a mutable builder for constructing an instance of Meta. -
-
Method Detail
-
updatedAt
final Optional<OffsetDateTime> updatedAt()
-
_chars
final JsonField<Long> _chars()
Returns the raw JSON value of chars.
Unlike chars, this method doesn't throw if the JSON field has an unexpected type.
-
_count
final JsonField<Long> _count()
Returns the raw JSON value of count.
Unlike count, this method doesn't throw if the JSON field has an unexpected type.
-
_maxChars
final JsonField<Long> _maxChars()
Returns the raw JSON value of maxChars.
Unlike maxChars, this method doesn't throw if the JSON field has an unexpected type.
-
_updatedAt
final JsonField<OffsetDateTime> _updatedAt()
Returns the raw JSON value of updatedAt.
Unlike updatedAt, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MemoryListResponse.Meta.Builder toBuilder()
-
validate
final MemoryListResponse.Meta validate()
-
builder
final static MemoryListResponse.Meta.Builder builder()
Returns a mutable builder for constructing an instance of Meta.
-
-
-
-