public interface CertificationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAuthority()
public abstract String getAuthority()
Name of the certification body.
string authority = 2;
Returns | |
---|---|
Type | Description |
String | The authority. |
getAuthorityBytes()
public abstract ByteString getAuthorityBytes()
Name of the certification body.
string authority = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for authority. |
getCode()
public abstract String getCode()
A unique code to identify the certification.
string code = 3;
Returns | |
---|---|
Type | Description |
String | The code. |
getCodeBytes()
public abstract ByteString getCodeBytes()
A unique code to identify the certification.
string code = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for code. |
getName()
public abstract String getName()
Name of the certification.
string name = 1;
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Name of the certification.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |