public class APIURLsDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_HTTP |
static String |
SERIALIZED_NAME_HTTPS |
static String |
SERIALIZED_NAME_WS |
static String |
SERIALIZED_NAME_WSS |
| Constructor and Description |
|---|
APIURLsDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHttp()
HTTP environment URL
|
String |
getHttps()
HTTPS environment URL
|
String |
getWs()
WS environment URL
|
String |
getWss()
WSS environment URL
|
int |
hashCode() |
APIURLsDTO |
http(String http) |
APIURLsDTO |
https(String https) |
void |
setHttp(String http) |
void |
setHttps(String https) |
void |
setWs(String ws) |
void |
setWss(String wss) |
String |
toString() |
APIURLsDTO |
ws(String ws) |
APIURLsDTO |
wss(String wss) |
public static final String SERIALIZED_NAME_HTTP
public static final String SERIALIZED_NAME_HTTPS
public static final String SERIALIZED_NAME_WS
public static final String SERIALIZED_NAME_WSS
public APIURLsDTO http(String http)
public void setHttp(String http)
public APIURLsDTO https(String https)
public void setHttps(String https)
public APIURLsDTO ws(String ws)
public void setWs(String ws)
public APIURLsDTO wss(String wss)
public void setWss(String wss)
Copyright © 2021 WSO2 Inc. All rights reserved.