Interface Protocol.SubRefreshResultOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getExpires()
      bool expires = 1;
      int getTtl()
      uint32 ttl = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getExpires

        boolean getExpires()
        bool expires = 1;
        Returns:
        The expires.
      • getTtl

        int getTtl()
        uint32 ttl = 2;
        Returns:
        The ttl.