public class BrokerId extends Object implements DataStructure
Modifier and Type | Field and Description |
---|---|
static byte |
DATA_STRUCTURE_TYPE |
protected String |
value |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte |
getDataStructureType() |
String |
getValue() |
int |
hashCode() |
boolean |
isMarshallAware() |
void |
setValue(String brokerId) |
String |
toString() |
public static final byte DATA_STRUCTURE_TYPE
protected String value
public BrokerId()
public BrokerId(String brokerId)
public byte getDataStructureType()
getDataStructureType
in interface DataStructure
public String getValue()
public void setValue(String brokerId)
public boolean isMarshallAware()
isMarshallAware
in interface DataStructure
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.