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 Affiliated type
Note: This field may return null, indicating that no valid values can be obtained. | 
| FavorInfo[] | getFavor()Get Affinity
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getInstance()Get If the resource type is spark-sql, the value is Name; if the resource type is spark-batch, the value is session app_name. | 
| String | getName()Get Engine name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getResourceType()Get Resource type
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getStatus()Get Status
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAttributionType(String AttributionType)Set Affiliated type
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setFavor(FavorInfo[] Favor)Set Affinity
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setInstance(String Instance)Set If the resource type is spark-sql, the value is Name; if the resource type is spark-batch, the value is session app_name. | 
| void | setName(String Name)Set Engine name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setResourceType(String ResourceType)Set Resource type
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStatus(Long Status)Set Status
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic ResourceInfo()
public ResourceInfo(ResourceInfo source)
public String getAttributionType()
public void setAttributionType(String AttributionType)
AttributionType - Affiliated type
Note: This field may return null, indicating that no valid values can be obtained.public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - Resource type
Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name - Engine name
Note: This field may return null, indicating that no valid values can be obtained.public String getInstance()
public void setInstance(String Instance)
Instance - If the resource type is spark-sql, the value is Name; if the resource type is spark-batch, the value is session app_name.
Note: This field may return null, indicating that no valid values can be obtained.public FavorInfo[] getFavor()
public void setFavor(FavorInfo[] Favor)
Favor - Affinity
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status - Status
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.