Class BasePolicyResponse

java.lang.Object
org.kiwiproject.consul.model.acl.BasePolicyResponse
Direct Known Subclasses:
PolicyListResponse, PolicyResponse

public abstract class BasePolicyResponse extends Object
  • Constructor Details

    • BasePolicyResponse

      public BasePolicyResponse()
  • Method Details

    • id

      public abstract String id()
    • name

      public abstract String name()
    • datacenters

      public abstract Optional<List<String>> datacenters()
    • hash

      public abstract String hash()
    • createIndex

      public abstract BigInteger createIndex()
    • modifyIndex

      public abstract BigInteger modifyIndex()