@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class VmCdRomParams extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_BOOT |
static String |
SERIALIZED_NAME_CONTENT_LIBRARY_IMAGE_ID |
static String |
SERIALIZED_NAME_ELF_IMAGE_ID |
static String |
SERIALIZED_NAME_INDEX |
static String |
SERIALIZED_NAME_KEY |
| 构造器和说明 |
|---|
VmCdRomParams() |
| 限定符和类型 | 方法和说明 |
|---|---|
VmCdRomParams |
boot(Integer boot) |
VmCdRomParams |
contentLibraryImageId(String contentLibraryImageId) |
VmCdRomParams |
elfImageId(String elfImageId) |
boolean |
equals(Object o) |
Integer |
getBoot()
Get boot
|
String |
getContentLibraryImageId()
Get contentLibraryImageId
|
String |
getElfImageId()
Get elfImageId
|
Integer |
getIndex()
Get index
|
Integer |
getKey()
Get key
|
int |
hashCode() |
VmCdRomParams |
index(Integer index) |
VmCdRomParams |
key(Integer key) |
void |
setBoot(Integer boot) |
void |
setContentLibraryImageId(String contentLibraryImageId) |
void |
setElfImageId(String elfImageId) |
void |
setIndex(Integer index) |
void |
setKey(Integer key) |
String |
toString() |
public static final String SERIALIZED_NAME_CONTENT_LIBRARY_IMAGE_ID
public VmCdRomParams contentLibraryImageId(String contentLibraryImageId)
@Nullable public String getContentLibraryImageId()
public void setContentLibraryImageId(String contentLibraryImageId)
public VmCdRomParams elfImageId(String elfImageId)
public void setElfImageId(String elfImageId)
public VmCdRomParams index(Integer index)
public void setIndex(Integer index)
public VmCdRomParams key(Integer key)
public void setKey(Integer key)
public VmCdRomParams boot(Integer boot)
public void setBoot(Integer boot)
Copyright © 2025. All rights reserved.