Class RangeParser.CheckResult

java.lang.Object
ru.bitel.bgbilling.common.bean.RangeParser.CheckResult
Enclosing class:
RangeParser

public static class RangeParser.CheckResult
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int length  
    boolean result  
  • Constructor Summary

    Constructors
    Constructor Description
    CheckResult()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • result

      public boolean result
    • length

      public int length
  • Constructor Details

    • CheckResult

      public CheckResult()