Class V1alpha1ExpressionWarning
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1ExpressionWarning
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha1ExpressionWarning
extends Object
ExpressionWarning is a warning information that targets a specific expression.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanSet fieldRef in a chainable fashion.The path to the field that refers the expression.The content of type checking information in a human-readable form.inthashCode()voidsetFieldRef(String fieldRef) Set the fieldRef property valuevoidsetWarning(String warning) Set the warning property valuetoString()Set warning in a chainable fashion.
- 
Field Details- 
JSON_PROPERTY_FIELD_REF- See Also:
 
- 
JSON_PROPERTY_WARNING- See Also:
 
 
- 
- 
Constructor Details- 
V1alpha1ExpressionWarning
 
- 
- 
Method Details- 
getFieldRefThe path to the field that refers the expression. For example, the reference to the expression of the first item of validations is \"spec.validations[0].expression\"- Returns:
- the fieldRef property value
 
- 
setFieldRefSet the fieldRef property value- Parameters:
- fieldRef- property value to set
 
- 
fieldRefSet fieldRef in a chainable fashion.- Returns:
- The same instance of V1alpha1ExpressionWarning for chaining.
 
- 
getWarningThe content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.- Returns:
- the warning property value
 
- 
setWarningSet the warning property value- Parameters:
- warning- property value to set
 
- 
warningSet warning in a chainable fashion.- Returns:
- The same instance of V1alpha1ExpressionWarning for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-