com.cumulocity.sdk.client
Class PlatformParameters
java.lang.Object
com.cumulocity.sdk.client.PlatformParameters
- Direct Known Subclasses:
- PlatformImpl
public class PlatformParameters
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PAGE_SIZE
public static final int DEFAULT_PAGE_SIZE
- See Also:
- Constant Field Values
PlatformParameters
public PlatformParameters()
PlatformParameters
public PlatformParameters(String host,
String tenantId,
String user,
String password,
String applicationKey)
PlatformParameters
public PlatformParameters(String host,
String tenantId,
String user,
String password,
String applicationKey,
int pageSize)
getPageSize
public int getPageSize()
getHost
public String getHost()
setHost
public void setHost(String host)
getTenantId
public String getTenantId()
setTenantId
public void setTenantId(String tenantId)
getUser
public String getUser()
setUser
public void setUser(String user)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getProxyHost
public String getProxyHost()
setProxyHost
public void setProxyHost(String proxyHost)
getProxyPort
public int getProxyPort()
setProxyPort
public void setProxyPort(int proxyPort)
getProxyUserId
public String getProxyUserId()
setProxyUserId
public void setProxyUserId(String proxyUserId)
getProxyPassword
public String getProxyPassword()
setProxyPassword
public void setProxyPassword(String proxyPassword)
getApplicationKey
public String getApplicationKey()
setApplicationKey
public void setApplicationKey(String applicationKey)
setRequireResponseBody
public void setRequireResponseBody(boolean requireResponseBody)
requireResponseBody
public boolean requireResponseBody()
Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.