Package 

Class LogcatBufferSize

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum Dimension
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer size
      private final LogcatBufferSize.Dimension dimension
    • Constructor Summary

      Constructors 
      Constructor Description
      LogcatBufferSize(Integer size, LogcatBufferSize.Dimension dimension)
    • Method Summary

      Modifier and Type Method Description
      String toString()
      final Integer component1()
      final LogcatBufferSize.Dimension component2()
      final LogcatBufferSize copy(Integer size, LogcatBufferSize.Dimension dimension)
      final Integer getSize()
      final LogcatBufferSize.Dimension getDimension()
      • Methods inherited from class com.kaspersky.kaspresso.device.logcat.LogcatBufferSize

        equals, hashCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait