RaiTopicInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. cognitiveservices. fluent. models. RaiTopicInner
- com.
- com.
public final class RaiTopicInner
extends ProxyResource
Cognitive Services Rai Topic.
Constructor Summary
| Constructor | Description |
|---|---|
| RaiTopicInner() |
Creates an instance of Rai |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
etag()
Get the etag property: Resource Etag. |
|
static
Rai |
fromJson(JsonReader jsonReader)
Reads an instance of Rai |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Rai |
properties()
Get the properties property: Properties of Cognitive Services Rai Topic. |
|
System |
systemData()
Get the system |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Rai |
withProperties(RaiTopicProperties properties)
Set the properties property: Properties of Cognitive Services Rai Topic. |
|
Rai |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
RaiTopicInner
public RaiTopicInner()
Creates an instance of RaiTopicInner class.
Method Details
etag
public String etag()
Get the etag property: Resource Etag.
Returns:
fromJson
public static RaiTopicInner fromJson(JsonReader jsonReader)
Reads an instance of RaiTopicInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
RaiTopicInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
RaiTopicInner.name()Returns:
properties
public RaiTopicProperties properties()
Get the properties property: Properties of Cognitive Services Rai Topic.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RaiTopicInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
RaiTopicInner.type()Returns:
validate
public void validate()
Validates the instance.
withProperties
public RaiTopicInner withProperties(RaiTopicProperties properties)
Set the properties property: Properties of Cognitive Services Rai Topic.
Parameters:
Returns:
withTags
public RaiTopicInner withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: