Package com.okta.sdk.resource.model
Class TestInfo
java.lang.Object
com.okta.sdk.resource.model.TestInfo
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class TestInfo
extends Object
implements Serializable
Integration Testing Information
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanescalationSupportContact(String escalationSupportContact) An email for Okta to contact your company about your integration.Get oidcTestConfigurationGet samlTestConfigurationGet testAccountinthashCode()oidcTestConfiguration(TestInfoOidcTestConfiguration oidcTestConfiguration) samlTestConfiguration(TestInfoSamlTestConfiguration samlTestConfiguration) voidsetEscalationSupportContact(String escalationSupportContact) voidsetOidcTestConfiguration(TestInfoOidcTestConfiguration oidcTestConfiguration) voidsetSamlTestConfiguration(TestInfoSamlTestConfiguration samlTestConfiguration) voidsetTestAccount(TestInfoTestAccount testAccount) testAccount(TestInfoTestAccount testAccount) toString() 
- 
Field Details
- 
JSON_PROPERTY_ESCALATION_SUPPORT_CONTACT
- See Also:
 
 - 
JSON_PROPERTY_OIDC_TEST_CONFIGURATION
- See Also:
 
 - 
JSON_PROPERTY_SAML_TEST_CONFIGURATION
- See Also:
 
 - 
JSON_PROPERTY_TEST_ACCOUNT
- See Also:
 
 
 - 
 - 
Constructor Details
- 
TestInfo
public TestInfo() 
 - 
 - 
Method Details
- 
escalationSupportContact
 - 
getEscalationSupportContact
An email for Okta to contact your company about your integration. This email isn't shared with customers.- Returns:
 - escalationSupportContact
 
 - 
setEscalationSupportContact
 - 
oidcTestConfiguration
 - 
getOidcTestConfiguration
Get oidcTestConfiguration- Returns:
 - oidcTestConfiguration
 
 - 
setOidcTestConfiguration
 - 
samlTestConfiguration
 - 
getSamlTestConfiguration
Get samlTestConfiguration- Returns:
 - samlTestConfiguration
 
 - 
setSamlTestConfiguration
 - 
testAccount
 - 
getTestAccount
Get testAccount- Returns:
 - testAccount
 
 - 
setTestAccount
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -