Class CompanionHashState

java.lang.Object
it.auties.whatsapp.model.companion.CompanionHashState
All Implemented Interfaces:
it.auties.protobuf.model.ProtobufMessage, it.auties.protobuf.model.ProtobufObject

public final class CompanionHashState extends Object implements it.auties.protobuf.model.ProtobufMessage
  • Field Details

    • type

      private PatchType type
    • version

      private long version
    • hash

      private byte[] hash
    • indexValueMap

      private Map<String,byte[]> indexValueMap
  • Constructor Details

    • CompanionHashState

      public CompanionHashState(PatchType type)
    • CompanionHashState

      public CompanionHashState(PatchType type, long version)
    • CompanionHashState

      public CompanionHashState(PatchType type, long version, byte[] hash, Map<String,byte[]> indexValueMap)
  • Method Details