Class ChannelSubscriptionResponse

java.lang.Object
com.symphony.bdk.gen.api.model.ChannelSubscriptionResponse

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:53.869723549Z[Etc/UTC]") public class ChannelSubscriptionResponse extends Object
ChannelSubscriptionResponse
  • Field Details

  • Constructor Details

    • ChannelSubscriptionResponse

      public ChannelSubscriptionResponse()
  • Method Details

    • requestedSubscription

      public ChannelSubscriptionResponse requestedSubscription(Long requestedSubscription)
    • getRequestedSubscription

      @Nullable public Long getRequestedSubscription()
      The number of requested userIds to subscribe
      Returns:
      requestedSubscription
    • setRequestedSubscription

      public void setRequestedSubscription(Long requestedSubscription)
    • successfulSubscription

      public ChannelSubscriptionResponse successfulSubscription(Long successfulSubscription)
    • getSuccessfulSubscription

      @Nullable public Long getSuccessfulSubscription()
      The number of successful subscriptions done
      Returns:
      successfulSubscription
    • setSuccessfulSubscription

      public void setSuccessfulSubscription(Long successfulSubscription)
    • failedSubscription

      public ChannelSubscriptionResponse failedSubscription(Long failedSubscription)
    • getFailedSubscription

      @Nullable public Long getFailedSubscription()
      The number of subscription failures
      Returns:
      failedSubscription
    • setFailedSubscription

      public void setFailedSubscription(Long failedSubscription)
    • subscriptionErrors

      public ChannelSubscriptionResponse subscriptionErrors(List<ChannelSubscriptionError> subscriptionErrors)
    • addSubscriptionErrorsItem

      public ChannelSubscriptionResponse addSubscriptionErrorsItem(ChannelSubscriptionError subscriptionErrorsItem)
    • getSubscriptionErrors

      @Nullable public List<ChannelSubscriptionError> getSubscriptionErrors()
      Get subscriptionErrors
      Returns:
      subscriptionErrors
    • setSubscriptionErrors

      public void setSubscriptionErrors(List<ChannelSubscriptionError> subscriptionErrors)
    • equals

      public boolean equals(Object o)
      Return true if this ChannelSubscriptionResponse object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object