public static final class ICMPTypeNSService.Builder
extends java.lang.Object
ICMPTypeNSService.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ICMPTypeNSService. |
| Modifier and Type | Method and Description |
|---|---|
ICMPTypeNSService |
build() |
ICMPTypeNSService.Builder |
setIcmpCode(java.lang.Long icmpCode)
ICMP message code format: int64
|
ICMPTypeNSService.Builder |
setIcmpType(java.lang.Long icmpType)
ICMP message type format: int64
|
ICMPTypeNSService.Builder |
setProtocol(java.lang.String protocol)
Possible values are:
ICMPTypeNSService.PROTOCOL_ICMPV4 ICMPTypeNSService.PROTOCOL_ICMPV6 ICMP protocol
type |
public Builder()
ICMPTypeNSService.public ICMPTypeNSService.Builder setIcmpCode(java.lang.Long icmpCode)
icmpCode - New value for the property.public ICMPTypeNSService.Builder setIcmpType(java.lang.Long icmpType)
icmpType - New value for the property.public ICMPTypeNSService.Builder setProtocol(java.lang.String protocol)
protocol - New value for the property.public ICMPTypeNSService build()