public class GoodDataEndpoint extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HOSTNAME |
static int |
PORT |
static String |
PROTOCOL |
| Constructor and Description |
|---|
GoodDataEndpoint()
Create GoodData endpoint for given hostname using 443 port and HTTPS protocol and secure.gooddata.com hostname
|
GoodDataEndpoint(String hostname)
Create GoodData endpoint for given hostname using 443 port and HTTPS protocol
|
GoodDataEndpoint(String hostname,
int port)
Create GoodData endpoint for given hostname, port using HTTPS protocol
|
GoodDataEndpoint(String hostname,
int port,
String protocol)
Create GoodData endpoint for given hostname, port and protocol
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname() |
int |
getPort() |
String |
getProtocol() |
String |
toUri() |
public static final String PROTOCOL
public static final int PORT
public static final String HOSTNAME
public GoodDataEndpoint(String hostname, int port, String protocol)
hostname - GoodData Platform's host name (e.g. secure.gooddata.com)port - GoodData Platform's API port (e.g. 443)protocol - GoodData Platform's API protocol (e.g. https)public GoodDataEndpoint(String hostname, int port)
hostname - GoodData Platform's host name (e.g. secure.gooddata.com)port - GoodData Platform's API port (e.g. 443)public GoodDataEndpoint(String hostname)
hostname - GoodData Platform's host name (e.g. secure.gooddata.com)public GoodDataEndpoint()
public String toUri()
public String getHostname()
public int getPort()
public String getProtocol()
Copyright © 2017. All rights reserved.