Class ServiceEvent
- java.lang.Object
-
- com.facebook.openwifi.cloudsdk.models.gw.ServiceEvent
-
public class ServiceEvent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
event
static String
EVENT_JOIN
static String
EVENT_KEEPALIVE
static String
EVENT_LEAVE
long
id
static int
KEEPALIVE_INTERVAL_S
String
key
String
privateEndPoint
String
publicEndPoint
String
type
String
version
-
Constructor Summary
Constructors Constructor Description ServiceEvent()
-
-
-
Field Detail
-
EVENT_JOIN
public static final String EVENT_JOIN
- See Also:
- Constant Field Values
-
EVENT_LEAVE
public static final String EVENT_LEAVE
- See Also:
- Constant Field Values
-
EVENT_KEEPALIVE
public static final String EVENT_KEEPALIVE
- See Also:
- Constant Field Values
-
KEEPALIVE_INTERVAL_S
public static final int KEEPALIVE_INTERVAL_S
- See Also:
- Constant Field Values
-
event
public String event
-
id
public long id
-
key
public String key
-
type
public String type
-
version
public String version
-
privateEndPoint
public String privateEndPoint
-
publicEndPoint
public String publicEndPoint
-
-