public class ReplayInstanceAuditLogRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ReplayInstanceAuditLogRequest()  | 
ReplayInstanceAuditLogRequest(ReplayInstanceAuditLogRequest 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 Specifies the end time in the time format yyyy-DD-mm hh:mm:ss. 
 | 
String | 
getSourceClusterId()
Get Source cluster id. 
 | 
String | 
getSourceInstanceId()
Get Source instance id. 
 | 
String | 
getStartTime()
Get Start time. 
 | 
String | 
getTargetClusterId()
Get Target cluster id. 
 | 
String | 
getTargetInstanceId()
Get Target instance id. 
 | 
String | 
getTargetPassword()
Get Password. 
 | 
String | 
getTargetUserName()
Get Username. 
 | 
void | 
setEndTime(String EndTime)
Set Specifies the end time in the time format yyyy-DD-mm hh:mm:ss. 
 | 
void | 
setSourceClusterId(String SourceClusterId)
Set Source cluster id. 
 | 
void | 
setSourceInstanceId(String SourceInstanceId)
Set Source instance id. 
 | 
void | 
setStartTime(String StartTime)
Set Start time. 
 | 
void | 
setTargetClusterId(String TargetClusterId)
Set Target cluster id. 
 | 
void | 
setTargetInstanceId(String TargetInstanceId)
Set Target instance id. 
 | 
void | 
setTargetPassword(String TargetPassword)
Set Password. 
 | 
void | 
setTargetUserName(String TargetUserName)
Set Username. 
 | 
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 ReplayInstanceAuditLogRequest()
public ReplayInstanceAuditLogRequest(ReplayInstanceAuditLogRequest source)
public String getSourceClusterId()
public void setSourceClusterId(String SourceClusterId)
SourceClusterId - Source cluster id.public String getSourceInstanceId()
public void setSourceInstanceId(String SourceInstanceId)
SourceInstanceId - Source instance id.public String getTargetClusterId()
public void setTargetClusterId(String TargetClusterId)
TargetClusterId - Target cluster id.
Specifies the target cluster must be a cluster cloned from the original cluster within three days.public String getTargetInstanceId()
public void setTargetInstanceId(String TargetInstanceId)
TargetInstanceId - Target instance id.public String getTargetUserName()
public void setTargetUserName(String TargetUserName)
TargetUserName - Username. host must be % username.public String getTargetPassword()
public void setTargetPassword(String TargetPassword)
TargetPassword - Password.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time. time format: yyyy-DD-mm hh:mm:ss.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Specifies the end time in the time format yyyy-DD-mm hh:mm:ss.Copyright © 2025. All rights reserved.