
target.apidocs.com.google.api.services.dataproc.model.ApplicationInfo.html Maven / Gradle / Ivy
ApplicationInfo (Cloud Dataproc API v1-rev20241025-2.0.0)
com.google.api.services.dataproc.model
Class ApplicationInfo
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.dataproc.model.ApplicationInfo
-
public final class ApplicationInfo
extends com.google.api.client.json.GenericJson
High level information corresponding to an application.
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 Cloud Dataproc API. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
ApplicationInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
ApplicationInfo
clone()
String
getApplicationContextIngestionStatus()
String
getApplicationId()
List<ApplicationAttemptInfo>
getAttempts()
Integer
getCoresGranted()
Integer
getCoresPerExecutor()
Integer
getMaxCores()
Integer
getMemoryPerExecutorMb()
String
getName()
String
getQuantileDataStatus()
ApplicationInfo
set(String fieldName,
Object value)
ApplicationInfo
setApplicationContextIngestionStatus(String applicationContextIngestionStatus)
ApplicationInfo
setApplicationId(String applicationId)
ApplicationInfo
setAttempts(List<ApplicationAttemptInfo> attempts)
ApplicationInfo
setCoresGranted(Integer coresGranted)
ApplicationInfo
setCoresPerExecutor(Integer coresPerExecutor)
ApplicationInfo
setMaxCores(Integer maxCores)
ApplicationInfo
setMemoryPerExecutorMb(Integer memoryPerExecutorMb)
ApplicationInfo
setName(String name)
ApplicationInfo
setQuantileDataStatus(String quantileDataStatus)
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getApplicationContextIngestionStatus
public String getApplicationContextIngestionStatus()
- Returns:
- value or
null
for none
-
setApplicationContextIngestionStatus
public ApplicationInfo setApplicationContextIngestionStatus(String applicationContextIngestionStatus)
- Parameters:
applicationContextIngestionStatus
- applicationContextIngestionStatus or null
for none
-
getApplicationId
public String getApplicationId()
- Returns:
- value or
null
for none
-
setApplicationId
public ApplicationInfo setApplicationId(String applicationId)
- Parameters:
applicationId
- applicationId or null
for none
-
getAttempts
public List<ApplicationAttemptInfo> getAttempts()
- Returns:
- value or
null
for none
-
setAttempts
public ApplicationInfo setAttempts(List<ApplicationAttemptInfo> attempts)
- Parameters:
attempts
- attempts or null
for none
-
getCoresGranted
public Integer getCoresGranted()
- Returns:
- value or
null
for none
-
setCoresGranted
public ApplicationInfo setCoresGranted(Integer coresGranted)
- Parameters:
coresGranted
- coresGranted or null
for none
-
getCoresPerExecutor
public Integer getCoresPerExecutor()
- Returns:
- value or
null
for none
-
setCoresPerExecutor
public ApplicationInfo setCoresPerExecutor(Integer coresPerExecutor)
- Parameters:
coresPerExecutor
- coresPerExecutor or null
for none
-
getMaxCores
public Integer getMaxCores()
- Returns:
- value or
null
for none
-
setMaxCores
public ApplicationInfo setMaxCores(Integer maxCores)
- Parameters:
maxCores
- maxCores or null
for none
-
getMemoryPerExecutorMb
public Integer getMemoryPerExecutorMb()
- Returns:
- value or
null
for none
-
setMemoryPerExecutorMb
public ApplicationInfo setMemoryPerExecutorMb(Integer memoryPerExecutorMb)
- Parameters:
memoryPerExecutorMb
- memoryPerExecutorMb or null
for none
-
getName
public String getName()
- Returns:
- value or
null
for none
-
setName
public ApplicationInfo setName(String name)
- Parameters:
name
- name or null
for none
-
getQuantileDataStatus
public String getQuantileDataStatus()
- Returns:
- value or
null
for none
-
setQuantileDataStatus
public ApplicationInfo setQuantileDataStatus(String quantileDataStatus)
- Parameters:
quantileDataStatus
- quantileDataStatus or null
for none
-
set
public ApplicationInfo set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public ApplicationInfo clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy