Class PacketCaptureStorageLocation


  • public class PacketCaptureStorageLocation
    extends Object
    Describes the storage location for a packet capture session.
    • Constructor Detail

      • PacketCaptureStorageLocation

        public PacketCaptureStorageLocation()
    • Method Detail

      • storageId

        public String storageId()
        Get the storageId value.
        Returns:
        the storageId value
      • withStorageId

        public PacketCaptureStorageLocation withStorageId​(String storageId)
        Set the storageId value.
        Parameters:
        storageId - the storageId value to set
        Returns:
        the PacketCaptureStorageLocation object itself.
      • storagePath

        public String storagePath()
        Get the storagePath value.
        Returns:
        the storagePath value
      • withStoragePath

        public PacketCaptureStorageLocation withStoragePath​(String storagePath)
        Set the storagePath value.
        Parameters:
        storagePath - the storagePath value to set
        Returns:
        the PacketCaptureStorageLocation object itself.
      • filePath

        public String filePath()
        Get the filePath value.
        Returns:
        the filePath value
      • withFilePath

        public PacketCaptureStorageLocation withFilePath​(String filePath)
        Set the filePath value.
        Parameters:
        filePath - the filePath value to set
        Returns:
        the PacketCaptureStorageLocation object itself.