Class Payload
- java.lang.Object
-
- com.redhat.cloud.notifications.ingress.Payload
-
@Generated("jsonschema2pojo") public class Payload extends Object
Event payloadYour application payload. All the data required by the app to compose the various messages (Email, webhook, etc) after transformation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPayload.PayloadBuilderstatic classPayload.PayloadBuilderBase<T extends Payload>
-
Constructor Summary
Constructors Constructor Description Payload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Map<String,Object>getAdditionalProperties()inthashCode()voidsetAdditionalProperty(String name, Object value)StringtoString()
-