类 NamingFuzzyWatchSyncResponse
java.lang.Object
com.alibaba.nacos.api.remote.response.Response
com.alibaba.nacos.api.naming.remote.response.NamingFuzzyWatchSyncResponse
- 所有已实现的接口:
Payload
Nacos naming fuzzy watch service response.
- 作者:
- tanyongquan
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static NamingFuzzyWatchSyncResponsebuildFailResponse(String message) Build fail response.static NamingFuzzyWatchSyncResponse从类继承的方法 com.alibaba.nacos.api.remote.response.Response
getErrorCode, getMessage, getRequestId, getResultCode, isSuccess, setErrorCode, setErrorInfo, setMessage, setRequestId, setResultCode, toString
-
构造器详细资料
-
NamingFuzzyWatchSyncResponse
public NamingFuzzyWatchSyncResponse()
-
-
方法详细资料
-
buildSuccessResponse
-
buildFailResponse
Build fail response.- 参数:
message- error message- 返回:
- fail response
-