Class IcmpApplication.Builder
- java.lang.Object
- 
- com.oracle.bmc.networkfirewall.model.IcmpApplication.Builder
 
- 
- Enclosing class:
- IcmpApplication
 
 public static class IcmpApplication.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IcmpApplicationbuild()IcmpApplication.Buildercopy(IcmpApplication model)IcmpApplication.BuildericmpCode(Integer icmpCode)The value of the ICMP message Code (subtype) field as defined by RFC 792.IcmpApplication.BuildericmpType(Integer icmpType)The value of the ICMP message Type field as defined by RFC 792.IcmpApplication.Buildername(String name)IcmpApplication.BuilderparentResourceId(String parentResourceId)
 
- 
- 
- 
Method Detail- 
namepublic IcmpApplication.Builder name(String name) 
 - 
parentResourceIdpublic IcmpApplication.Builder parentResourceId(String parentResourceId) 
 - 
icmpTypepublic IcmpApplication.Builder icmpType(Integer icmpType) The value of the ICMP message Type field as defined by RFC 792.- Parameters:
- icmpType- the value to set
- Returns:
- this builder
 
 - 
icmpCodepublic IcmpApplication.Builder icmpCode(Integer icmpCode) The value of the ICMP message Code (subtype) field as defined by RFC 792.- Parameters:
- icmpCode- the value to set
- Returns:
- this builder
 
 - 
buildpublic IcmpApplication build() 
 - 
copypublic IcmpApplication.Builder copy(IcmpApplication model) 
 
- 
 
-