@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class PlatformConditionEvaluatorPlatformOperatingSystem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_EXPRESSION |
static java.lang.String |
JSON_PROPERTY_TYPE |
static java.lang.String |
JSON_PROPERTY_VERSION |
Constructor and Description |
---|
PlatformConditionEvaluatorPlatformOperatingSystem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
PlatformConditionEvaluatorPlatformOperatingSystem |
expression(java.lang.String expression) |
java.lang.String |
getExpression()
Get expression
|
PolicyPlatformOperatingSystemType |
getType()
Get type
|
PlatformConditionEvaluatorPlatformOperatingSystemVersion |
getVersion()
Get version
|
int |
hashCode() |
void |
setExpression(java.lang.String expression) |
void |
setType(PolicyPlatformOperatingSystemType type) |
void |
setVersion(PlatformConditionEvaluatorPlatformOperatingSystemVersion version) |
java.lang.String |
toString() |
PlatformConditionEvaluatorPlatformOperatingSystem |
type(PolicyPlatformOperatingSystemType type) |
PlatformConditionEvaluatorPlatformOperatingSystem |
version(PlatformConditionEvaluatorPlatformOperatingSystemVersion version) |
public static final java.lang.String JSON_PROPERTY_EXPRESSION
public static final java.lang.String JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_VERSION
public PlatformConditionEvaluatorPlatformOperatingSystem()
public PlatformConditionEvaluatorPlatformOperatingSystem expression(java.lang.String expression)
@Nullable public java.lang.String getExpression()
public void setExpression(java.lang.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)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.