Package com.openfin.desktop
Class WindowIdentity
java.lang.Object
com.openfin.desktop.WindowIdentity
public class WindowIdentity
extends java.lang.Object
Class used to identify an OpenFin window instance
-
Constructor Summary
Constructors Constructor Description WindowIdentity()
-
Method Summary
Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getUuid()
void
setName(java.lang.String name)
void
setUuid(java.lang.String uuid)
org.json.JSONObject
toJsonObject()
-
Constructor Details
-
WindowIdentity
public WindowIdentity()
-
-
Method Details
-
getUuid
public java.lang.String getUuid() -
setUuid
public void setUuid(java.lang.String uuid) -
getName
public java.lang.String getName() -
setName
public void setName(java.lang.String name) -
toJsonObject
public org.json.JSONObject toJsonObject()
-