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