Class NetworkInfo.Builder

  • Enclosing class:
    NetworkInfo

    public static final class NetworkInfo.Builder
    extends java.lang.Object
    Builder class for NetworkInfo.
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Constructor with parameters for the required properties of NetworkInfo.
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of NetworkInfo.
    • Method Detail

      • setDstIp

        public NetworkInfo.Builder setDstIp​(java.lang.String dstIp)
        The destination IP can be an IP address or a subnet. format: address-or-block-or-range
        Parameters:
        dstIp - New value for the property.
      • setSrcIp

        public NetworkInfo.Builder setSrcIp​(java.lang.String srcIp)
        The source IP can be an IP address or a subnet. format: address-or-block-or-range
        Parameters:
        srcIp - New value for the property.