Package unit.java.sdk.model
Class UpdateWebhookRequestData
- java.lang.Object
-
- unit.java.sdk.model.UpdateWebhookRequestData
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class UpdateWebhookRequestData extends java.lang.ObjectUpdateWebhookRequestData
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ATTRIBUTESstatic java.lang.StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description UpdateWebhookRequestData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateWebhookRequestDataattributes(UpdateWebhookRequestDataAttributes attributes)booleanequals(java.lang.Object o)Return true if this UpdateWebhookRequest_data object is equal to o.UpdateWebhookRequestDataAttributesgetAttributes()Get attributesjava.lang.StringgetType()Get typeinthashCode()voidsetAttributes(UpdateWebhookRequestDataAttributes attributes)voidsetType(java.lang.String type)java.lang.StringtoString()java.lang.StringtoUrlQueryString()Convert the instance into URL query string.java.lang.StringtoUrlQueryString(java.lang.String prefix)Convert the instance into URL query string.UpdateWebhookRequestDatatype(java.lang.String type)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ATTRIBUTES
public static final java.lang.String JSON_PROPERTY_ATTRIBUTES
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public UpdateWebhookRequestData type(java.lang.String type)
-
getType
@Nullable public java.lang.String getType()
Get type- Returns:
- type
-
setType
public void setType(java.lang.String type)
-
attributes
public UpdateWebhookRequestData attributes(UpdateWebhookRequestDataAttributes attributes)
-
getAttributes
@Nullable public UpdateWebhookRequestDataAttributes getAttributes()
Get attributes- Returns:
- attributes
-
setAttributes
public void setAttributes(UpdateWebhookRequestDataAttributes attributes)
-
equals
public boolean equals(java.lang.Object o)
Return true if this UpdateWebhookRequest_data object is equal to 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
-
toUrlQueryString
public java.lang.String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
public java.lang.String toUrlQueryString(java.lang.String prefix)
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-
-