Package com.exoscale.sdk.model
Class DbaasServiceNotification
java.lang.Object
com.exoscale.sdk.model.DbaasServiceNotification
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasServiceNotification
extends Object
Service notifications
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Notification levelstatic enum
Notification type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this dbaas-service-notification object is equal to o.getLevel()
Notification levelHuman notification messageNotification typegetType()
Notification typeint
hashCode()
void
void
setMessage
(String message) void
setMetadata
(Object metadata) void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_LEVEL
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_METADATA
- See Also:
-
-
Constructor Details
-
DbaasServiceNotification
public DbaasServiceNotification()
-
-
Method Details
-
level
-
getLevel
Notification level- Returns:
- level
-
setLevel
-
message
-
getMessage
Human notification message- Returns:
- message
-
setMessage
-
type
-
getType
Notification type- Returns:
- type
-
setType
-
metadata
-
getMetadata
Notification type- Returns:
- metadata
-
setMetadata
-
equals
Return true if this dbaas-service-notification object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-