public class CreateCloudProductLogCollectionResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateCloudProductLogCollectionResponse() | 
| CreateCloudProductLogCollectionResponse(CreateCloudProductLogCollectionResponse 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 | getLogsetId()Get 日志集ID | 
| String | getLogsetName()Get 日志集名称 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| Long | getStatus()Get -1 创建中,1创建完成 | 
| String | getTopicId()Get 日志主题ID | 
| String | getTopicName()Get 日志主题名称 | 
| void | setLogsetId(String LogsetId)Set 日志集ID | 
| void | setLogsetName(String LogsetName)Set 日志集名称 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setStatus(Long Status)Set -1 创建中,1创建完成 | 
| void | setTopicId(String TopicId)Set 日志主题ID | 
| void | setTopicName(String TopicName)Set 日志主题名称 | 
| 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 CreateCloudProductLogCollectionResponse()
public CreateCloudProductLogCollectionResponse(CreateCloudProductLogCollectionResponse source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId - 日志主题IDpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName - 日志主题名称public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId - 日志集IDpublic String getLogsetName()
public void setLogsetName(String LogsetName)
LogsetName - 日志集名称public Long getStatus()
public void setStatus(Long Status)
Status - -1 创建中,1创建完成public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.