Class APIURLsDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.APIURLsDTO
-
public class APIURLsDTO extends Object
APIURLsDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HTTPstatic StringSERIALIZED_NAME_HTTPSstatic StringSERIALIZED_NAME_WSstatic StringSERIALIZED_NAME_WSS
-
Constructor Summary
Constructors Constructor Description APIURLsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetHttp()HTTP environment URLStringgetHttps()HTTPS environment URLStringgetWs()WS environment URLStringgetWss()WSS environment URLinthashCode()APIURLsDTOhttp(String http)APIURLsDTOhttps(String https)voidsetHttp(String http)voidsetHttps(String https)voidsetWs(String ws)voidsetWss(String wss)StringtoString()APIURLsDTOws(String ws)APIURLsDTOwss(String wss)
-
-
-
Field Detail
-
SERIALIZED_NAME_HTTP
public static final String SERIALIZED_NAME_HTTP
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HTTPS
public static final String SERIALIZED_NAME_HTTPS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WS
public static final String SERIALIZED_NAME_WS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WSS
public static final String SERIALIZED_NAME_WSS
- See Also:
- Constant Field Values
-
-
Method Detail
-
http
public APIURLsDTO http(String http)
-
setHttp
public void setHttp(String http)
-
https
public APIURLsDTO https(String https)
-
setHttps
public void setHttps(String https)
-
ws
public APIURLsDTO ws(String ws)
-
setWs
public void setWs(String ws)
-
wss
public APIURLsDTO wss(String wss)
-
setWss
public void setWss(String wss)
-
-