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 enumNotification levelstatic enumNotification type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this dbaas-service-notification object is equal to o.getLevel()Notification levelHuman notification messageNotification typegetType()Notification typeinthashCode()voidvoidsetMessage(String message) voidsetMetadata(Object metadata) voidtoString()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
-