Class StorageObjectResult

    • Constructor Summary

      Constructors 
      Constructor Description
      StorageObjectResult​(java.lang.Integer tenantId, java.lang.String type, java.lang.String guid)
      Initialize the needed data for result on an object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGuid()
      Gets the guid
      • Methods inherited from class java.lang.Object

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

      • StorageObjectResult

        public StorageObjectResult​(java.lang.Integer tenantId,
                                   java.lang.String type,
                                   java.lang.String guid)
        Initialize the needed data for result on an object.
        Parameters:
        tenantId - The request tenantId
        type - the type The request type
        guid - the object guid
    • Method Detail

      • getGuid

        public java.lang.String getGuid()
        Gets the guid
        Returns:
        the guid