Interface ControlFamilyOrBuilder (0.7.0)

public interface ControlFamilyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

The friendly name for the regulatory control family.

string display_name = 2;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The friendly name for the regulatory control family.

string display_name = 2;

Returns
Type Description
ByteString

The bytes for displayName.

getFamilyId()

public abstract String getFamilyId()

The identifier for the regulatory control family.

string family_id = 1;

Returns
Type Description
String

The familyId.

getFamilyIdBytes()

public abstract ByteString getFamilyIdBytes()

The identifier for the regulatory control family.

string family_id = 1;

Returns
Type Description
ByteString

The bytes for familyId.