public class VpnDeviceScriptParameters extends Object
| Constructor and Description |
|---|
VpnDeviceScriptParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
deviceFamily()
Get the deviceFamily value.
|
String |
firmwareVersion()
Get the firmwareVersion value.
|
String |
vendor()
Get the vendor value.
|
VpnDeviceScriptParameters |
withDeviceFamily(String deviceFamily)
Set the deviceFamily value.
|
VpnDeviceScriptParameters |
withFirmwareVersion(String firmwareVersion)
Set the firmwareVersion value.
|
VpnDeviceScriptParameters |
withVendor(String vendor)
Set the vendor value.
|
public String vendor()
public VpnDeviceScriptParameters withVendor(String vendor)
vendor - the vendor value to setpublic String deviceFamily()
public VpnDeviceScriptParameters withDeviceFamily(String deviceFamily)
deviceFamily - the deviceFamily value to setpublic String firmwareVersion()
public VpnDeviceScriptParameters withFirmwareVersion(String firmwareVersion)
firmwareVersion - the firmwareVersion value to setCopyright © 2019. All rights reserved.