Class EventTypeInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.eventgrid.fluent.models.EventTypeInner
-
public final class EventTypeInner extends com.azure.core.management.ProxyResourceEvent Type for a subject under a topic.
-
-
Constructor Summary
Constructors Constructor Description EventTypeInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Get the description property: Description of the event type.StringdisplayName()Get the displayName property: Display name of the event type.BooleanisInDefaultSet()Get the isInDefaultSet property: IsInDefaultSet flag of the event type.StringschemaUrl()Get the schemaUrl property: Url of the schema for this event type.voidvalidate()Validates the instance.EventTypeInnerwithDescription(String description)Set the description property: Description of the event type.EventTypeInnerwithDisplayName(String displayName)Set the displayName property: Display name of the event type.EventTypeInnerwithIsInDefaultSet(Boolean isInDefaultSet)Set the isInDefaultSet property: IsInDefaultSet flag of the event type.EventTypeInnerwithSchemaUrl(String schemaUrl)Set the schemaUrl property: Url of the schema for this event type.
-
-
-
Method Detail
-
displayName
public String displayName()
Get the displayName property: Display name of the event type.- Returns:
- the displayName value.
-
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.
-
description
public String description()
Get the description property: Description of the event type.- Returns:
- the description value.
-
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.
-
schemaUrl
public String schemaUrl()
Get the schemaUrl property: Url of the schema for this event type.- Returns:
- the schemaUrl value.
-
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.
-
isInDefaultSet
public Boolean isInDefaultSet()
Get the isInDefaultSet property: IsInDefaultSet flag of the event type.- Returns:
- the isInDefaultSet value.
-
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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-