public class ImageLimitConfig extends AbstractModel
Constructor and Description |
---|
ImageLimitConfig() |
ImageLimitConfig(ImageLimitConfig 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 |
---|---|
Long |
getMaxImageSize()
Get Supported maximum image size in GB, including custom image size for import and central cloud image size.
|
void |
setMaxImageSize(Long MaxImageSize)
Set Supported maximum image size in GB, including custom image size for import and central cloud image size.
|
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 ImageLimitConfig()
public ImageLimitConfig(ImageLimitConfig source)
public Long getMaxImageSize()
public void setMaxImageSize(Long MaxImageSize)
MaxImageSize
- Supported maximum image size in GB, including custom image size for import and central cloud image size.Copyright © 2023. All rights reserved.