Package io.stargate.sdk.gql.domain
Class Keyspaces
java.lang.Object
io.stargate.sdk.gql.domain.Keyspaces
List of keyspaces.
- Author:
- Cedrick LUNVEN (@clunven)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter accessor for attribute 'keyspaces'.voidsetKeyspaces(List<Keyspace> keyspaces) Setter accessor for attribute 'keyspaces'.
-
Constructor Details
-
Keyspaces
public Keyspaces()
-
-
Method Details
-
getKeyspaces
Getter accessor for attribute 'keyspaces'.- Returns:
- current value of 'keyspaces'
-
setKeyspaces
Setter accessor for attribute 'keyspaces'.- Parameters:
keyspaces- new value for 'keyspaces '
-