Package org.exoplatform.push.service.fcm
Class FCMServiceAccountConfiguration
- java.lang.Object
-
- org.exoplatform.push.service.fcm.FCMServiceAccountConfiguration
-
public class FCMServiceAccountConfiguration extends Object
Configuration object for Firebase Cloud Messaging Service Account
-
-
Constructor Summary
Constructors Constructor Description FCMServiceAccountConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetServiceAccountClientId()StringgetServiceAccountId()StringgetServiceAccountPrivateKeyId()StringgetServiceAccountPrivateKeyPem()StringgetServiceAccountProjectId()StringgetServiceAccountUser()StringgetTokenServerEncodedUrl()voidsetServiceAccountClientId(String serviceAccountClientId)voidsetServiceAccountId(String serviceAccountId)voidsetServiceAccountPrivateKeyId(String serviceAccountPrivateKeyId)voidsetServiceAccountPrivateKeyPem(String serviceAccountPrivateKeyPem)voidsetServiceAccountProjectId(String serviceAccountProjectId)voidsetServiceAccountUser(String serviceAccountUser)voidsetTokenServerEncodedUrl(String tokenServerEncodedUrl)
-
-
-
Method Detail
-
getServiceAccountId
public String getServiceAccountId()
-
setServiceAccountId
public void setServiceAccountId(String serviceAccountId)
-
getServiceAccountClientId
public String getServiceAccountClientId()
-
setServiceAccountClientId
public void setServiceAccountClientId(String serviceAccountClientId)
-
getServiceAccountPrivateKeyPem
public String getServiceAccountPrivateKeyPem()
-
setServiceAccountPrivateKeyPem
public void setServiceAccountPrivateKeyPem(String serviceAccountPrivateKeyPem)
-
getServiceAccountUser
public String getServiceAccountUser()
-
setServiceAccountUser
public void setServiceAccountUser(String serviceAccountUser)
-
getServiceAccountProjectId
public String getServiceAccountProjectId()
-
setServiceAccountProjectId
public void setServiceAccountProjectId(String serviceAccountProjectId)
-
getServiceAccountPrivateKeyId
public String getServiceAccountPrivateKeyId()
-
setServiceAccountPrivateKeyId
public void setServiceAccountPrivateKeyId(String serviceAccountPrivateKeyId)
-
getTokenServerEncodedUrl
public String getTokenServerEncodedUrl()
-
setTokenServerEncodedUrl
public void setTokenServerEncodedUrl(String tokenServerEncodedUrl)
-
-