SystemTopicUpdateParameters Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. SystemTopicUpdateParameters
- com.
Implements
public final class SystemTopicUpdateParameters
implements JsonSerializable<SystemTopicUpdateParameters>
Properties of the System Topic update.
Constructor Summary
| Constructor | Description |
|---|---|
| SystemTopicUpdateParameters() |
Creates an instance of System |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
System |
fromJson(JsonReader jsonReader)
Reads an instance of System |
|
Identity |
identity()
Get the identity property: Resource identity information. |
| Map<String,String> |
tags()
Get the tags property: Tags of the system topic. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
System |
withIdentity(IdentityInfo identity)
Set the identity property: Resource identity information. |
|
System |
withTags(Map<String,String> tags)
Set the tags property: Tags of the system topic. |
Methods inherited from java.lang.Object
Constructor Details
SystemTopicUpdateParameters
public SystemTopicUpdateParameters()
Creates an instance of SystemTopicUpdateParameters class.
Method Details
fromJson
public static SystemTopicUpdateParameters fromJson(JsonReader jsonReader)
Reads an instance of SystemTopicUpdateParameters from the JsonReader.
Parameters:
Returns:
Throws:
identity
public IdentityInfo identity()
Get the identity property: Resource identity information.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Tags of the system topic.
Returns:
toJson
validate
public void validate()
Validates the instance.
withIdentity
public SystemTopicUpdateParameters withIdentity(IdentityInfo identity)
Set the identity property: Resource identity information.
Parameters:
Returns:
withTags
public SystemTopicUpdateParameters withTags(Map<String,String> tags)
Set the tags property: Tags of the system topic.
Parameters:
Returns: