Class ObjectStoreClientConfigurationProperties

java.lang.Object
co.yellowdog.platform.clients.objectstore.ObjectStoreClientConfigurationProperties

public class ObjectStoreClientConfigurationProperties extends Object
  • Constructor Details

    • ObjectStoreClientConfigurationProperties

      public ObjectStoreClientConfigurationProperties()
  • Method Details

    • getUpload

      public TransferProperties getUpload()
    • getDownload

      public TransferProperties getDownload()
    • getUploadThreads

      public int getUploadThreads()
    • getDownloadThreads

      public int getDownloadThreads()
    • getEventThreads

      public int getEventThreads()
    • setUploadThreads

      public void setUploadThreads(int uploadThreads)
    • setDownloadThreads

      public void setDownloadThreads(int downloadThreads)
    • setEventThreads

      public void setEventThreads(int eventThreads)
    • 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