public class FlowLogStorage extends AbstractModel
| Constructor and Description | 
|---|
| FlowLogStorage() | 
| FlowLogStorage(FlowLogStorage 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 | getStorageId()Get Storage instance ID, which is required when `StorageType` is `ckafka`. | 
| String | getStorageTopic()Get Topic ID, which is required when `StorageType` is `ckafka`. | 
| void | setStorageId(String StorageId)Set Storage instance ID, which is required when `StorageType` is `ckafka`. | 
| void | setStorageTopic(String StorageTopic)Set Topic ID, which is required when `StorageType` is `ckafka`. | 
| 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, toJsonStringpublic FlowLogStorage()
public FlowLogStorage(FlowLogStorage source)
public String getStorageId()
public void setStorageId(String StorageId)
StorageId - Storage instance ID, which is required when `StorageType` is `ckafka`.public String getStorageTopic()
public void setStorageTopic(String StorageTopic)
StorageTopic - Topic ID, which is required when `StorageType` is `ckafka`.
Note: this field may return `null`, indicating that no valid value can be found.Copyright © 2023. All rights reserved.