CreateTagOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. CreateTagOptionalParameter
- com.
public class CreateTagOptionalParameter
The CreateTagOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
String |
type()
Get the type value. |
Create |
withDescription(String description)
Set the description value. |
Create |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Create |
withType(String type)
Set the type value. |
Method Details
description
public String description()
Get the description value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
type
public String type()
Get the type value.
Returns:
withDescription
public CreateTagOptionalParameter withDescription(String description)
Set the description value.
Parameters:
Returns:
withThisclientacceptLanguage
public CreateTagOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
withType
public CreateTagOptionalParameter withType(String type)
Set the type value.
Parameters:
Returns:
Applies to
Azure SDK for Java