Class Application
java.lang.Object
com.redhat.cloud.notifications.ingress.Application
Application
Represents the extra information for the application object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe application's display nameinthashCode()voidsetDisplayName(String displayName) The application's display nametoString()
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
getDisplayName
The application's display nameA user friendly version of the application's name (Required) (Required)
-
setDisplayName
The application's display nameA user friendly version of the application's name (Required) (Required)
-
toString
-
hashCode
public int hashCode() -
equals
-