public class StartLoggingResponse extends AbstractModel
Constructor and Description |
---|
StartLoggingResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getIsSuccess()
Get Indicates if the tracking set was enabled successfully
|
String |
getRequestId()
Get Unique ID of request.
|
void |
setIsSuccess(Long IsSuccess)
Set Indicates if the tracking set was enabled successfully
|
void |
setRequestId(String RequestId)
Set Unique ID of request.
|
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 Long getIsSuccess()
public void setIsSuccess(Long IsSuccess)
IsSuccess
- Indicates if the tracking set was enabled successfullypublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- Unique ID of request. Each request returns a unique ID. The `RequestId` is required for troubleshooting.Copyright © 2020. All rights reserved.