Package com.bytedesk.call.gateway
Class CallGatewayController.GatewayStats
java.lang.Object
com.bytedesk.call.gateway.CallGatewayController.GatewayStats
- Enclosing class:
- CallGatewayController
网关统计信息内部类
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long
private final long
private final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
-
Field Details
-
totalCount
private final long totalCount -
enabledCount
private final long enabledCount -
onlineCount
private final long onlineCount
-
-
Constructor Details
-
GatewayStats
public GatewayStats(long totalCount, long enabledCount, long onlineCount)
-
-
Method Details
-
getTotalCount
public long getTotalCount() -
getEnabledCount
public long getEnabledCount() -
getOnlineCount
public long getOnlineCount()
-