ApplicationPublishObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ApplicationPublishObject
- com.
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. |
Application |
withIsStaging(Boolean isStaging)
Set the isStaging value. |
Application |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java