public static class Icmp6Application.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Icmp6Application |
build() |
Icmp6Application.Builder |
copy(Icmp6Application model) |
Icmp6Application.Builder |
icmpCode(Integer icmpCode)
The value of the ICMP6 message Code (subtype) field as defined by RFC
4443.
|
Icmp6Application.Builder |
icmpType(Integer icmpType)
The value of the ICMP6 message Type field as defined by RFC
4443.
|
Icmp6Application.Builder |
name(String name) |
Icmp6Application.Builder |
parentResourceId(String parentResourceId) |
public Icmp6Application.Builder name(String name)
public Icmp6Application.Builder parentResourceId(String parentResourceId)
public Icmp6Application.Builder icmpType(Integer icmpType)
The value of the ICMP6 message Type field as defined by RFC 4443.
icmpType
- the value to setpublic Icmp6Application.Builder icmpCode(Integer icmpCode)
The value of the ICMP6 message Code (subtype) field as defined by RFC 4443.
icmpCode
- the value to setpublic Icmp6Application build()
public Icmp6Application.Builder copy(Icmp6Application model)
Copyright © 2016–2024. All rights reserved.