public class CreateGatewayServiceRequest extends Object
| Constructor and Description |
|---|
CreateGatewayServiceRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateGatewayServiceRequest |
addProtocolItem(String protocolItem) |
CreateGatewayServiceRequest |
authSpec(AuthSpecForCreateGatewayServiceInput authSpec) |
CreateGatewayServiceRequest |
comments(String comments) |
boolean |
equals(Object o) |
CreateGatewayServiceRequest |
gatewayId(String gatewayId) |
@Valid AuthSpecForCreateGatewayServiceInput |
getAuthSpec()
Get authSpec
|
String |
getComments()
Get comments
|
@NotNull String |
getGatewayId()
Get gatewayId
|
List<String> |
getProtocol()
Get protocol
|
@NotNull String |
getServiceName()
Get serviceName
|
int |
hashCode() |
CreateGatewayServiceRequest |
protocol(List<String> protocol) |
CreateGatewayServiceRequest |
serviceName(String serviceName) |
void |
setAuthSpec(AuthSpecForCreateGatewayServiceInput authSpec) |
void |
setComments(String comments) |
void |
setGatewayId(String gatewayId) |
void |
setProtocol(List<String> protocol) |
void |
setServiceName(String serviceName) |
String |
toString() |
public CreateGatewayServiceRequest authSpec(AuthSpecForCreateGatewayServiceInput authSpec)
@Valid public @Valid AuthSpecForCreateGatewayServiceInput getAuthSpec()
public void setAuthSpec(AuthSpecForCreateGatewayServiceInput authSpec)
public CreateGatewayServiceRequest comments(String comments)
public String getComments()
public void setComments(String comments)
public CreateGatewayServiceRequest gatewayId(String gatewayId)
@NotNull public @NotNull String getGatewayId()
public void setGatewayId(String gatewayId)
public CreateGatewayServiceRequest protocol(List<String> protocol)
public CreateGatewayServiceRequest addProtocolItem(String protocolItem)
public CreateGatewayServiceRequest serviceName(String serviceName)
@NotNull public @NotNull String getServiceName()
public void setServiceName(String serviceName)
Copyright © 2026. All rights reserved.