Package com.exoscale.sdk.model
Class DbaasDatadogTag
- java.lang.Object
-
- com.exoscale.sdk.model.DbaasDatadogTag
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class DbaasDatadogTag extends Object
DbaasDatadogTag
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_COMMENT
static String
JSON_PROPERTY_TAG
-
Constructor Summary
Constructors Constructor Description DbaasDatadogTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbaasDatadogTag
comment(String comment)
boolean
equals(Object o)
Return true if this dbaas-datadog-tag object is equal to o.String
getComment()
Optional tag explanationString
getTag()
Tag valueint
hashCode()
void
setComment(String comment)
void
setTag(String tag)
DbaasDatadogTag
tag(String tag)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_COMMENT
public static final String JSON_PROPERTY_COMMENT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TAG
public static final String JSON_PROPERTY_TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
comment
public DbaasDatadogTag comment(String comment)
-
getComment
@Nullable public String getComment()
Optional tag explanation- Returns:
- comment
-
setComment
public void setComment(String comment)
-
tag
public DbaasDatadogTag tag(String tag)
-
getTag
@Nonnull public String getTag()
Tag value- Returns:
- tag
-
setTag
public void setTag(String tag)
-
equals
public boolean equals(Object o)
Return true if this dbaas-datadog-tag object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-