Class AdditionalSubscriptionInfoSolaceURLsDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.AdditionalSubscriptionInfoSolaceURLsDTO
-
public class AdditionalSubscriptionInfoSolaceURLsDTO extends Object
AdditionalSubscriptionInfoSolaceURLsDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ENDPOINT_U_R_Lstatic StringSERIALIZED_NAME_PROTOCOL
-
Constructor Summary
Constructors Constructor Description AdditionalSubscriptionInfoSolaceURLsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdditionalSubscriptionInfoSolaceURLsDTOendpointURL(String endpointURL)booleanequals(Object o)StringgetEndpointURL()Get endpointURLStringgetProtocol()Get protocolinthashCode()AdditionalSubscriptionInfoSolaceURLsDTOprotocol(String protocol)voidsetEndpointURL(String endpointURL)voidsetProtocol(String protocol)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PROTOCOL
public static final String SERIALIZED_NAME_PROTOCOL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENDPOINT_U_R_L
public static final String SERIALIZED_NAME_ENDPOINT_U_R_L
- See Also:
- Constant Field Values
-
-
Method Detail
-
protocol
public AdditionalSubscriptionInfoSolaceURLsDTO protocol(String protocol)
-
setProtocol
public void setProtocol(String protocol)
-
endpointURL
public AdditionalSubscriptionInfoSolaceURLsDTO endpointURL(String endpointURL)
-
setEndpointURL
public void setEndpointURL(String endpointURL)
-
-