Class DescribeResourceScheduleResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.DescribeResourceScheduleResponse
-
public class DescribeResourceScheduleResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeResourceScheduleResponse()DescribeResourceScheduleResponse(DescribeResourceScheduleResponse 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCSInfo()Get 容量调度器的信息StringgetFSInfo()Get 公平调度器的信息BooleangetOpenSwitch()Get 资源调度功能是否开启StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetScheduler()Get 正在使用的资源调度器voidsetCSInfo(String CSInfo)Set 容量调度器的信息voidsetFSInfo(String FSInfo)Set 公平调度器的信息voidsetOpenSwitch(Boolean OpenSwitch)Set 资源调度功能是否开启voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetScheduler(String Scheduler)Set 正在使用的资源调度器voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeResourceScheduleResponse
public DescribeResourceScheduleResponse()
-
DescribeResourceScheduleResponse
public DescribeResourceScheduleResponse(DescribeResourceScheduleResponse 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.
-
-
Method Detail
-
getOpenSwitch
public Boolean getOpenSwitch()
Get 资源调度功能是否开启- Returns:
- OpenSwitch 资源调度功能是否开启
-
setOpenSwitch
public void setOpenSwitch(Boolean OpenSwitch)
Set 资源调度功能是否开启- Parameters:
OpenSwitch- 资源调度功能是否开启
-
getScheduler
public String getScheduler()
Get 正在使用的资源调度器- Returns:
- Scheduler 正在使用的资源调度器
-
setScheduler
public void setScheduler(String Scheduler)
Set 正在使用的资源调度器- Parameters:
Scheduler- 正在使用的资源调度器
-
getFSInfo
public String getFSInfo()
Get 公平调度器的信息- Returns:
- FSInfo 公平调度器的信息
-
setFSInfo
public void setFSInfo(String FSInfo)
Set 公平调度器的信息- Parameters:
FSInfo- 公平调度器的信息
-
getCSInfo
public String getCSInfo()
Get 容量调度器的信息- Returns:
- CSInfo 容量调度器的信息
-
setCSInfo
public void setCSInfo(String CSInfo)
Set 容量调度器的信息- Parameters:
CSInfo- 容量调度器的信息
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-