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