Class GetOptions

  • All Implemented Interfaces:
    io.lettuce.core.CompositeArgument

    public class GetOptions
    extends java.lang.Object
    implements io.lettuce.core.CompositeArgument
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  GetOptions.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      GetOptions()  
    • Constructor Detail

      • GetOptions

        public GetOptions()
    • Method Detail

      • getIndent

        public java.util.Optional<java.lang.String> getIndent()
      • setIndent

        public void setIndent​(java.lang.String indent)
      • getNewline

        public java.util.Optional<java.lang.String> getNewline()
      • setNewline

        public void setNewline​(java.lang.String newline)
      • getSpace

        public java.util.Optional<java.lang.String> getSpace()
      • setSpace

        public void setSpace​(java.lang.String space)
      • isNoEscape

        public boolean isNoEscape()
      • setNoEscape

        public void setNoEscape​(boolean noEscape)
      • build

        public <K,​V> void build​(io.lettuce.core.protocol.CommandArgs<K,​V> args)
        Specified by:
        build in interface io.lettuce.core.CompositeArgument