@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class FCMConfiguration extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_FILE_NAME  | 
static String | 
JSON_PROPERTY_PROJECT_ID  | 
static String | 
JSON_PROPERTY_SERVICE_ACCOUNT_JSON  | 
| Constructor and Description | 
|---|
FCMConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
FCMConfiguration | 
fileName(String fileName)  | 
String | 
getFileName()
(Optional) File name for Admin Console display 
 | 
String | 
getProjectId()
Project ID of FCM configuration 
 | 
Object | 
getServiceAccountJson()
JSON containing the private service account key and service account details. 
 | 
int | 
hashCode()  | 
FCMConfiguration | 
serviceAccountJson(Object serviceAccountJson)  | 
void | 
setFileName(String fileName)  | 
void | 
setServiceAccountJson(Object serviceAccountJson)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_FILE_NAME
public static final String JSON_PROPERTY_PROJECT_ID
public static final String JSON_PROPERTY_SERVICE_ACCOUNT_JSON
public FCMConfiguration fileName(String fileName)
@Nullable public String getFileName()
public void setFileName(String fileName)
@Nullable public String getProjectId()
public FCMConfiguration serviceAccountJson(Object serviceAccountJson)
@Nullable public Object getServiceAccountJson()
public void setServiceAccountJson(Object serviceAccountJson)
Copyright © 2017–2023 Okta. All rights reserved.