public static class IcmpOptions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IcmpOptions |
build() |
IcmpOptions.Builder |
code(Integer code)
The ICMP code (optional).
|
IcmpOptions.Builder |
copy(IcmpOptions model) |
IcmpOptions.Builder |
type(Integer type)
The ICMP type.
|
public IcmpOptions.Builder code(Integer code)
The ICMP code (optional).
code
- the value to setpublic IcmpOptions.Builder type(Integer type)
The ICMP type.
type
- the value to setpublic IcmpOptions build()
public IcmpOptions.Builder copy(IcmpOptions model)
Copyright © 2016–2024. All rights reserved.