Interface ClusterVariable

All Known Implementing Classes:
ClusterVariableImpl

public interface ClusterVariable
  • Method Details

    • getName

      String getName()
    • getValue

      String getValue()
    • getTenantId

      String getTenantId()
    • getScope

    • isTruncated

      Boolean isTruncated()
      Indicates whether the returned value has been truncated.

      Returns true when the variable value is large and truncation was requested (default search behavior). Returns false when full values are requested via withFullValues() or the value is not large enough to require truncation. Always returns false for get-by-name operations, which always return full values.

    • getMetadata

      Map<String,Object> getMetadata()
    • getKind