ApplicationSettingUpdateObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ApplicationSettingUpdateObject
- com.
public class ApplicationSettingUpdateObject
Object model for updating an application's settings.
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean |
isPublic()
Get the isPublic value. |
Application |
withIsPublic(boolean isPublic)
Set the isPublic value. |
Method Details
isPublic
public boolean isPublic()
Get the isPublic value.
Returns:
the isPublic value
withIsPublic
public ApplicationSettingUpdateObject withIsPublic(boolean isPublic)
Set the isPublic value.
Parameters:
isPublic
- the isPublic value to set
Returns:
the ApplicationSettingUpdateObject object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java