EventTypeInner Class

public final class EventTypeInner
extends ProxyResource

Event Type for a subject under a topic.

Constructor Summary

Constructor Description
EventTypeInner()

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: Description of the event type.

String displayName()

Get the displayName property: Display name of the event type.

Boolean isInDefaultSet()

Get the isInDefaultSet property: IsInDefaultSet flag of the event type.

String schemaUrl()

Get the schemaUrl property: Url of the schema for this event type.

void validate()

Validates the instance.

EventTypeInner withDescription(String description)

Set the description property: Description of the event type.

EventTypeInner withDisplayName(String displayName)

Set the displayName property: Display name of the event type.

EventTypeInner withIsInDefaultSet(Boolean isInDefaultSet)

Set the isInDefaultSet property: IsInDefaultSet flag of the event type.

EventTypeInner withSchemaUrl(String schemaUrl)

Set the schemaUrl property: Url of the schema for this event type.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

EventTypeInner

public EventTypeInner()

Method Details

description

public String description()

Get the description property: Description of the event type.

Returns:

the description value.

displayName

public String displayName()

Get the displayName property: Display name of the event type.

Returns:

the displayName value.

isInDefaultSet

public Boolean isInDefaultSet()

Get the isInDefaultSet property: IsInDefaultSet flag of the event type.

Returns:

the isInDefaultSet value.

schemaUrl

public String schemaUrl()

Get the schemaUrl property: Url of the schema for this event type.

Returns:

the schemaUrl value.

validate

public void validate()

Validates the instance.

withDescription

public EventTypeInner withDescription(String description)

Set the description property: Description of the event type.

Parameters:

description - the description value to set.

Returns:

the EventTypeInner object itself.

withDisplayName

public EventTypeInner withDisplayName(String displayName)

Set the displayName property: Display name of the event type.

Parameters:

displayName - the displayName value to set.

Returns:

the EventTypeInner object itself.

withIsInDefaultSet

public EventTypeInner withIsInDefaultSet(Boolean isInDefaultSet)

Set the isInDefaultSet property: IsInDefaultSet flag of the event type.

Parameters:

isInDefaultSet - the isInDefaultSet value to set.

Returns:

the EventTypeInner object itself.

withSchemaUrl

public EventTypeInner withSchemaUrl(String schemaUrl)

Set the schemaUrl property: Url of the schema for this event type.

Parameters:

schemaUrl - the schemaUrl value to set.

Returns:

the EventTypeInner object itself.

Applies to

Azure SDK for Java

Latest