Class StorageGetUrlResponseDTO

java.lang.Object
de.aeb.xnsg.storage.bf.dto.AbstractStorageObjectDTO
de.aeb.xnsg.storage.bf.dto.response.StorageGetUrlResponseDTO
All Implemented Interfaces:
Cloneable

public class StorageGetUrlResponseDTO extends AbstractStorageObjectDTO
  • Field Details

    • url

      public String url
      This is the URL where the storage system can be reached. This can be a HTTP-URL for a web-client of the storage system or an EXE link, so that a local client can be started
      Attention: If you use ASSIST4 in conjunction with an ASM, the ASM must be running on the same machine, otherwise an EXE call to a local client will not work correctly.
  • Constructor Details

    • StorageGetUrlResponseDTO

      public StorageGetUrlResponseDTO()
    • StorageGetUrlResponseDTO

      public StorageGetUrlResponseDTO(String url)
      Parameters:
      url - url
  • Method Details