Class CelebrityMatchIndex

java.lang.Object
com.banuba.sdk.celebrity_match.CelebrityMatchIndex

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

    Constructors
    Constructor Description
    CelebrityMatchIndex​(long idx, boolean flip)  
  • Method Summary

    Modifier and Type Method Description
    boolean getFlip()  
    long getIdx()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • CelebrityMatchIndex

      public CelebrityMatchIndex​(long idx, boolean flip)
  • Method Details

    • getIdx

      public long getIdx()
    • getFlip

      public boolean getFlip()
    • toString

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