Interface SecurityResult.Association.AssociationAliasOrBuilder (0.3.0)

public static interface SecurityResult.Association.AssociationAliasOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompany()

public abstract String getCompany()

Name of the provider who gave the association's name.

string company = 2;

Returns
Type Description
String

The company.

getCompanyBytes()

public abstract ByteString getCompanyBytes()

Name of the provider who gave the association's name.

string company = 2;

Returns
Type Description
ByteString

The bytes for company.

getName()

public abstract String getName()

Name of the alias.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the alias.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.