@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class PlatformConditionEvaluatorPlatformOperatingSystem extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_EXPRESSION |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_VERSION |
Constructor and Description |
---|
PlatformConditionEvaluatorPlatformOperatingSystem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
PlatformConditionEvaluatorPlatformOperatingSystem |
expression(String expression) |
String |
getExpression()
Get expression
|
PolicyPlatformOperatingSystemType |
getType()
Get type
|
PlatformConditionEvaluatorPlatformOperatingSystemVersion |
getVersion()
Get version
|
int |
hashCode() |
void |
setExpression(String expression) |
void |
setType(PolicyPlatformOperatingSystemType type) |
void |
setVersion(PlatformConditionEvaluatorPlatformOperatingSystemVersion version) |
String |
toString() |
PlatformConditionEvaluatorPlatformOperatingSystem |
type(PolicyPlatformOperatingSystemType type) |
PlatformConditionEvaluatorPlatformOperatingSystem |
version(PlatformConditionEvaluatorPlatformOperatingSystemVersion version) |
public static final String JSON_PROPERTY_EXPRESSION
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_VERSION
public PlatformConditionEvaluatorPlatformOperatingSystem()
public PlatformConditionEvaluatorPlatformOperatingSystem expression(String expression)
public void setExpression(String expression)
public PlatformConditionEvaluatorPlatformOperatingSystem type(PolicyPlatformOperatingSystemType type)
@Nullable public PolicyPlatformOperatingSystemType getType()
public void setType(PolicyPlatformOperatingSystemType type)
public PlatformConditionEvaluatorPlatformOperatingSystem version(PlatformConditionEvaluatorPlatformOperatingSystemVersion version)
@Nullable public PlatformConditionEvaluatorPlatformOperatingSystemVersion getVersion()
public void setVersion(PlatformConditionEvaluatorPlatformOperatingSystemVersion version)
Copyright © 2017–2023 Okta. All rights reserved.