Class FeedbackDeleted
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.FeedbackDeleted
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class FeedbackDeleted
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The status and message of the deletion request.
-
Constructor Summary
Constructors Constructor Description FeedbackDeleted()
-
Method Summary
Modifier and Type Method Description String
getMessage()
Gets the message.Long
getStatus()
Gets the status.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
FeedbackDeleted
public FeedbackDeleted()
-
-
Method Details
-
getStatus
Gets the status.HTTP return code.
- Returns:
- the status
-
getMessage
Gets the message.Status message returned from the service.
- Returns:
- the message
-