SystemTopicProperties Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. fluent. models. SystemTopicProperties
- com.
Implements
public final class SystemTopicProperties
implements JsonSerializable<SystemTopicProperties>
Properties of the System Topic.
Constructor Summary
| Constructor | Description |
|---|---|
| SystemTopicProperties() |
Creates an instance of System |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
System |
fromJson(JsonReader jsonReader)
Reads an instance of System |
| String |
metricResourceId()
Get the metric |
|
Resource |
provisioningState()
Get the provisioning |
| String |
source()
Get the source property: Source for the system topic. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
topicType()
Get the topic |
| void |
validate()
Validates the instance. |
|
System |
withSource(String source)
Set the source property: Source for the system topic. |
|
System |
withTopicType(String topicType)
Set the topic |
Methods inherited from java.lang.Object
Constructor Details
SystemTopicProperties
public SystemTopicProperties()
Creates an instance of SystemTopicProperties class.
Method Details
fromJson
public static SystemTopicProperties fromJson(JsonReader jsonReader)
Reads an instance of SystemTopicProperties from the JsonReader.
Parameters:
Returns:
Throws:
metricResourceId
public String metricResourceId()
Get the metricResourceId property: Metric resource id for the system topic.
Returns:
provisioningState
public ResourceProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the system topic.
Returns:
source
public String source()
Get the source property: Source for the system topic.
Returns:
toJson
topicType
public String topicType()
Get the topicType property: TopicType for the system topic.
Returns:
validate
public void validate()
Validates the instance.
withSource
public SystemTopicProperties withSource(String source)
Set the source property: Source for the system topic.
Parameters:
Returns:
withTopicType
public SystemTopicProperties withTopicType(String topicType)
Set the topicType property: TopicType for the system topic.
Parameters:
Returns: