Interface EmbeddedSass.Value.Map.EntryOrBuilder

    • Method Detail

      • hasKey

        boolean hasKey()
         The key this entry is associated with. Mandatory.
         
        .sass.embedded_protocol.Value key = 1;
        Returns:
        Whether the key field is set.
      • getKey

        EmbeddedSass.Value getKey()
         The key this entry is associated with. Mandatory.
         
        .sass.embedded_protocol.Value key = 1;
        Returns:
        The key.
      • getKeyOrBuilder

        EmbeddedSass.ValueOrBuilder getKeyOrBuilder()
         The key this entry is associated with. Mandatory.
         
        .sass.embedded_protocol.Value key = 1;
      • hasValue

        boolean hasValue()
         The value associated with this key. Mandatory.
         
        .sass.embedded_protocol.Value value = 2;
        Returns:
        Whether the value field is set.
      • getValue

        EmbeddedSass.Value getValue()
         The value associated with this key. Mandatory.
         
        .sass.embedded_protocol.Value value = 2;
        Returns:
        The value.
      • getValueOrBuilder

        EmbeddedSass.ValueOrBuilder getValueOrBuilder()
         The value associated with this key. Mandatory.
         
        .sass.embedded_protocol.Value value = 2;