Class CustomMappingError
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CustomMappingError
-
public class CustomMappingError extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomMappingError.Builder
-
Constructor Summary
Constructors Constructor Description CustomMappingError()CustomMappingError(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> targetField)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomMappingError.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The custom mapping identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>message()The error messageorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>targetField()The target field where the error occurredjava.lang.StringtoString()CustomMappingErrorwithId(java.lang.String id)The custom mapping identifierCustomMappingErrorwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The custom mapping identifierCustomMappingErrorwithMessage(java.lang.String message)The error messageCustomMappingErrorwithMessage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message)The error messageCustomMappingErrorwithTargetField(java.lang.String targetField)The target field where the error occurredCustomMappingErrorwithTargetField(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> targetField)The target field where the error occurred
-
-
-
Constructor Detail
-
CustomMappingError
public CustomMappingError(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> targetField)
-
CustomMappingError
public CustomMappingError()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
The custom mapping identifier
-
message
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message()
The error message
-
targetField
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> targetField()
The target field where the error occurred
-
builder
public static CustomMappingError.Builder builder()
-
withId
public CustomMappingError withId(java.lang.String id)
The custom mapping identifier
-
withId
public CustomMappingError withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The custom mapping identifier
-
withMessage
public CustomMappingError withMessage(java.lang.String message)
The error message
-
withMessage
public CustomMappingError withMessage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message)
The error message
-
withTargetField
public CustomMappingError withTargetField(java.lang.String targetField)
The target field where the error occurred
-
withTargetField
public CustomMappingError withTargetField(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> targetField)
The target field where the error occurred
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-