Package com.okta.sdk.resource.model
Class OSVersionDynamicVersionRequirement
java.lang.Object
com.okta.sdk.resource.model.OSVersionDynamicVersionRequirement
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class OSVersionDynamicVersionRequirement
extends Object
implements Serializable
<div class=\"x-lifecycle-container\"><x-lifecycle
class=\"ea\"></x-lifecycle></div>Contains the necessary properties for a dynamic
version requirement
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Indicates the type of the dynamic OS version requirement -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondistanceFromLatestMajor
(Integer distanceFromLatestMajor) boolean
Indicates the distance from the latest major version minimum: 0 maximum: 1Indicates whether the device needs to be on the latest security patchgetType()
Indicates the type of the dynamic OS version requirementint
hashCode()
latestSecurityPatch
(Boolean latestSecurityPatch) void
setDistanceFromLatestMajor
(Integer distanceFromLatestMajor) void
setLatestSecurityPatch
(Boolean latestSecurityPatch) void
toString()
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_DISTANCE_FROM_LATEST_MAJOR
- See Also:
-
JSON_PROPERTY_LATEST_SECURITY_PATCH
- See Also:
-
-
Constructor Details
-
OSVersionDynamicVersionRequirement
public OSVersionDynamicVersionRequirement()
-
-
Method Details
-
type
-
getType
Indicates the type of the dynamic OS version requirement- Returns:
- type
-
setType
-
distanceFromLatestMajor
-
getDistanceFromLatestMajor
Indicates the distance from the latest major version minimum: 0 maximum: 1- Returns:
- distanceFromLatestMajor
-
setDistanceFromLatestMajor
-
latestSecurityPatch
-
getLatestSecurityPatch
Indicates whether the device needs to be on the latest security patch- Returns:
- latestSecurityPatch
-
setLatestSecurityPatch
-
equals
-
hashCode
public int hashCode() -
toString
-