RemoveFromAppOptionalParameter クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. RemoveFromAppOptionalParameter
- com.
public class RemoveFromAppOptionalParameter
RemoveFromAppOptionalParameter モデル。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
String |
armToken()
armToken 値を取得します。 |
Azure |
azureAccountInfoObject()
azureAccountInfoObject 値を取得します。 |
String |
thisclientacceptLanguage()
thisclientacceptLanguage 値を取得します。 |
Remove |
withArmToken(String armToken)
armToken 値を設定します。 |
Remove |
withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)
azureAccountInfoObject 値を設定します。 |
Remove |
withThisclientacceptLanguage(String thisclientacceptLanguage)
thisclientacceptLanguage 値を設定します。 |
メソッドの詳細
armToken
public String armToken()
armToken 値を取得します。
Returns:
azureAccountInfoObject
public AzureAccountInfoObject azureAccountInfoObject()
azureAccountInfoObject 値を取得します。
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
thisclientacceptLanguage 値を取得します。
Returns:
withArmToken
public RemoveFromAppOptionalParameter withArmToken(String armToken)
armToken 値を設定します。
Parameters:
Returns:
withAzureAccountInfoObject
public RemoveFromAppOptionalParameter withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)
azureAccountInfoObject 値を設定します。
Parameters:
Returns:
withThisclientacceptLanguage
public RemoveFromAppOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
thisclientacceptLanguage 値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java