Package com.bytedesk.call.gateway
Class CallGatewayResponse
java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.call.gateway.CallGatewayResponse
- All Implemented Interfaces:
Serializable
Call网关响应实体
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
扩展配置(JSON格式)private String
网关描述private Boolean
是否启用private String
从域名private String
从号码private String
网关名称private Boolean
是否在线private String
SIP服务器地址private Boolean
注册private String
注册传输协议private String
备注private String
网关状态private String
用户名 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CallGatewayResponse
fromEntity
(CallGatewayEntity entity) 从实体创建响应对象static CallGatewayResponse
fromEntitySafe
(CallGatewayEntity entity) 从实体创建响应对象(隐藏密码)Methods inherited from class com.bytedesk.core.base.BaseResponse
getCreatedAt, getUpdatedAt, toJson
-
Field Details
-
gatewayName
网关名称 -
description
网关描述 -
proxy
SIP服务器地址 -
username
用户名 -
fromUser
从号码 -
fromDomain
从域名 -
register
注册 -
registerTransport
注册传输协议 -
status
网关状态 -
enabled
是否启用 -
configJson
扩展配置(JSON格式) -
remarks
备注 -
online
是否在线
-
-
Constructor Details
-
CallGatewayResponse
public CallGatewayResponse()
-
-
Method Details
-
fromEntity
从实体创建响应对象 -
fromEntitySafe
从实体创建响应对象(隐藏密码)
-