Interface CertificationOrBuilder (0.4.0)

public interface CertificationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuthority()

public abstract String getAuthority()

Name of the certification body.

string authority = 2;

Returns
TypeDescription
String

The authority.

getAuthorityBytes()

public abstract ByteString getAuthorityBytes()

Name of the certification body.

string authority = 2;

Returns
TypeDescription
ByteString

The bytes for authority.

getCode()

public abstract String getCode()

A unique code to identify the certification.

string code = 3;

Returns
TypeDescription
String

The code.

getCodeBytes()

public abstract ByteString getCodeBytes()

A unique code to identify the certification.

string code = 3;

Returns
TypeDescription
ByteString

The bytes for code.

getName()

public abstract String getName()

Name of the certification.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the certification.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.