public class UnRelatedSlsLogStoreResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UnRelatedSlsLogStoreResponseBody.UnRelatedSlsLogStoreResponseBodyResult |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode |
String |
errorMessage |
String |
requestId |
UnRelatedSlsLogStoreResponseBody.UnRelatedSlsLogStoreResponseBodyResult |
result |
String |
success |
| 构造器和说明 |
|---|
UnRelatedSlsLogStoreResponseBody() |
@NameInMap(value="ErrorCode") public String errorCode
@NameInMap(value="ErrorMessage") public String errorMessage
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Result") public UnRelatedSlsLogStoreResponseBody.UnRelatedSlsLogStoreResponseBodyResult result
@NameInMap(value="Success") public String success
public static UnRelatedSlsLogStoreResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UnRelatedSlsLogStoreResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public UnRelatedSlsLogStoreResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public UnRelatedSlsLogStoreResponseBody setRequestId(String requestId)
public String getRequestId()
public UnRelatedSlsLogStoreResponseBody setResult(UnRelatedSlsLogStoreResponseBody.UnRelatedSlsLogStoreResponseBodyResult result)
public UnRelatedSlsLogStoreResponseBody.UnRelatedSlsLogStoreResponseBodyResult getResult()
public UnRelatedSlsLogStoreResponseBody setSuccess(String success)
public String getSuccess()
Copyright © 2022. All rights reserved.