@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class DeviceAssurance extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_CREATED_DATE |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_LAST_UPDATED_BY |
static String |
JSON_PROPERTY_LAST_UPDATED_DATE |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PLATFORM |
protected Platform |
platform |
Constructor and Description |
---|
DeviceAssurance() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCreatedBy()
Get createdBy
|
String |
getCreatedDate()
Get createdDate
|
String |
getId()
Get id
|
String |
getLastUpdatedBy()
Get lastUpdatedBy
|
String |
getLastUpdatedDate()
Get lastUpdatedDate
|
LinksSelf |
getLinks()
Get links
|
String |
getName()
Display name of the Device Assurance Policy
|
Platform |
getPlatform()
Get platform
|
int |
hashCode() |
DeviceAssurance |
links(LinksSelf links) |
DeviceAssurance |
name(String name) |
DeviceAssurance |
platform(Platform platform) |
void |
setLinks(LinksSelf links) |
void |
setName(String name) |
void |
setPlatform(Platform platform) |
String |
toString() |
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_CREATED_DATE
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_LAST_UPDATED_BY
public static final String JSON_PROPERTY_LAST_UPDATED_DATE
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PLATFORM
protected Platform platform
public static final String JSON_PROPERTY_LINKS
@Nullable public String getLastUpdatedBy()
@Nullable public String getLastUpdatedDate()
public DeviceAssurance name(String name)
public void setName(String name)
public DeviceAssurance platform(Platform platform)
public void setPlatform(Platform platform)
public DeviceAssurance links(LinksSelf links)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.