Class X12SecuritySettings

java.lang.Object
com.azure.resourcemanager.logic.models.X12SecuritySettings

public final class X12SecuritySettings extends Object
The X12 agreement security settings.
  • Constructor Details

    • X12SecuritySettings

      public X12SecuritySettings()
      Creates an instance of X12SecuritySettings class.
  • Method Details

    • authorizationQualifier

      public String authorizationQualifier()
      Get the authorizationQualifier property: The authorization qualifier.
      Returns:
      the authorizationQualifier value.
    • withAuthorizationQualifier

      public X12SecuritySettings withAuthorizationQualifier(String authorizationQualifier)
      Set the authorizationQualifier property: The authorization qualifier.
      Parameters:
      authorizationQualifier - the authorizationQualifier value to set.
      Returns:
      the X12SecuritySettings object itself.
    • authorizationValue

      public String authorizationValue()
      Get the authorizationValue property: The authorization value.
      Returns:
      the authorizationValue value.
    • withAuthorizationValue

      public X12SecuritySettings withAuthorizationValue(String authorizationValue)
      Set the authorizationValue property: The authorization value.
      Parameters:
      authorizationValue - the authorizationValue value to set.
      Returns:
      the X12SecuritySettings object itself.
    • securityQualifier

      public String securityQualifier()
      Get the securityQualifier property: The security qualifier.
      Returns:
      the securityQualifier value.
    • withSecurityQualifier

      public X12SecuritySettings withSecurityQualifier(String securityQualifier)
      Set the securityQualifier property: The security qualifier.
      Parameters:
      securityQualifier - the securityQualifier value to set.
      Returns:
      the X12SecuritySettings object itself.
    • passwordValue

      public String passwordValue()
      Get the passwordValue property: The password value.
      Returns:
      the passwordValue value.
    • withPasswordValue

      public X12SecuritySettings withPasswordValue(String passwordValue)
      Set the passwordValue property: The password value.
      Parameters:
      passwordValue - the passwordValue value to set.
      Returns:
      the X12SecuritySettings object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.