public class ResourceInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResourceInfo() |
ResourceInfo(ResourceInfo 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 |
getAttributionType()
Get 归属类型
注意:此字段可能返回 null,表示取不到有效值。
|
FavorInfo[] |
getFavor()
Get 亲和性
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInstance()
Get 如资源类型为spark-sql 取值为Name, 如为spark-batch 取值为session app_name
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 引擎名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getResourceType()
Get 资源类型
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttributionType(String AttributionType)
Set 归属类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFavor(FavorInfo[] Favor)
Set 亲和性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInstance(String Instance)
Set 如资源类型为spark-sql 取值为Name, 如为spark-batch 取值为session app_name
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 引擎名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResourceType(String ResourceType)
Set 资源类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ResourceInfo()
public ResourceInfo(ResourceInfo source)
public String getAttributionType()
public void setAttributionType(String AttributionType)
AttributionType
- 归属类型
注意:此字段可能返回 null,表示取不到有效值。public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- 资源类型
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- 引擎名称
注意:此字段可能返回 null,表示取不到有效值。public String getInstance()
public void setInstance(String Instance)
Instance
- 如资源类型为spark-sql 取值为Name, 如为spark-batch 取值为session app_name
注意:此字段可能返回 null,表示取不到有效值。public FavorInfo[] getFavor()
public void setFavor(FavorInfo[] Favor)
Favor
- 亲和性
注意:此字段可能返回 null,表示取不到有效值。public Long getStatus()
public void setStatus(Long Status)
Status
- 状态
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.