Class HistorySyncConfig

java.lang.Object
it.auties.whatsapp.model.sync.HistorySyncConfig
All Implemented Interfaces:
it.auties.protobuf.base.ProtobufMessage

public class HistorySyncConfig extends Object implements it.auties.protobuf.base.ProtobufMessage
  • Constructor Details

    • HistorySyncConfig

      public HistorySyncConfig(int fullSyncDaysLimit, int fullSyncSizeMbLimit, int storageQuotaMb)
  • Method Details

    • builder

    • fullSyncDaysLimit

      public int fullSyncDaysLimit()
    • fullSyncSizeMbLimit

      public int fullSyncSizeMbLimit()
    • storageQuotaMb

      public int storageQuotaMb()
    • fullSyncDaysLimit

      public HistorySyncConfig fullSyncDaysLimit(int fullSyncDaysLimit)
      Returns:
      this.
    • fullSyncSizeMbLimit

      public HistorySyncConfig fullSyncSizeMbLimit(int fullSyncSizeMbLimit)
      Returns:
      this.
    • storageQuotaMb

      public HistorySyncConfig storageQuotaMb(int storageQuotaMb)
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object