public class ReplicationLog extends AbstractModel
Constructor and Description |
---|
ReplicationLog() |
ReplicationLog(ReplicationLog 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 |
getDestination()
Get Path of the destination resource
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getEndTime()
Get End time
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.
|
String |
getSource()
Get Path of the source resource
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getStartTime()
Get Start time
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Synchronization status
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDestination(String Destination)
Set Path of the destination resource
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setEndTime(String EndTime)
Set End time
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 |
setSource(String Source)
Set Path of the source resource
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setStartTime(String StartTime)
Set Start time
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Synchronization 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ReplicationLog()
public ReplicationLog(ReplicationLog source)
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 getSource()
public void setSource(String Source)
Source
- Path of the source resource
Note: this field may return `null`, indicating that no valid values can be obtained.public String getDestination()
public void setDestination(String Destination)
Destination
- Path of the destination resource
Note: this field may return `null`, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- Synchronization status
Note: this field may return `null`, indicating that no valid values can be obtained.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time
Note: this field may return `null`, indicating that no valid values can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.