Class StorageRequest

    • Constructor Summary

      Constructors 
      Constructor Description
      StorageRequest​(java.lang.Integer tenantId, java.lang.String type)
      Initialize the needed parameters for request.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getTenantId()
      Gets the tenantId
      java.lang.String getType()
      Gets the type
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StorageRequest

        public StorageRequest​(java.lang.Integer tenantId,
                              java.lang.String type)
        Initialize the needed parameters for request.
        Parameters:
        tenantId - The request tenantId
        type - the type The request type
    • Method Detail

      • getTenantId

        public java.lang.Integer getTenantId()
        Gets the tenantId
        Returns:
        the tenantId
      • getType

        public java.lang.String getType()
        Gets the type
        Returns:
        the type
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object