public final class Stack
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Dataflow API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Stack() |
| Modifier and Type | Method and Description |
|---|---|
Stack |
clone() |
String |
getStackContent()
The raw stack trace.
|
Integer |
getThreadCount()
With java thread dumps we may get collapsed stacks e.g., N threads in stack "".
|
String |
getThreadName()
Thread name.
|
String |
getThreadState()
The state of the thread.
|
String |
getTimestamp()
Timestamp at which the stack was captured.
|
Stack |
set(String fieldName,
Object value) |
Stack |
setStackContent(String stackContent)
The raw stack trace.
|
Stack |
setThreadCount(Integer threadCount)
With java thread dumps we may get collapsed stacks e.g., N threads in stack "".
|
Stack |
setThreadName(String threadName)
Thread name.
|
Stack |
setThreadState(String threadState)
The state of the thread.
|
Stack |
setTimestamp(String timestamp)
Timestamp at which the stack was captured.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getStackContent()
null for nonepublic Stack setStackContent(String stackContent)
stackContent - stackContent or null for nonepublic Integer getThreadCount()
null for nonepublic Stack setThreadCount(Integer threadCount)
threadCount - threadCount or null for nonepublic String getThreadName()
null for nonepublic Stack setThreadName(String threadName)
threadName - threadName or null for nonepublic String getThreadState()
null for nonepublic Stack setThreadState(String threadState)
threadState - threadState or null for nonepublic String getTimestamp()
null for nonepublic Stack setTimestamp(String timestamp)
timestamp - timestamp or null for nonepublic Stack set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Stack clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.