com.alibaba.rocketmq.common.protocol.body
类 LockBatchRequestBody

java.lang.Object
  继承者 com.alibaba.rocketmq.remoting.protocol.RemotingSerializable
      继承者 com.alibaba.rocketmq.common.protocol.body.LockBatchRequestBody

public class LockBatchRequestBody
extends RemotingSerializable

从以下版本开始:
2013-6-26
作者:
shijia.wxr

构造方法摘要
LockBatchRequestBody()
           
 
方法摘要
 String getClientId()
           
 String getConsumerGroup()
           
 Set<MessageQueue> getMqSet()
           
 void setClientId(String clientId)
           
 void setConsumerGroup(String consumerGroup)
           
 void setMqSet(Set<MessageQueue> mqSet)
           
 
从类 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
 

构造方法详细信息

LockBatchRequestBody

public LockBatchRequestBody()
方法详细信息

getConsumerGroup

public String getConsumerGroup()

setConsumerGroup

public void setConsumerGroup(String consumerGroup)

getClientId

public String getClientId()

setClientId

public void setClientId(String clientId)

getMqSet

public Set<MessageQueue> getMqSet()

setMqSet

public void setMqSet(Set<MessageQueue> mqSet)


Copyright © 2012-2015. All Rights Reserved.