类 AddContactWayResponse
java.lang.Object
com.github.shuaidd.response.AbstractBaseResponse
com.github.shuaidd.response.externalcontact.AddContactWayResponse
描述 配置客户联系「联系我」方式
- 作者:
- ddshuai date 2021-01-02 10:04
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 com.github.shuaidd.response.AbstractBaseResponse
getErrCode, getErrMsg, getHasMore, getNextCursor, setErrCode, setErrMsg, setHasMore, setNextCursor
-
字段详细资料
-
configId
新增联系方式的配置id -
qrCode
联系我二维码链接,仅在scene为2时返回
-
-
构造器详细资料
-
AddContactWayResponse
public AddContactWayResponse()
-
-
方法详细资料
-
getConfigId
-
setConfigId
-
getQrCode
-
setQrCode
-
toString
- 覆盖:
toString在类中AbstractBaseResponse
-