Interface StateFamilyConfigOrBuilder (0.8.0)

public interface StateFamilyConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIsRead()

public abstract boolean getIsRead()

If true, this family corresponds to a read operation.

bool is_read = 2;

Returns
TypeDescription
boolean

The isRead.

getStateFamily()

public abstract String getStateFamily()

The state family value.

string state_family = 1;

Returns
TypeDescription
String

The stateFamily.

getStateFamilyBytes()

public abstract ByteString getStateFamilyBytes()

The state family value.

string state_family = 1;

Returns
TypeDescription
ByteString

The bytes for stateFamily.