@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class PlatformConditionEvaluatorPlatformOperatingSystemVersion
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_MATCH_TYPE |
static java.lang.String |
JSON_PROPERTY_VALUE |
Constructor and Description |
---|
PlatformConditionEvaluatorPlatformOperatingSystemVersion() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
PlatformConditionOperatingSystemVersionMatchType |
getMatchType()
Get matchType
|
java.lang.String |
getValue()
Get value
|
int |
hashCode() |
PlatformConditionEvaluatorPlatformOperatingSystemVersion |
matchType(PlatformConditionOperatingSystemVersionMatchType matchType) |
void |
setMatchType(PlatformConditionOperatingSystemVersionMatchType matchType) |
void |
setValue(java.lang.String value) |
java.lang.String |
toString() |
PlatformConditionEvaluatorPlatformOperatingSystemVersion |
value(java.lang.String value) |
public static final java.lang.String JSON_PROPERTY_MATCH_TYPE
public static final java.lang.String JSON_PROPERTY_VALUE
public PlatformConditionEvaluatorPlatformOperatingSystemVersion()
public PlatformConditionEvaluatorPlatformOperatingSystemVersion matchType(PlatformConditionOperatingSystemVersionMatchType matchType)
@Nullable public PlatformConditionOperatingSystemVersionMatchType getMatchType()
public void setMatchType(PlatformConditionOperatingSystemVersionMatchType matchType)
public PlatformConditionEvaluatorPlatformOperatingSystemVersion value(java.lang.String value)
@Nullable public java.lang.String getValue()
public void setValue(java.lang.String value)
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.