类 NetUtils.NetProperties

java.lang.Object
com.baomidou.mybatisplus.core.toolkit.NetUtils.NetProperties
封闭类:
NetUtils

public static class NetUtils.NetProperties extends Object
  • 构造器详细资料

    • NetProperties

      public NetProperties()
    • NetProperties

      public NetProperties(List<String> preferredNetworks, List<String> ignoredInterfaces)
  • 方法详细资料

    • getPreferredNetworks

      public List<String> getPreferredNetworks()
    • getIgnoredInterfaces

      public List<String> getIgnoredInterfaces()
    • setPreferredNetworks

      public void setPreferredNetworks(List<String> preferredNetworks)
    • setIgnoredInterfaces

      public void setIgnoredInterfaces(List<String> ignoredInterfaces)
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object