Package io.unlaunch

Class UnlaunchAttribute

java.lang.Object
io.unlaunch.UnlaunchAttribute

public class UnlaunchAttribute
extends java.lang.Object
Author:
umermansoor
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getKey()  
    java.lang.Object getValue()  
    static UnlaunchAttribute newBoolean​(java.lang.String key, boolean value)  
    static UnlaunchAttribute newDate​(java.lang.String key, long millisecondsSinceEpoch)  
    static UnlaunchAttribute newDateTime​(java.lang.String key, long millisecondsSinceEpoch)  
    static UnlaunchAttribute newNumber​(java.lang.String key, java.lang.Number value)  
    static UnlaunchAttribute newString​(java.lang.String key, java.lang.String value)  

    Methods inherited from class java.lang.Object

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