Class TestInfoTestAccount

java.lang.Object
com.okta.sdk.resource.model.TestInfoTestAccount
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 TestInfoTestAccount extends Object implements Serializable
An account on a test instance of your app with admin privileges. A test admin account is required by Okta for integration testing. During OIN QA testing, an Okta analyst uses this admin account to configure your app for the various test case flows.
See Also:
  • Field Details

  • Constructor Details

    • TestInfoTestAccount

      public TestInfoTestAccount()
  • Method Details

    • url

      public TestInfoTestAccount url(URI url)
    • getUrl

      @Nonnull public URI getUrl()
      The sign-in URL to a test instance of your app
      Returns:
      url
    • setUrl

      public void setUrl(URI url)
    • username

      public TestInfoTestAccount username(String username)
    • getUsername

      @Nonnull public String getUsername()
      The username for your app admin account
      Returns:
      username
    • setUsername

      public void setUsername(String username)
    • password

      public TestInfoTestAccount password(String password)
    • getPassword

      @Nonnull public String getPassword()
      The password for your app admin account
      Returns:
      password
    • setPassword

      public void setPassword(String password)
    • instructions

      public TestInfoTestAccount instructions(String instructions)
    • getInstructions

      @Nullable public String getInstructions()
      Additional instructions to test the app integration, including instructions for obtaining test accounts
      Returns:
      instructions
    • setInstructions

      public void setInstructions(String instructions)
    • 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