public class ChcDeployExtraConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ChcDeployExtraConfig()  | 
ChcDeployExtraConfig(ChcDeployExtraConfig 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 | 
getBootFile()
Get 
 | 
String | 
getBootType()
Get 
 | 
String | 
getMiniOsType()
Get 
 | 
String | 
getNextServerAddress()
Get 
 | 
void | 
setBootFile(String BootFile)
Set 
 | 
void | 
setBootType(String BootType)
Set 
 | 
void | 
setMiniOsType(String MiniOsType)
Set 
 | 
void | 
setNextServerAddress(String NextServerAddress)
Set 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ChcDeployExtraConfig()
public ChcDeployExtraConfig(ChcDeployExtraConfig source)
public String getMiniOsType()
public void setMiniOsType(String MiniOsType)
MiniOsType - public String getBootType()
public void setBootType(String BootType)
BootType - public String getBootFile()
public void setBootFile(String BootFile)
BootFile - public String getNextServerAddress()
public void setNextServerAddress(String NextServerAddress)
NextServerAddress - Copyright © 2025. All rights reserved.