Class PlayIntegrityPolicy
-
- All Implemented Interfaces:
@Serializable() public final class PlayIntegrityPolicy extends PredefinedPolicy
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanenabledprivate final Booleanenforcedprivate final StringgoogleProjectNumber
-
Constructor Summary
Constructors Constructor Description PlayIntegrityPolicy(Boolean enabled, Boolean enforced, String googleProjectNumber)
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()final BooleangetEnforced()final StringgetGoogleProjectNumber()StringtoString()StringtoStringWithDefaultValues()final static PlayIntegrityPolicycreateFromJsonString(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)
-
-
-
-