public interface  org.apache.activemq.console.command.store.proto.MapEntryPB$Getter extends java.lang.Object implements org.fusesource.hawtbuf.proto.PBMessage
{
public abstract boolean hasKey();
public abstract org.fusesource.hawtbuf.Buffer getKey();
public abstract boolean hasValue();
public abstract org.fusesource.hawtbuf.Buffer getValue();
public abstract org.apache.activemq.console.command.store.proto.MapEntryPB$Bean copy();
public abstract org.apache.activemq.console.command.store.proto.MapEntryPB$Buffer freeze();
public abstract java.lang.StringBuilder toString(java.lang.StringBuilder, java.lang.String);
}