Class EventType
java.lang.Object
com.redhat.cloud.notifications.ingress.EventType
Event Type
Represents the extra information for the event type object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classEventType.EventTypeBuilderBase<T extends EventType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEvent type's display nameinthashCode()voidsetDisplayName(String displayName) Event type's display nametoString()
-
Constructor Details
-
EventType
public EventType()
-
-
Method Details
-
getDisplayName
Event type's display nameA user friendly version of the event type's name (Required) (Required)
-
setDisplayName
Event type's display nameA user friendly version of the event type's name (Required) (Required)
-
toString
-
hashCode
public int hashCode() -
equals
-