Package com.okta.sdk.resource.model
Class FCMConfiguration
java.lang.Object
com.okta.sdk.resource.model.FCMConfiguration
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class FCMConfiguration
extends Object
implements Serializable
FCMConfiguration
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
(Optional) File name for Admin Console displayProject ID of FCM configurationJSON containing the private service account key and service account details.int
hashCode()
serviceAccountJson
(Object serviceAccountJson) void
setFileName
(String fileName) void
setServiceAccountJson
(Object serviceAccountJson) toString()
-
Field Details
-
JSON_PROPERTY_FILE_NAME
- See Also:
-
JSON_PROPERTY_PROJECT_ID
- See Also:
-
JSON_PROPERTY_SERVICE_ACCOUNT_JSON
- See Also:
-
-
Constructor Details
-
FCMConfiguration
public FCMConfiguration()
-
-
Method Details
-
fileName
-
getFileName
(Optional) File name for Admin Console display- Returns:
- fileName
-
setFileName
-
getProjectId
Project ID of FCM configuration- Returns:
- projectId
-
serviceAccountJson
-
getServiceAccountJson
JSON containing the private service account key and service account details. See [Creating and managing service account keys](https://cloud.google.com/iam/docs/creating-managing-service-account-keys) for more information on creating service account keys in JSON.- Returns:
- serviceAccountJson
-
setServiceAccountJson
-
equals
-
hashCode
public int hashCode() -
toString
-