AppKey

public final class AppKey implements JsonObject

Fields

EMPTY

public static final AppKey EMPTY

Constructors

AppKey

public AppKey(String signature, String appId, String developerId)

Methods

equals

public boolean equals(Object o)

getAppId

public String getAppId()

getDeveloperId

public String getDeveloperId()

getSignature

public String getSignature()

hashCode

public int hashCode()

isIncomplete

public boolean isIncomplete()

Returns true of the appkey is missing any of the three required components.

Returns:true if any components are missing

toJsonObject

public JSONObject toJsonObject()