public class PushConfiguration extends Object
Constructor and Description |
---|
PushConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getMasterSecret() |
String |
getPushApplicationId() |
String |
getServerUrl() |
static PushConfiguration |
read(String location) |
void |
setMasterSecret(String masterSecret) |
void |
setPushApplicationId(String pushApplicationId) |
void |
setServerUrl(String serverUrl) |
public String getMasterSecret()
public void setMasterSecret(String masterSecret)
public String getPushApplicationId()
public void setPushApplicationId(String pushApplicationId)
public String getServerUrl()
public void setServerUrl(String serverUrl)
public static PushConfiguration read(String location) throws IOException
IOException
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.