@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class PlatformConditionEvaluatorPlatform
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_OS |
static java.lang.String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
PlatformConditionEvaluatorPlatform() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
PlatformConditionEvaluatorPlatformOperatingSystem |
getOs()
Get os
|
PolicyPlatformType |
getType()
Get type
|
int |
hashCode() |
PlatformConditionEvaluatorPlatform |
os(PlatformConditionEvaluatorPlatformOperatingSystem os) |
void |
setOs(PlatformConditionEvaluatorPlatformOperatingSystem os) |
void |
setType(PolicyPlatformType type) |
java.lang.String |
toString() |
PlatformConditionEvaluatorPlatform |
type(PolicyPlatformType type) |
public static final java.lang.String JSON_PROPERTY_OS
public static final java.lang.String JSON_PROPERTY_TYPE
public PlatformConditionEvaluatorPlatform os(PlatformConditionEvaluatorPlatformOperatingSystem os)
@Nullable public PlatformConditionEvaluatorPlatformOperatingSystem getOs()
public void setOs(PlatformConditionEvaluatorPlatformOperatingSystem os)
public PlatformConditionEvaluatorPlatform type(PolicyPlatformType type)
@Nullable public PolicyPlatformType getType()
public void setType(PolicyPlatformType type)
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.