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