ApplicationInfoResponse Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ApplicationInfoResponse
- com.
public class ApplicationInfoResponse
Response containing the Application Info.
Method Summary
Method Details
activeVersion
public String activeVersion()
Get the activeVersion value.
Returns:
createdDateTime
public String createdDateTime()
Get the createdDateTime value.
Returns:
culture
public String culture()
Get the culture value.
Returns:
description
public String description()
Get the description value.
Returns:
domain
public String domain()
Get the domain value.
Returns:
endpointHitsCount
public Integer endpointHitsCount()
Get the endpointHitsCount value.
Returns:
endpoints
public Object endpoints()
Get the endpoints value.
Returns:
id
public UUID id()
Get the id value.
Returns:
name
public String name()
Get the name value.
Returns:
usageScenario
public String usageScenario()
Get the usageScenario value.
Returns:
versionsCount
public Integer versionsCount()
Get the versionsCount value.
Returns:
withActiveVersion
public ApplicationInfoResponse withActiveVersion(String activeVersion)
Set the activeVersion value.
Parameters:
Returns:
withCreatedDateTime
public ApplicationInfoResponse withCreatedDateTime(String createdDateTime)
Set the createdDateTime value.
Parameters:
Returns:
withCulture
public ApplicationInfoResponse withCulture(String culture)
Set the culture value.
Parameters:
Returns:
withDescription
public ApplicationInfoResponse withDescription(String description)
Set the description value.
Parameters:
Returns:
withDomain
public ApplicationInfoResponse withDomain(String domain)
Set the domain value.
Parameters:
Returns:
withEndpointHitsCount
public ApplicationInfoResponse withEndpointHitsCount(Integer endpointHitsCount)
Set the endpointHitsCount value.
Parameters:
Returns:
withEndpoints
public ApplicationInfoResponse withEndpoints(Object endpoints)
Set the endpoints value.
Parameters:
Returns:
withId
public ApplicationInfoResponse withId(UUID id)
Set the id value.
Parameters:
Returns:
withName
public ApplicationInfoResponse withName(String name)
Set the name value.
Parameters:
Returns:
withUsageScenario
public ApplicationInfoResponse withUsageScenario(String usageScenario)
Set the usageScenario value.
Parameters:
Returns:
withVersionsCount
public ApplicationInfoResponse withVersionsCount(Integer versionsCount)
Set the versionsCount value.
Parameters:
Returns:
Applies to
Azure SDK for Java