Class Template

java.lang.Object
org.kiwiproject.consul.model.query.Template
Direct Known Subclasses:
ImmutableTemplate

@Immutable public abstract class Template extends Object
  • Constructor Details

    • Template

      public Template()
  • Method Details

    • getType

      public abstract String getType()
    • getRegExp

      public abstract Optional<String> getRegExp()