Class WebhookSubscriptionDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.WebhookSubscriptionDTO
-
public class WebhookSubscriptionDTO extends Object
WebhookSubscriptionDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_API_IDstatic StringSERIALIZED_NAME_APP_IDstatic StringSERIALIZED_NAME_CALL_BACK_URLstatic StringSERIALIZED_NAME_DELIVERY_STATUSstatic StringSERIALIZED_NAME_DELIVERY_TIMEstatic StringSERIALIZED_NAME_TOPIC
-
Constructor Summary
Constructors Constructor Description WebhookSubscriptionDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhookSubscriptionDTOapiId(String apiId)WebhookSubscriptionDTOappId(String appId)WebhookSubscriptionDTOcallBackUrl(String callBackUrl)WebhookSubscriptionDTOdeliveryStatus(Integer deliveryStatus)WebhookSubscriptionDTOdeliveryTime(String deliveryTime)booleanequals(Object o)StringgetApiId()Get apiIdStringgetAppId()Get appIdStringgetCallBackUrl()Get callBackUrlIntegergetDeliveryStatus()Get deliveryStatusStringgetDeliveryTime()Get deliveryTimeStringgetTopic()Get topicinthashCode()voidsetApiId(String apiId)voidsetAppId(String appId)voidsetCallBackUrl(String callBackUrl)voidsetDeliveryStatus(Integer deliveryStatus)voidsetDeliveryTime(String deliveryTime)voidsetTopic(String topic)WebhookSubscriptionDTOtopic(String topic)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_API_ID
public static final String SERIALIZED_NAME_API_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_APP_ID
public static final String SERIALIZED_NAME_APP_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOPIC
public static final String SERIALIZED_NAME_TOPIC
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CALL_BACK_URL
public static final String SERIALIZED_NAME_CALL_BACK_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DELIVERY_TIME
public static final String SERIALIZED_NAME_DELIVERY_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DELIVERY_STATUS
public static final String SERIALIZED_NAME_DELIVERY_STATUS
- See Also:
- Constant Field Values
-
-
Method Detail
-
apiId
public WebhookSubscriptionDTO apiId(String apiId)
-
setApiId
public void setApiId(String apiId)
-
appId
public WebhookSubscriptionDTO appId(String appId)
-
setAppId
public void setAppId(String appId)
-
topic
public WebhookSubscriptionDTO topic(String topic)
-
setTopic
public void setTopic(String topic)
-
callBackUrl
public WebhookSubscriptionDTO callBackUrl(String callBackUrl)
-
setCallBackUrl
public void setCallBackUrl(String callBackUrl)
-
deliveryTime
public WebhookSubscriptionDTO deliveryTime(String deliveryTime)
-
setDeliveryTime
public void setDeliveryTime(String deliveryTime)
-
deliveryStatus
public WebhookSubscriptionDTO deliveryStatus(Integer deliveryStatus)
-
getDeliveryStatus
@Nullable public Integer getDeliveryStatus()
Get deliveryStatus- Returns:
- deliveryStatus
-
setDeliveryStatus
public void setDeliveryStatus(Integer deliveryStatus)
-
-