Klasse EnforcementValidationMessage
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.EnforcementValidationMessage
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class EnforcementValidationMessage
extends Object
EnforcementValidationMessage
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringID of the API which is having the policy enforcement violationprotected StringName of the API which is having the policy enforcement violationprotected StringType of the API which is having the policy enforcement violationprotected StringVersion of the API which is having the policy enforcement violationprotected List<ResourcePolicyValidationError> -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedEnforcementValidationMessage(String apiId, String apiName, String apiType, String apiVersion, List<ResourcePolicyValidationError> errorOnResource) Constructs a validated instance ofEnforcementValidationMessage.Constructs a validated instance ofEnforcementValidationMessage. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapiId()ID of the API which is having the policy enforcement violationID of the API which is having the policy enforcement violationapiName()Name of the API which is having the policy enforcement violationName of the API which is having the policy enforcement violationapiType()Type of the API which is having the policy enforcement violationType of the API which is having the policy enforcement violationVersion of the API which is having the policy enforcement violationapiVersion(String apiVersion) Version of the API which is having the policy enforcement violationbuilder()protected booleanbooleanerrorOnResource(List<ResourcePolicyValidationError> errorOnResource) inthashCode()toString()
-
Felddetails
-
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
-
-
Konstruktordetails
-
EnforcementValidationMessage
Constructs a validated instance ofEnforcementValidationMessage.- 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 ofEnforcementValidationMessage.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 violationapiName- Name of the API which is having the policy enforcement violationapiType- Type of the API which is having the policy enforcement violationapiVersion- Version of the API which is having the policy enforcement violationerrorOnResource- var.name
-
EnforcementValidationMessage
protected EnforcementValidationMessage()
-
-
Methodendetails
-
builder
-
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
-
apiId
ID of the API which is having the policy enforcement violation- Gibt zurück:
this.
-
apiName
Name of the API which is having the policy enforcement violation- Gibt zurück:
this.
-
apiType
Type of the API which is having the policy enforcement violation- Gibt zurück:
this.
-
apiVersion
Version of the API which is having the policy enforcement violation- Gibt zurück:
this.
-
errorOnResource
public EnforcementValidationMessage errorOnResource(List<ResourcePolicyValidationError> errorOnResource) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-