Class PacketCaptureParameters


  • public class PacketCaptureParameters
    extends Object
    Parameters that define the create packet capture operation.
    • Constructor Detail

      • PacketCaptureParameters

        public PacketCaptureParameters()
    • Method Detail

      • target

        public String target()
        Get the target value.
        Returns:
        the target value
      • withTarget

        public PacketCaptureParameters withTarget​(String target)
        Set the target value.
        Parameters:
        target - the target value to set
        Returns:
        the PacketCaptureParameters object itself.
      • bytesToCapturePerPacket

        public Integer bytesToCapturePerPacket()
        Get the bytesToCapturePerPacket value.
        Returns:
        the bytesToCapturePerPacket value
      • withBytesToCapturePerPacket

        public PacketCaptureParameters withBytesToCapturePerPacket​(Integer bytesToCapturePerPacket)
        Set the bytesToCapturePerPacket value.
        Parameters:
        bytesToCapturePerPacket - the bytesToCapturePerPacket value to set
        Returns:
        the PacketCaptureParameters object itself.
      • totalBytesPerSession

        public Integer totalBytesPerSession()
        Get the totalBytesPerSession value.
        Returns:
        the totalBytesPerSession value
      • withTotalBytesPerSession

        public PacketCaptureParameters withTotalBytesPerSession​(Integer totalBytesPerSession)
        Set the totalBytesPerSession value.
        Parameters:
        totalBytesPerSession - the totalBytesPerSession value to set
        Returns:
        the PacketCaptureParameters object itself.
      • timeLimitInSeconds

        public Integer timeLimitInSeconds()
        Get the timeLimitInSeconds value.
        Returns:
        the timeLimitInSeconds value
      • withTimeLimitInSeconds

        public PacketCaptureParameters withTimeLimitInSeconds​(Integer timeLimitInSeconds)
        Set the timeLimitInSeconds value.
        Parameters:
        timeLimitInSeconds - the timeLimitInSeconds value to set
        Returns:
        the PacketCaptureParameters object itself.
      • withStorageLocation

        public PacketCaptureParameters withStorageLocation​(PacketCaptureStorageLocation storageLocation)
        Set the storageLocation value.
        Parameters:
        storageLocation - the storageLocation value to set
        Returns:
        the PacketCaptureParameters object itself.