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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for Java