public class SnapshotOperationLog extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SnapshotOperationLog()  | 
SnapshotOperationLog(SnapshotOperationLog 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 | 
getOperation()
Get Operation type. 
 | 
String | 
getOperationState()
Get Status of operation. 
 | 
String | 
getOperator()
Get UIN of operator. 
 | 
String | 
getSnapshotId()
Get ID of snapshot being operated. 
 | 
String | 
getStartTime()
Get Start time 
 | 
void | 
setEndTime(String EndTime)
Set End time 
 | 
void | 
setOperation(String Operation)
Set Operation type. 
 | 
void | 
setOperationState(String OperationState)
Set Status of operation. 
 | 
void | 
setOperator(String Operator)
Set UIN of operator. 
 | 
void | 
setSnapshotId(String SnapshotId)
Set ID of snapshot being operated. 
 | 
void | 
setStartTime(String StartTime)
Set Start time 
 | 
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 SnapshotOperationLog()
public SnapshotOperationLog(SnapshotOperationLog source)
public String getOperationState()
public void setOperationState(String OperationState)
OperationState - Status of operation. Value range:
SUCCESS: Operation successful 
FAILED: Operation failed 
PROCESSING: Operation in processpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start timepublic String getOperator()
public void setOperator(String Operator)
Operator - UIN of operator.
Note: This field may return null, indicating that no valid value was found.public String getSnapshotId()
public void setSnapshotId(String SnapshotId)
SnapshotId - ID of snapshot being operated.public String getOperation()
public void setOperation(String Operation)
Operation - Operation type. Value range:
SNAP_OPERATION_DELETE: Delete snapshot
SNAP_OPERATION_ROLLBACK: Roll back snapshot
SNAP_OPERATION_MODIFY: Modify snapshot attributes
SNAP_OPERATION_CREATE: Create snapshot
SNAP_OPERATION_COPY: Cross-region replication of snapshot
ASP_OPERATION_CREATE_SNAP: Create snapshot with scheduled snapshot policy
ASP_OPERATION_DELETE_SNAP: Delete snapshot from scheduled snapshot policypublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - End timeCopyright © 2025. All rights reserved.