Class WebhooksSubscriptionDTO
java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.WebhooksSubscriptionDTO
WebhooksSubscriptionDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiContext(String apiContext) apiVersion(String apiVersion) applicationTier(String applicationTier) callbackURL(String callbackURL) booleanexpiryTime(Long expiryTime) The API context.the API tier.The API UUIDThe API version.getAppID()The application ID of the subscription.the application tier.The callback URLthe expiry time in millisSecret value of the subscription.the subscriber name.The tenant domain.The tenant id.getTier()the subscription tier.The topic name.inthashCode()voidsetApiContext(String apiContext) voidsetApiTier(String apiTier) voidsetApiUUID(String apiUUID) voidsetApiVersion(String apiVersion) voidvoidsetApplicationTier(String applicationTier) voidsetCallbackURL(String callbackURL) voidsetExpiryTime(Long expiryTime) voidvoidsetSubscriberName(String subscriberName) voidsetTenantDomain(String tenantDomain) voidsetTenantId(Integer tenantId) voidvoidsetTopicName(String topicName) subscriberName(String subscriberName) tenantDomain(String tenantDomain) toString()
-
Constructor Details
-
WebhooksSubscriptionDTO
public WebhooksSubscriptionDTO()
-
-
Method Details
-
apiUUID
-
getApiUUID
The API UUID- Returns:
- apiUUID
-
setApiUUID
-
apiContext
-
getApiContext
The API context.- Returns:
- apiContext
-
setApiContext
-
apiVersion
-
getApiVersion
The API version.- Returns:
- apiVersion
-
setApiVersion
-
tenantDomain
-
getTenantDomain
The tenant domain.- Returns:
- tenantDomain
-
setTenantDomain
-
tenantId
-
getTenantId
The tenant id.- Returns:
- tenantId
-
setTenantId
-
appID
-
getAppID
The application ID of the subscription.- Returns:
- appID
-
setAppID
-
callbackURL
-
getCallbackURL
The callback URL- Returns:
- callbackURL
-
setCallbackURL
-
topicName
-
getTopicName
The topic name.- Returns:
- topicName
-
setTopicName
-
secret
-
getSecret
Secret value of the subscription.- Returns:
- secret
-
setSecret
-
expiryTime
-
getExpiryTime
the expiry time in millis- Returns:
- expiryTime
-
setExpiryTime
-
tier
-
getTier
the subscription tier.- Returns:
- tier
-
setTier
-
applicationTier
-
getApplicationTier
the application tier.- Returns:
- applicationTier
-
setApplicationTier
-
apiTier
-
getApiTier
the API tier.- Returns:
- apiTier
-
setApiTier
-
subscriberName
-
getSubscriberName
the subscriber name.- Returns:
- subscriberName
-
setSubscriberName
-
equals
-
hashCode
public int hashCode() -
toString
-