public class DescribeGlobalConfigResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeGlobalConfigResponse() | 
| DescribeGlobalConfigResponse(DescribeGlobalConfigResponse 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 | getActiveScheduler()Get 当前生效的资源调度器 | 
| CapacityGlobalConfig | getCapacityGlobalConfig()Get 公平调度器的信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getEnableResourceSchedule()Get 是否开启了资源调度功能 | 
| FairGlobalConfig | getFairGlobalConfig()Get 容量调度器的信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| String | getScheduler()Get 最新的资源调度器 | 
| void | setActiveScheduler(String ActiveScheduler)Set 当前生效的资源调度器 | 
| void | setCapacityGlobalConfig(CapacityGlobalConfig CapacityGlobalConfig)Set 公平调度器的信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEnableResourceSchedule(Boolean EnableResourceSchedule)Set 是否开启了资源调度功能 | 
| void | setFairGlobalConfig(FairGlobalConfig FairGlobalConfig)Set 容量调度器的信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setScheduler(String Scheduler)Set 最新的资源调度器 | 
| 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 DescribeGlobalConfigResponse()
public DescribeGlobalConfigResponse(DescribeGlobalConfigResponse source)
public Boolean getEnableResourceSchedule()
public void setEnableResourceSchedule(Boolean EnableResourceSchedule)
EnableResourceSchedule - 是否开启了资源调度功能public String getActiveScheduler()
public void setActiveScheduler(String ActiveScheduler)
ActiveScheduler - 当前生效的资源调度器public CapacityGlobalConfig getCapacityGlobalConfig()
public void setCapacityGlobalConfig(CapacityGlobalConfig CapacityGlobalConfig)
CapacityGlobalConfig - 公平调度器的信息
注意:此字段可能返回 null,表示取不到有效值。public FairGlobalConfig getFairGlobalConfig()
public void setFairGlobalConfig(FairGlobalConfig FairGlobalConfig)
FairGlobalConfig - 容量调度器的信息
注意:此字段可能返回 null,表示取不到有效值。public String getScheduler()
public void setScheduler(String Scheduler)
Scheduler - 最新的资源调度器public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.