Class BusinessListObjectMetadata.Business

com.yandex.mapkit.search

java.lang.Object ⇽ BusinessListObjectMetadata.Business

public class BusinessListObjectMetadata.Business

Enclosing Class:
BusinessListObjectMetadata

Company description.

Methods

Business(String id, String name)
Business()

Use constructor with parameters in your code.

String getId()

Identifier to get extended information about company.

String getName()

Human readable company name.

void serialize(Archive archive)
Business(String id, String name)
Business()

Use constructor with parameters in your code.

String getId()

Identifier to get extended information about company.

String getName()

Human readable company name.

void serialize(Archive archive)

Method Detail

Business

public Business (String id, String name)

Business

public Business ()

Use constructor with parameters in your code.

This one is for bindings only!

getId

public String getId ()

Identifier to get extended information about company.

getName

public String getName ()

Human readable company name.

serialize

public void serialize (Archive archive)