Class TablePrimaryKey

java.lang.Object
io.stargate.sdk.rest.domain.TablePrimaryKey
All Implemented Interfaces:
Serializable

public class TablePrimaryKey extends Object implements Serializable
Represent the PK in rest API
Author:
Cedrick LUNVEN (@clunven)
See Also:
  • Constructor Details

    • TablePrimaryKey

      public TablePrimaryKey()
      Default constructor.
  • Method Details

    • getPartitionKey

      public List<String> getPartitionKey()
      Getter accessor for attribute 'partitionKey'.
      Returns:
      current value of 'partitionKey'
    • setPartitionKey

      public void setPartitionKey(List<String> partitionKey)
      Setter accessor for attribute 'partitionKey'.
      Parameters:
      partitionKey - new value for 'partitionKey '
    • getClusteringKey

      public List<String> getClusteringKey()
      Getter accessor for attribute 'clusteringKey'.
      Returns:
      current value of 'clusteringKey'
    • setClusteringKey

      public void setClusteringKey(List<String> clusteringKey)
      Setter accessor for attribute 'clusteringKey'.
      Parameters:
      clusteringKey - new value for 'clusteringKey '