Uses of Record Class
dev.hloth.zgztransport.CardDateTime
-
Uses of CardDateTime in dev.hloth.zgztransport
Methods in dev.hloth.zgztransport that return CardDateTimeModifier and TypeMethodDescriptionTransaction.createdAt()Returns the value of thecreatedAtrecord component.static CardDateTimeCardDateTime.decode(byte[] bytes) Decodes the five bytes of a packed date and time.static CardDateTimeCardDateTime.of(int year, int month, int day, int hour, int minute, int second) Builds a date and time from its fields.Methods in dev.hloth.zgztransport that return types with arguments of type CardDateTimeModifier and TypeMethodDescriptionSubscription.lastUsedAt()Returns the value of thelastUsedAtrecord component.Methods in dev.hloth.zgztransport with parameters of type CardDateTimeModifier and TypeMethodDescriptionintCardDateTime.compareTo(CardDateTime other) TransactionBuilder.createdAt(CardDateTime createdAt) Constructors in dev.hloth.zgztransport with parameters of type CardDateTimeModifierConstructorDescriptionTransaction(CardType cardType, int networkFlag, int amount, int consecutivePayments, Stop stop, Route route, TransactionKind kind, int dutyTrip, CardDateTime createdAt, int sequence) Checks the ranges of the numeric fields and that the others are present.Constructor parameters in dev.hloth.zgztransport with type arguments of type CardDateTimeModifierConstructorDescriptionSubscription(CardDate startsAt, CardDate endsAt, int unknown1, long unknown2, Optional<CardDateTime> lastUsedAt) Checks the ranges of the numeric fields and that the others are present.