Package live.hms.video.database.entity
Class AnalyticsCluster
-
- All Implemented Interfaces:
public final class AnalyticsCluster
-
-
Field Summary
Fields Modifier and Type Field Description private StringwebsocketUrl
-
Constructor Summary
Constructors Constructor Description AnalyticsCluster(String websocketUrl)
-
Method Summary
Modifier and Type Method Description final StringgetWebsocketUrl()final UnitsetWebsocketUrl(@SerializedName(value = "websocket_url") String websocketUrl)-
-
Constructor Detail
-
AnalyticsCluster
AnalyticsCluster(String websocketUrl)
-
-
Method Detail
-
getWebsocketUrl
final String getWebsocketUrl()
-
setWebsocketUrl
final Unit setWebsocketUrl(@SerializedName(value = "websocket_url") String websocketUrl)
-
-
-
-