Class CreateEventResponse
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.CreateEventResponse
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateEventResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An object defining the event being created.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CreateEventResponse.Type
The event type that was created. -
Constructor Summary
Constructors Constructor Description CreateEventResponse()
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
CreateEventResponse
public CreateEventResponse()
-
-
Method Details
-
getType
Gets the type.The event type that was created.
- Returns:
- the type
-
getData
Gets the data.Query event data object.
- Returns:
- the data
-