public class PacketCaptureParameters extends Object
Constructor and Description |
---|
PacketCaptureParameters() |
Modifier and Type | Method and Description |
---|---|
Integer |
bytesToCapturePerPacket()
Get the bytesToCapturePerPacket value.
|
List<PacketCaptureFilter> |
filters()
Get the filters value.
|
PacketCaptureStorageLocation |
storageLocation()
Get the storageLocation value.
|
String |
target()
Get the target value.
|
Integer |
timeLimitInSeconds()
Get the timeLimitInSeconds value.
|
Integer |
totalBytesPerSession()
Get the totalBytesPerSession value.
|
PacketCaptureParameters |
withBytesToCapturePerPacket(Integer bytesToCapturePerPacket)
Set the bytesToCapturePerPacket value.
|
PacketCaptureParameters |
withFilters(List<PacketCaptureFilter> filters)
Set the filters value.
|
PacketCaptureParameters |
withStorageLocation(PacketCaptureStorageLocation storageLocation)
Set the storageLocation value.
|
PacketCaptureParameters |
withTarget(String target)
Set the target value.
|
PacketCaptureParameters |
withTimeLimitInSeconds(Integer timeLimitInSeconds)
Set the timeLimitInSeconds value.
|
PacketCaptureParameters |
withTotalBytesPerSession(Integer totalBytesPerSession)
Set the totalBytesPerSession value.
|
public String target()
public PacketCaptureParameters withTarget(String target)
target
- the target value to setpublic Integer bytesToCapturePerPacket()
public PacketCaptureParameters withBytesToCapturePerPacket(Integer bytesToCapturePerPacket)
bytesToCapturePerPacket
- the bytesToCapturePerPacket value to setpublic Integer totalBytesPerSession()
public PacketCaptureParameters withTotalBytesPerSession(Integer totalBytesPerSession)
totalBytesPerSession
- the totalBytesPerSession value to setpublic Integer timeLimitInSeconds()
public PacketCaptureParameters withTimeLimitInSeconds(Integer timeLimitInSeconds)
timeLimitInSeconds
- the timeLimitInSeconds value to setpublic PacketCaptureStorageLocation storageLocation()
public PacketCaptureParameters withStorageLocation(PacketCaptureStorageLocation storageLocation)
storageLocation
- the storageLocation value to setpublic List<PacketCaptureFilter> filters()
public PacketCaptureParameters withFilters(List<PacketCaptureFilter> filters)
filters
- the filters value to setCopyright © 2019. All rights reserved.