public class SparkApplicationsList extends AbstractModel
header, skipSign
Constructor and Description |
---|
SparkApplicationsList() |
SparkApplicationsList(SparkApplicationsList source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getApplicationType()
Get Type.
|
Long |
getCoreSeconds()
Get Number of cores multiplied by seconds.
|
Long |
getDuration()
Get Duration.
|
Long |
getEndTime()
Get End time.
|
String |
getID()
Get Application ID.
|
String |
getInsight()
Get Insight result.
|
String |
getMemorySeconds()
Get Memory MB multiplied by seconds.
|
String |
getName()
Get Application name.
|
Long |
getStartTime()
Get Start time.
|
String |
getState()
Get Status.
|
String |
getUser()
Get User.
|
void |
setApplicationType(String ApplicationType)
Set Type.
|
void |
setCoreSeconds(Long CoreSeconds)
Set Number of cores multiplied by seconds.
|
void |
setDuration(Long Duration)
Set Duration.
|
void |
setEndTime(Long EndTime)
Set End time.
|
void |
setID(String ID)
Set Application ID.
|
void |
setInsight(String Insight)
Set Insight result.
|
void |
setMemorySeconds(String MemorySeconds)
Set Memory MB multiplied by seconds.
|
void |
setName(String Name)
Set Application name.
|
void |
setStartTime(Long StartTime)
Set Start time.
|
void |
setState(String State)
Set Status.
|
void |
setUser(String User)
Set User.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SparkApplicationsList()
public SparkApplicationsList(SparkApplicationsList source)
public String getID()
public void setID(String ID)
ID
- Application ID.public String getName()
public void setName(String Name)
Name
- Application name.public String getUser()
public void setUser(String User)
User
- User.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- Start time.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- End time.public Long getDuration()
public void setDuration(Long Duration)
Duration
- Duration.public String getState()
public void setState(String State)
State
- Status.public String getApplicationType()
public void setApplicationType(String ApplicationType)
ApplicationType
- Type.public Long getCoreSeconds()
public void setCoreSeconds(Long CoreSeconds)
CoreSeconds
- Number of cores multiplied by seconds.public String getMemorySeconds()
public void setMemorySeconds(String MemorySeconds)
MemorySeconds
- Memory MB multiplied by seconds.public String getInsight()
public void setInsight(String Insight)
Insight
- Insight result.Copyright © 2025. All rights reserved.