Class UnifiedWarningApiModel
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.UnifiedWarningApiModel
-
public class UnifiedWarningApiModel extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnifiedWarningApiModel.Builder
-
Constructor Summary
Constructors Constructor Description UnifiedWarningApiModel()UnifiedWarningApiModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnifiedWarningApiModel.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>message()java.lang.StringtoString()UnifiedWarningApiModelwithMessage(java.lang.String message)UnifiedWarningApiModelwithMessage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message)
-
-
-
Method Detail
-
message
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message()
-
builder
public static final UnifiedWarningApiModel.Builder builder()
-
withMessage
public UnifiedWarningApiModel withMessage(java.lang.String message)
-
withMessage
public UnifiedWarningApiModel withMessage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message)
-
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
-
-