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
public byte getDataStructureType()
getDataStructureType
in interface DataStructure
public boolean isMarshallAware()
isMarshallAware
in interface DataStructure
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.