ApplicationPublishObject Class

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

public class ApplicationPublishObject

Object model for publishing a specific application version.

Method Summary

Modifier and Type Method and Description
Boolean isStaging()

Get the isStaging value.

String versionId()

Get the versionId value.

ApplicationPublishObject withIsStaging(Boolean isStaging)

Set the isStaging value.

ApplicationPublishObject withVersionId(String versionId)

Set the versionId value.

Method Details

isStaging

public Boolean isStaging()

Get the isStaging value.

Returns:

the isStaging value

versionId

public String versionId()

Get the versionId value.

Returns:

the versionId value

withIsStaging

public ApplicationPublishObject withIsStaging(Boolean isStaging)

Set the isStaging value.

Parameters:

isStaging - the isStaging value to set

Returns:

the ApplicationPublishObject object itself.

withVersionId

public ApplicationPublishObject withVersionId(String versionId)

Set the versionId value.

Parameters:

versionId - the versionId value to set

Returns:

the ApplicationPublishObject object itself.

Applies to