Package | Description |
---|---|
com.tencentcloudapi.mdp.v20200527.models |
Modifier and Type | Method and Description |
---|---|
CacheInfo |
CreateStreamPackageChannelRequest.getCacheInfo()
Get Cache configuration
|
CacheInfo |
ChannelInfo.getCacheInfo()
Get Cache configuration
Note: this field may return `null`, indicating that no valid value was found.
|
CacheInfo |
ModifyStreamPackageChannelRequest.getCacheInfo()
Get Cache configuration
|
Modifier and Type | Method and Description |
---|---|
void |
CreateStreamPackageChannelRequest.setCacheInfo(CacheInfo CacheInfo)
Set Cache configuration
|
void |
ChannelInfo.setCacheInfo(CacheInfo CacheInfo)
Set Cache configuration
Note: this field may return `null`, indicating that no valid value was found.
|
void |
ModifyStreamPackageChannelRequest.setCacheInfo(CacheInfo CacheInfo)
Set Cache configuration
|
Constructor and Description |
---|
CacheInfo(CacheInfo 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.
|
Copyright © 2023. All rights reserved.