FeatureInfoObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. FeatureInfoObject
- com.
public class FeatureInfoObject
The base class Features-related response objects inherit from.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
enabledForAllModels()
Get the enabledForAllModels value. |
Integer |
id()
Get the id value. |
Boolean |
isActive()
Get the isActive value. |
String |
name()
Get the name value. |
Feature |
withEnabledForAllModels(Boolean enabledForAllModels)
Set the enabledForAllModels value. |
Feature |
withId(Integer id)
Set the id value. |
Feature |
withIsActive(Boolean isActive)
Set the isActive value. |
Feature |
withName(String name)
Set the name value. |
Method Details
enabledForAllModels
public Boolean enabledForAllModels()
Get the enabledForAllModels value.
Returns:
id
public Integer id()
Get the id value.
Returns:
isActive
public Boolean isActive()
Get the isActive value.
Returns:
name
public String name()
Get the name value.
Returns:
withEnabledForAllModels
public FeatureInfoObject withEnabledForAllModels(Boolean enabledForAllModels)
Set the enabledForAllModels value.
Parameters:
Returns:
withId
public FeatureInfoObject withId(Integer id)
Set the id value.
Parameters:
Returns:
withIsActive
public FeatureInfoObject withIsActive(Boolean isActive)
Set the isActive value.
Parameters:
Returns:
withName
public FeatureInfoObject withName(String name)
Set the name value.
Parameters:
Returns:
Applies to
Azure SDK for Java