Class ConfluentCloudDestination

java.lang.Object
com.commercetools.graphql.api.types.ConfluentCloudDestination
All Implemented Interfaces:
Destination

public class ConfluentCloudDestination extends Object implements Destination
  • Constructor Details

    • ConfluentCloudDestination

      public ConfluentCloudDestination()
    • ConfluentCloudDestination

      public ConfluentCloudDestination(String bootstrapServer, String apiKey, String apiSecret, String acks, String topic, String key, String type)
  • Method Details

    • getBootstrapServer

      public String getBootstrapServer()
    • setBootstrapServer

      public void setBootstrapServer(String bootstrapServer)
    • getApiKey

      public String getApiKey()
    • setApiKey

      public void setApiKey(String apiKey)
    • getApiSecret

      public String getApiSecret()
    • setApiSecret

      public void setApiSecret(String apiSecret)
    • getAcks

      public String getAcks()
    • setAcks

      public void setAcks(String acks)
    • getTopic

      public String getTopic()
    • setTopic

      public void setTopic(String topic)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getType

      public String getType()
      Specified by:
      getType in interface Destination
    • setType

      public void setType(String type)
      Specified by:
      setType in interface Destination
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public static ConfluentCloudDestination.Builder newBuilder()