Class GatewayDelete
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.GatewayDelete
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GatewayDelete
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Gatway deletion confirmation.
-
Constructor Summary
Constructors Constructor Description GatewayDelete()
-
Method Summary
Modifier and Type Method Description String
getGatewayId()
Gets the gatewayId.String
getStatus()
Gets the status.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
GatewayDelete
public GatewayDelete()
-
-
Method Details
-
getGatewayId
Gets the gatewayId.The gateway ID of the deleted gateway.
- Returns:
- the gatewayId
-
getStatus
Gets the status.The status of the request.
- Returns:
- the status
-