public class QBroker extends Object implements Query
| 构造器和说明 |
|---|
QBroker() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getBrokerGroupId() |
List<Integer> |
getBrokerGroupIds() |
int |
getBrokerId() |
Identity |
getGroup() |
List<Integer> |
getInBrokerIds() |
String |
getIp() |
String |
getKeyword() |
List<Integer> |
getNotInBrokerIds() |
String |
getRetryType() |
void |
setBrokerGroupId(long brokerGroupId) |
void |
setBrokerGroupIds(List<Integer> brokerGroupIds) |
void |
setBrokerId(int brokerId) |
void |
setGroup(Identity group) |
void |
setInBrokerIds(List<Integer> inBrokerIds) |
void |
setIp(String ip) |
void |
setKeyword(String keyword) |
void |
setNotInBrokerIds(List<Integer> notInBrokerIds) |
void |
setRetryType(String retryType) |
public String getRetryType()
public void setRetryType(String retryType)
public String getKeyword()
public void setKeyword(String keyword)
public String getIp()
public void setIp(String ip)
public int getBrokerId()
public void setBrokerId(int brokerId)
public long getBrokerGroupId()
public void setBrokerGroupId(long brokerGroupId)
public Identity getGroup()
public void setGroup(Identity group)
Copyright © 2020 Joyqueue Community. All rights reserved.