public static class CpeDeviceInfo.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CpeDeviceInfo |
build() |
CpeDeviceInfo.Builder |
copy(CpeDeviceInfo model) |
CpeDeviceInfo.Builder |
platformSoftwareVersion(String platformSoftwareVersion)
The platform or software version of the CPE device.
|
CpeDeviceInfo.Builder |
vendor(String vendor)
The vendor that makes the CPE device.
|
public CpeDeviceInfo.Builder vendor(String vendor)
The vendor that makes the CPE device.
vendor
- the value to setpublic CpeDeviceInfo.Builder platformSoftwareVersion(String platformSoftwareVersion)
The platform or software version of the CPE device.
platformSoftwareVersion
- the value to setpublic CpeDeviceInfo build()
public CpeDeviceInfo.Builder copy(CpeDeviceInfo model)
Copyright © 2016–2024. All rights reserved.