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
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates the type of the dynamic OS version requirement - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondistanceFromLatestMajor(Integer distanceFromLatestMajor) booleanIndicates 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 requirementinthashCode()latestSecurityPatch(Boolean latestSecurityPatch) voidsetDistanceFromLatestMajor(Integer distanceFromLatestMajor) voidsetLatestSecurityPatch(Boolean latestSecurityPatch) voidtoString() 
- 
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
 
 -