@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class PolicyContextDevice extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_MANAGED |
static String |
JSON_PROPERTY_PLATFORM |
static String |
JSON_PROPERTY_REGISTERED |
Constructor and Description |
---|
PolicyContextDevice() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getManaged()
If the device is managed
|
String |
getPlatform()
The platform of the device, for example, IOS.
|
Boolean |
getRegistered()
If the device is registered
|
int |
hashCode() |
PolicyContextDevice |
managed(Boolean managed) |
PolicyContextDevice |
platform(String platform) |
PolicyContextDevice |
registered(Boolean registered) |
void |
setManaged(Boolean managed) |
void |
setPlatform(String platform) |
void |
setRegistered(Boolean registered) |
String |
toString() |
public static final String JSON_PROPERTY_PLATFORM
public static final String JSON_PROPERTY_REGISTERED
public static final String JSON_PROPERTY_MANAGED
public PolicyContextDevice platform(String platform)
@Nullable public String getPlatform()
public void setPlatform(String platform)
public PolicyContextDevice registered(Boolean registered)
@Nullable public Boolean getRegistered()
public void setRegistered(Boolean registered)
public PolicyContextDevice managed(Boolean managed)
public void setManaged(Boolean managed)
Copyright © 2017–2023 Okta. All rights reserved.