public class UnRegisterBrokerRequestHeader extends Object implements CommandCustomHeader
| 构造器和说明 |
|---|
UnRegisterBrokerRequestHeader() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkFields() |
String |
getBrokerAddr() |
Long |
getBrokerId() |
String |
getBrokerName() |
String |
getClusterName() |
void |
setBrokerAddr(String brokerAddr) |
void |
setBrokerId(Long brokerId) |
void |
setBrokerName(String brokerName) |
void |
setClusterName(String clusterName) |
public void checkFields()
throws RemotingCommandException
checkFields 在接口中 CommandCustomHeaderRemotingCommandExceptionpublic String getBrokerName()
public void setBrokerName(String brokerName)
public String getBrokerAddr()
public void setBrokerAddr(String brokerAddr)
public String getClusterName()
public void setClusterName(String clusterName)
public Long getBrokerId()
public void setBrokerId(Long brokerId)
Copyright © 2012–2016. All rights reserved.