Package com.okta.sdk.resource.model
Class PolicyContextDevice
java.lang.Object
com.okta.sdk.resource.model.PolicyContextDevice
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class PolicyContextDevice
extends Object
implements Serializable
PolicyContextDevice
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIf the device is managedThe platform of the device, for example, IOS.If the device is registeredinthashCode()registered(Boolean registered) voidsetManaged(Boolean managed) voidsetPlatform(String platform) voidsetRegistered(Boolean registered) toString()
-
Field Details
-
JSON_PROPERTY_PLATFORM
- See Also:
-
JSON_PROPERTY_REGISTERED
- See Also:
-
JSON_PROPERTY_MANAGED
- See Also:
-
-
Constructor Details
-
PolicyContextDevice
public PolicyContextDevice()
-
-
Method Details
-
platform
-
getPlatform
The platform of the device, for example, IOS.- Returns:
- platform
-
setPlatform
-
registered
-
getRegistered
If the device is registered- Returns:
- registered
-
setRegistered
-
managed
-
getManaged
If the device is managed- Returns:
- managed
-
setManaged
-
equals
-
hashCode
public int hashCode() -
toString
-