public class DescribeInstanceOperationHistoryRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeInstanceOperationHistoryRequest() |
DescribeInstanceOperationHistoryRequest(DescribeInstanceOperationHistoryRequest 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 |
getEndTime()
Get End time
|
String |
getInstanceId()
Get Cluster ID
|
Long |
getPageNum()
Get Page number, which is 1 by default.
|
Long |
getPageSize()
Get Number of records per page, which is 10 by default.
|
String |
getPassWord()
Get Password corresponding to the user.
|
String |
getStartTime()
Get Start time
|
String |
getUserName()
Get Use the user who has corresponding permissions for operations.
|
void |
setEndTime(String EndTime)
Set End time
|
void |
setInstanceId(String InstanceId)
Set Cluster ID
|
void |
setPageNum(Long PageNum)
Set Page number, which is 1 by default.
|
void |
setPageSize(Long PageSize)
Set Number of records per page, which is 10 by default.
|
void |
setPassWord(String PassWord)
Set Password corresponding to the user.
|
void |
setStartTime(String StartTime)
Set Start time
|
void |
setUserName(String UserName)
Set Use the user who has corresponding permissions for operations.
|
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 DescribeInstanceOperationHistoryRequest()
public DescribeInstanceOperationHistoryRequest(DescribeInstanceOperationHistoryRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster IDpublic Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- Page number, which is 1 by default.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Number of records per page, which is 10 by default.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End timepublic String getUserName()
public void setUserName(String UserName)
UserName
- Use the user who has corresponding permissions for operations. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.public String getPassWord()
public void setPassWord(String PassWord)
PassWord
- Password corresponding to the user. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.Copyright © 2024. All rights reserved.