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 Link icon

  • Constructor Details Link icon

    • PossessionConstraintAllOf Link icon

      public PossessionConstraintAllOf()
  • Method Details Link icon

    • deviceBound Link icon

      public PossessionConstraintAllOf deviceBound(String deviceBound)
    • getDeviceBound Link icon

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

      public void setDeviceBound(String deviceBound)
    • hardwareProtection Link icon

      public PossessionConstraintAllOf hardwareProtection(String hardwareProtection)
    • getHardwareProtection Link icon

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

      public void setHardwareProtection(String hardwareProtection)
    • phishingResistant Link icon

      public PossessionConstraintAllOf phishingResistant(String phishingResistant)
    • getPhishingResistant Link icon

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

      public void setPhishingResistant(String phishingResistant)
    • userPresence Link icon

      public PossessionConstraintAllOf userPresence(String userPresence)
    • getUserPresence Link icon

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

      public void setUserPresence(String userPresence)
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object