public interface ControlFamilyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()
Display name of the regulatory control family.
string display_name = 2;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
Display name of the regulatory control family.
string display_name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getFamilyId()
public abstract String getFamilyId()
ID of the regulatory control family.
string family_id = 1;
Returns | |
---|---|
Type | Description |
String |
The familyId. |
getFamilyIdBytes()
public abstract ByteString getFamilyIdBytes()
ID of the regulatory control family.
string family_id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for familyId. |