FeatureInfoObject クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. FeatureInfoObject
- com.
public class FeatureInfoObject
基本クラスの Features 関連の応答オブジェクトは、継承元です。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Boolean |
enabledForAllModels()
enabledForAllModels 値を取得します。 |
Integer |
id()
id 値を取得します。 |
Boolean |
isActive()
isActive 値を取得します。 |
String |
name()
名前の値を取得します。 |
Feature |
withEnabledForAllModels(Boolean enabledForAllModels)
enabledForAllModels 値を設定します。 |
Feature |
withId(Integer id)
id 値を設定します。 |
Feature |
withIsActive(Boolean isActive)
isActive 値を設定します。 |
Feature |
withName(String name)
名前の値を設定します。 |
メソッドの詳細
enabledForAllModels
public Boolean enabledForAllModels()
enabledForAllModels 値を取得します。
Returns:
id
public Integer id()
id 値を取得します。
Returns:
isActive
public Boolean isActive()
isActive 値を取得します。
Returns:
name
public String name()
名前の値を取得します。
Returns:
withEnabledForAllModels
public FeatureInfoObject withEnabledForAllModels(Boolean enabledForAllModels)
enabledForAllModels 値を設定します。
Parameters:
Returns:
withId
public FeatureInfoObject withId(Integer id)
id 値を設定します。
Parameters:
Returns:
withIsActive
public FeatureInfoObject withIsActive(Boolean isActive)
isActive 値を設定します。
Parameters:
Returns:
withName
public FeatureInfoObject withName(String name)
名前の値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java