Class IPUtils.Netv4

java.lang.Object
ru.bitel.bgbilling.common.bean.IPUtils.Netv4
Enclosing class:
IPUtils

public static class IPUtils.Netv4
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    long address  
    int bitmask  
    long broadcast  
    long hostMax  
    long hostMin  
    long hosts  
    long netmask  
    long network  
    long wildcard  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • address

      public final long address
    • bitmask

      public final int bitmask
    • netmask

      public final long netmask
    • wildcard

      public final long wildcard
    • network

      public final long network
    • hostMin

      public long hostMin
    • hostMax

      public long hostMax
    • broadcast

      public final long broadcast
    • hosts

      public final long hosts