ApplicationInfoResponse Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ApplicationInfoResponse

public class ApplicationInfoResponse

Response containing the Application Info.

Method Summary

Modifier and Type Method and Description
String activeVersion()

Get the activeVersion value.

String createdDateTime()

Get the createdDateTime value.

String culture()

Get the culture value.

String description()

Get the description value.

String domain()

Get the domain value.

Integer endpointHitsCount()

Get the endpointHitsCount value.

Object endpoints()

Get the endpoints value.

UUID id()

Get the id value.

String name()

Get the name value.

String usageScenario()

Get the usageScenario value.

Integer versionsCount()

Get the versionsCount value.

ApplicationInfoResponse withActiveVersion(String activeVersion)

Set the activeVersion value.

ApplicationInfoResponse withCreatedDateTime(String createdDateTime)

Set the createdDateTime value.

ApplicationInfoResponse withCulture(String culture)

Set the culture value.

ApplicationInfoResponse withDescription(String description)

Set the description value.

ApplicationInfoResponse withDomain(String domain)

Set the domain value.

ApplicationInfoResponse withEndpointHitsCount(Integer endpointHitsCount)

Set the endpointHitsCount value.

ApplicationInfoResponse withEndpoints(Object endpoints)

Set the endpoints value.

ApplicationInfoResponse withId(UUID id)

Set the id value.

ApplicationInfoResponse withName(String name)

Set the name value.

ApplicationInfoResponse withUsageScenario(String usageScenario)

Set the usageScenario value.

ApplicationInfoResponse withVersionsCount(Integer versionsCount)

Set the versionsCount value.

Method Details

activeVersion

public String activeVersion()

Get the activeVersion value.

Returns:

the activeVersion value

createdDateTime

public String createdDateTime()

Get the createdDateTime value.

Returns:

the createdDateTime value

culture

public String culture()

Get the culture value.

Returns:

the culture value

description

public String description()

Get the description value.

Returns:

the description value

domain

public String domain()

Get the domain value.

Returns:

the domain value

endpointHitsCount

public Integer endpointHitsCount()

Get the endpointHitsCount value.

Returns:

the endpointHitsCount value

endpoints

public Object endpoints()

Get the endpoints value.

Returns:

the endpoints value

id

public UUID id()

Get the id value.

Returns:

the id value

name

public String name()

Get the name value.

Returns:

the name value

usageScenario

public String usageScenario()

Get the usageScenario value.

Returns:

the usageScenario value

versionsCount

public Integer versionsCount()

Get the versionsCount value.

Returns:

the versionsCount value

withActiveVersion

public ApplicationInfoResponse withActiveVersion(String activeVersion)

Set the activeVersion value.

Parameters:

activeVersion - the activeVersion value to set

Returns:

the ApplicationInfoResponse object itself.

withCreatedDateTime

public ApplicationInfoResponse withCreatedDateTime(String createdDateTime)

Set the createdDateTime value.

Parameters:

createdDateTime - the createdDateTime value to set

Returns:

the ApplicationInfoResponse object itself.

withCulture

public ApplicationInfoResponse withCulture(String culture)

Set the culture value.

Parameters:

culture - the culture value to set

Returns:

the ApplicationInfoResponse object itself.

withDescription

public ApplicationInfoResponse withDescription(String description)

Set the description value.

Parameters:

description - the description value to set

Returns:

the ApplicationInfoResponse object itself.

withDomain

public ApplicationInfoResponse withDomain(String domain)

Set the domain value.

Parameters:

domain - the domain value to set

Returns:

the ApplicationInfoResponse object itself.

withEndpointHitsCount

public ApplicationInfoResponse withEndpointHitsCount(Integer endpointHitsCount)

Set the endpointHitsCount value.

Parameters:

endpointHitsCount - the endpointHitsCount value to set

Returns:

the ApplicationInfoResponse object itself.

withEndpoints

public ApplicationInfoResponse withEndpoints(Object endpoints)

Set the endpoints value.

Parameters:

endpoints - the endpoints value to set

Returns:

the ApplicationInfoResponse object itself.

withId

public ApplicationInfoResponse withId(UUID id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the ApplicationInfoResponse object itself.

withName

public ApplicationInfoResponse withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ApplicationInfoResponse object itself.

withUsageScenario

public ApplicationInfoResponse withUsageScenario(String usageScenario)

Set the usageScenario value.

Parameters:

usageScenario - the usageScenario value to set

Returns:

the ApplicationInfoResponse object itself.

withVersionsCount

public ApplicationInfoResponse withVersionsCount(Integer versionsCount)

Set the versionsCount value.

Parameters:

versionsCount - the versionsCount value to set

Returns:

the ApplicationInfoResponse object itself.

Applies to