Klasse EnforcementValidationMessage

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.EnforcementValidationMessage

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class EnforcementValidationMessage extends Object
EnforcementValidationMessage
  • Felddetails

    • apiId

      protected String apiId
      ID of the API which is having the policy enforcement violation
    • apiName

      protected String apiName
      Name of the API which is having the policy enforcement violation
    • apiType

      protected String apiType
      Type of the API which is having the policy enforcement violation
    • apiVersion

      protected String apiVersion
      Version of the API which is having the policy enforcement violation
    • errorOnResource

      protected List<ResourcePolicyValidationError> errorOnResource
  • Konstruktordetails

    • EnforcementValidationMessage

      public EnforcementValidationMessage(Consumer<EnforcementValidationMessage> spec)
      Constructs a validated instance of EnforcementValidationMessage.
      Parameter:
      spec - the specification to process
    • EnforcementValidationMessage

      @Internal public EnforcementValidationMessage(String apiId, String apiName, String apiType, String apiVersion, List<ResourcePolicyValidationError> errorOnResource)
      Constructs a validated instance of EnforcementValidationMessage.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using EnforcementValidationMessage(Consumer) instead.

      Parameter:
      apiId - ID of the API which is having the policy enforcement violation
      apiName - Name of the API which is having the policy enforcement violation
      apiType - Type of the API which is having the policy enforcement violation
      apiVersion - Version of the API which is having the policy enforcement violation
      errorOnResource - var.name
    • EnforcementValidationMessage

      protected EnforcementValidationMessage()
  • Methodendetails