public final class Contexts
extends java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.Object>
implements java.lang.Cloneable
java.util.concurrent.ConcurrentHashMap.KeySetView<K,V>
Constructor and Description |
---|
Contexts() |
Modifier and Type | Method and Description |
---|---|
@NotNull Contexts |
clone() |
App |
getApp() |
Browser |
getBrowser() |
Device |
getDevice() |
Gpu |
getGpu() |
OperatingSystem |
getOperatingSystem() |
SentryRuntime |
getRuntime() |
void |
setApp(App app) |
void |
setBrowser(Browser browser) |
void |
setDevice(Device device) |
void |
setGpu(Gpu gpu) |
void |
setOperatingSystem(OperatingSystem operatingSystem) |
void |
setRuntime(SentryRuntime runtime) |
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, values
public App getApp()
public void setApp(App app)
public Browser getBrowser()
public void setBrowser(Browser browser)
public Device getDevice()
public void setDevice(Device device)
public OperatingSystem getOperatingSystem()
public void setOperatingSystem(OperatingSystem operatingSystem)
public SentryRuntime getRuntime()
public void setRuntime(SentryRuntime runtime)
public Gpu getGpu()
public void setGpu(Gpu gpu)
@NotNull public @NotNull Contexts clone() throws java.lang.CloneNotSupportedException
clone
in class java.util.AbstractMap<java.lang.String,java.lang.Object>
java.lang.CloneNotSupportedException