public class ImageOsList extends AbstractModel
| Constructor and Description | 
|---|
| ImageOsList() | 
| ImageOsList(ImageOsList 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[] | getLinux()Get Supported Linux OS
Note: This field may return null, indicating that no valid value is found. | 
| String[] | getWindows()Get Supported Windows OS
Note: This field may return null, indicating that no valid value is found. | 
| void | setLinux(String[] Linux)Set Supported Linux OS
Note: This field may return null, indicating that no valid value is found. | 
| void | setWindows(String[] Windows)Set Supported Windows OS
Note: This field may return null, indicating that no valid value is found. | 
| 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 ImageOsList()
public ImageOsList(ImageOsList source)
public String[] getWindows()
public void setWindows(String[] Windows)
Windows - Supported Windows OS
Note: This field may return null, indicating that no valid value is found.public String[] getLinux()
public void setLinux(String[] Linux)
Linux - Supported Linux OS
Note: This field may return null, indicating that no valid value is found.Copyright © 2022. All rights reserved.