Freigeben über


ApplicationUpdateObject Class

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

public class ApplicationUpdateObject

Object model for updating the name or description of an application.

Method Summary

Modifier and Type Method and Description
String description()

Get the description value.

String name()

Get the name value.

ApplicationUpdateObject withDescription(String description)

Set the description value.

ApplicationUpdateObject withName(String name)

Set the name value.

Method Details

description

public String description()

Get the description value.

Returns:

the description value

name

public String name()

Get the name value.

Returns:

the name value

withDescription

public ApplicationUpdateObject withDescription(String description)

Set the description value.

Parameters:

description - the description value to set

Returns:

the ApplicationUpdateObject object itself.

withName

public ApplicationUpdateObject withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ApplicationUpdateObject object itself.

Applies to