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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java