Class DeleteGatewayOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.DeleteGatewayOptions
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteGatewayOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The deleteGateway options.
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteGatewayOptions.BuilderBuilder. - 
Method Summary
Modifier and Type Method Description StringenvironmentId()Gets the environmentId.StringgatewayId()Gets the gatewayId.DeleteGatewayOptions.BuildernewBuilder()New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
newBuilder
New builder.- Returns:
 - a DeleteGatewayOptions builder
 
 - 
environmentId
Gets the environmentId.The ID of the environment.
- Returns:
 - the environmentId
 
 - 
gatewayId
Gets the gatewayId.The requested gateway ID.
- Returns:
 - the gatewayId
 
 
 -