ExtensionTopicInner Class

public final class ExtensionTopicInner
extends ProxyResource

Event grid Extension Topic. This is used for getting Event Grid related metrics for Azure resources.

Constructor Summary

Constructor Description
ExtensionTopicInner()

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: Description of the extension topic.

SystemData systemData()

Get the systemData property: The system metadata relating to the Extension Topic resource.

String systemTopic()

Get the systemTopic property: System topic resource id which is mapped to the source.

void validate()

Validates the instance.

ExtensionTopicInner withDescription(String description)

Set the description property: Description of the extension topic.

ExtensionTopicInner withSystemTopic(String systemTopic)

Set the systemTopic property: System topic resource id which is mapped to the source.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ExtensionTopicInner

public ExtensionTopicInner()

Method Details

description

public String description()

Get the description property: Description of the extension topic.

Returns:

the description value.

systemData

public SystemData systemData()

Get the systemData property: The system metadata relating to the Extension Topic resource.

Returns:

the systemData value.

systemTopic

public String systemTopic()

Get the systemTopic property: System topic resource id which is mapped to the source.

Returns:

the systemTopic value.

validate

public void validate()

Validates the instance.

withDescription

public ExtensionTopicInner withDescription(String description)

Set the description property: Description of the extension topic.

Parameters:

description - the description value to set.

Returns:

the ExtensionTopicInner object itself.

withSystemTopic

public ExtensionTopicInner withSystemTopic(String systemTopic)

Set the systemTopic property: System topic resource id which is mapped to the source.

Parameters:

systemTopic - the systemTopic value to set.

Returns:

the ExtensionTopicInner object itself.

Applies to

Azure SDK for Java

Latest