public class ArtemisConfig extends Object
String
appKey
appSecret
host
ArtemisConfig()
ArtemisConfig(String host, String appKey, String appSecret)
getAppKey()
getAppSecret()
getHost()
void
setAppKey(String appKey)
setAppSecret(String appSecret)
setHost(String host)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public String host
public String appKey
public String appSecret
public ArtemisConfig()
public ArtemisConfig(String host, String appKey, String appSecret)
public String getHost()
public void setHost(String host)
public String getAppKey()
public void setAppKey(String appKey)
public String getAppSecret()
public void setAppSecret(String appSecret)
Copyright © 2023. All rights reserved.