Interface CertificationOrBuilder (0.1.0)

public interface CertificationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCertificationAuthority()

public abstract String getCertificationAuthority()

The certification authority, for example "European_Commission". Maximum length is 2000 characters.

optional string certification_authority = 1;

Returns
Type Description
String

The certificationAuthority.

getCertificationAuthorityBytes()

public abstract ByteString getCertificationAuthorityBytes()

The certification authority, for example "European_Commission". Maximum length is 2000 characters.

optional string certification_authority = 1;

Returns
Type Description
ByteString

The bytes for certificationAuthority.

getCertificationCode()

public abstract String getCertificationCode()

The certification code. Maximum length is 2000 characters.

optional string certification_code = 3;

Returns
Type Description
String

The certificationCode.

getCertificationCodeBytes()

public abstract ByteString getCertificationCodeBytes()

The certification code. Maximum length is 2000 characters.

optional string certification_code = 3;

Returns
Type Description
ByteString

The bytes for certificationCode.

getCertificationName()

public abstract String getCertificationName()

The name of the certification, for example "EPREL". Maximum length is 2000 characters.

optional string certification_name = 2;

Returns
Type Description
String

The certificationName.

getCertificationNameBytes()

public abstract ByteString getCertificationNameBytes()

The name of the certification, for example "EPREL". Maximum length is 2000 characters.

optional string certification_name = 2;

Returns
Type Description
ByteString

The bytes for certificationName.

getCertificationValue()

public abstract String getCertificationValue()

The certification value (also known as class, level or grade), for example "A+", "C", "gold". Maximum length is 2000 characters.

optional string certification_value = 4;

Returns
Type Description
String

The certificationValue.

getCertificationValueBytes()

public abstract ByteString getCertificationValueBytes()

The certification value (also known as class, level or grade), for example "A+", "C", "gold". Maximum length is 2000 characters.

optional string certification_value = 4;

Returns
Type Description
ByteString

The bytes for certificationValue.

hasCertificationAuthority()

public abstract boolean hasCertificationAuthority()

The certification authority, for example "European_Commission". Maximum length is 2000 characters.

optional string certification_authority = 1;

Returns
Type Description
boolean

Whether the certificationAuthority field is set.

hasCertificationCode()

public abstract boolean hasCertificationCode()

The certification code. Maximum length is 2000 characters.

optional string certification_code = 3;

Returns
Type Description
boolean

Whether the certificationCode field is set.

hasCertificationName()

public abstract boolean hasCertificationName()

The name of the certification, for example "EPREL". Maximum length is 2000 characters.

optional string certification_name = 2;

Returns
Type Description
boolean

Whether the certificationName field is set.

hasCertificationValue()

public abstract boolean hasCertificationValue()

The certification value (also known as class, level or grade), for example "A+", "C", "gold". Maximum length is 2000 characters.

optional string certification_value = 4;

Returns
Type Description
boolean

Whether the certificationValue field is set.