com.alibaba.rocketmq.common.protocol.header
类 GetConsumerListByGroupResponseBody

java.lang.Object
  继承者 com.alibaba.rocketmq.remoting.protocol.RemotingSerializable
      继承者 com.alibaba.rocketmq.common.protocol.header.GetConsumerListByGroupResponseBody

public class GetConsumerListByGroupResponseBody
extends RemotingSerializable

作者:
shijia.wxr

构造方法摘要
GetConsumerListByGroupResponseBody()
           
 
方法摘要
 List<String> getConsumerIdList()
           
 void setConsumerIdList(List<String> consumerIdList)
           
 
从类 com.alibaba.rocketmq.remoting.protocol.RemotingSerializable 继承的方法
decode, encode, encode, fromJson, toJson, toJson, toJson
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

GetConsumerListByGroupResponseBody

public GetConsumerListByGroupResponseBody()
方法详细信息

getConsumerIdList

public List<String> getConsumerIdList()

setConsumerIdList

public void setConsumerIdList(List<String> consumerIdList)


Copyright © 2012-2015. All Rights Reserved.