类 SubscribeServiceResponse

java.lang.Object
com.alibaba.nacos.api.remote.response.Response
com.alibaba.nacos.api.naming.remote.response.SubscribeServiceResponse

public class SubscribeServiceResponse extends Response
Nacos naming subscribe service response.
作者:
xiweng.yy
  • 构造器详细资料

    • SubscribeServiceResponse

      public SubscribeServiceResponse()
    • SubscribeServiceResponse

      public SubscribeServiceResponse(int resultCode, String message, ServiceInfo serviceInfo)
  • 方法详细资料

    • getServiceInfo

      public ServiceInfo getServiceInfo()
    • setServiceInfo

      public void setServiceInfo(ServiceInfo serviceInfo)