@Portable public class UpdateServiceVersionBean extends Object implements Serializable
| Constructor and Description |
|---|
UpdateServiceVersionBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint() |
EndpointType |
getEndpointType() |
Set<ServiceGatewayBean> |
getGateways() |
Set<ServicePlanBean> |
getPlans() |
boolean |
isPublicService() |
void |
setEndpoint(String endpoint) |
void |
setEndpointType(EndpointType endpointType) |
void |
setGateways(Set<ServiceGatewayBean> gateways) |
void |
setPlans(Set<ServicePlanBean> plans) |
void |
setPublicService(boolean publicService) |
public String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - the endpoint to setpublic EndpointType getEndpointType()
public void setEndpointType(EndpointType endpointType)
endpointType - the endpointType to setpublic Set<ServiceGatewayBean> getGateways()
public void setGateways(Set<ServiceGatewayBean> gateways)
gateways - the gateways to setpublic boolean isPublicService()
public void setPublicService(boolean publicService)
publicService - the publicService to setpublic Set<ServicePlanBean> getPlans()
public void setPlans(Set<ServicePlanBean> plans)
plans - the plans to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.