Class EyesState

java.lang.Object
com.banuba.sdk.types.EyesState

public final class EyesState
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    EyesState​(boolean isOpenLeft, boolean isOpenRight)  
  • Method Summary

    Modifier and Type Method Description
    boolean getIsOpenLeft()  
    boolean getIsOpenRight()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EyesState

      public EyesState​(boolean isOpenLeft, boolean isOpenRight)
  • Method Details

    • getIsOpenLeft

      public boolean getIsOpenLeft()
    • getIsOpenRight

      public boolean getIsOpenRight()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object