public class PacketCaptureStorageLocation extends Object
Constructor and Description |
---|
PacketCaptureStorageLocation() |
Modifier and Type | Method and Description |
---|---|
String |
filePath()
Get the filePath value.
|
String |
storageId()
Get the storageId value.
|
String |
storagePath()
Get the storagePath value.
|
PacketCaptureStorageLocation |
withFilePath(String filePath)
Set the filePath value.
|
PacketCaptureStorageLocation |
withStorageId(String storageId)
Set the storageId value.
|
PacketCaptureStorageLocation |
withStoragePath(String storagePath)
Set the storagePath value.
|
public String storageId()
public PacketCaptureStorageLocation withStorageId(String storageId)
storageId
- the storageId value to setpublic String storagePath()
public PacketCaptureStorageLocation withStoragePath(String storagePath)
storagePath
- the storagePath value to setpublic String filePath()
public PacketCaptureStorageLocation withFilePath(String filePath)
filePath
- the filePath value to setCopyright © 2019. All rights reserved.