Class PlayIntegrityPolicy
-
- All Implemented Interfaces:
@Serializable() public final class PlayIntegrityPolicy extends PredefinedPolicy
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
enabled
private final Boolean
enforced
private final String
googleProjectNumber
-
Constructor Summary
Constructors Constructor Description PlayIntegrityPolicy(Boolean enabled, Boolean enforced, String googleProjectNumber)
-
Method Summary
Modifier and Type Method Description final Boolean
getEnabled()
final Boolean
getEnforced()
final String
getGoogleProjectNumber()
String
toString()
String
toStringWithDefaultValues()
final static PlayIntegrityPolicy
createFromJsonString(String jsonString)
-
Methods inherited from class com.sap.cloud.mobile.foundation.settings.policies.PredefinedPolicy
getKeyPath
-
Methods inherited from class com.sap.cloud.mobile.foundation.settings.policies.AbstractSettingsEntity
toJsonString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
getEnforced
final Boolean getEnforced()
-
getGoogleProjectNumber
final String getGoogleProjectNumber()
-
toString
String toString()
-
toStringWithDefaultValues
String toStringWithDefaultValues()
-
createFromJsonString
final static PlayIntegrityPolicy createFromJsonString(String jsonString)
-
-
-
-