Class ConfluentCloudDestinationInput

java.lang.Object
com.commercetools.graphql.api.types.ConfluentCloudDestinationInput

public class ConfluentCloudDestinationInput extends Object
  • Constructor Details

    • ConfluentCloudDestinationInput

      public ConfluentCloudDestinationInput()
    • ConfluentCloudDestinationInput

      public ConfluentCloudDestinationInput(String bootstrapServer, String apiKey, String apiSecret, String acks, String topic, String key)
  • 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)
    • 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 ConfluentCloudDestinationInput.Builder newBuilder()