Class PossessionConstraintAllOf

java.lang.Object
com.okta.sdk.resource.model.PossessionConstraintAllOf
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-01-30T09:30:03.723859-06:00[America/Chicago]") public class PossessionConstraintAllOf extends Object implements Serializable
PossessionConstraintAllOf
See Also:
  • Field Details

  • Constructor Details

    • PossessionConstraintAllOf

      public PossessionConstraintAllOf()
  • Method Details

    • deviceBound

      public PossessionConstraintAllOf deviceBound(String deviceBound)
    • getDeviceBound

      @Nullable public String getDeviceBound()
      Get deviceBound
      Returns:
      deviceBound
    • setDeviceBound

      public void setDeviceBound(String deviceBound)
    • hardwareProtection

      public PossessionConstraintAllOf hardwareProtection(String hardwareProtection)
    • getHardwareProtection

      @Nullable public String getHardwareProtection()
      Get hardwareProtection
      Returns:
      hardwareProtection
    • setHardwareProtection

      public void setHardwareProtection(String hardwareProtection)
    • phishingResistant

      public PossessionConstraintAllOf phishingResistant(String phishingResistant)
    • getPhishingResistant

      @Nullable public String getPhishingResistant()
      Get phishingResistant
      Returns:
      phishingResistant
    • setPhishingResistant

      public void setPhishingResistant(String phishingResistant)
    • userPresence

      public PossessionConstraintAllOf userPresence(String userPresence)
    • getUserPresence

      @Nullable public String getUserPresence()
      Get userPresence
      Returns:
      userPresence
    • setUserPresence

      public void setUserPresence(String userPresence)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object