public class PeakFamilyInfo extends AbstractModel
Constructor and Description |
---|
PeakFamilyInfo() |
PeakFamilyInfo(PeakFamilyInfo 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 |
---|---|
InstanceFamilyTypeConfig |
getInstanceFamily()
Get Model type information.
|
PeakBase[] |
getPeakBaseSet()
Get Peak information of basic data.
|
void |
setInstanceFamily(InstanceFamilyTypeConfig InstanceFamily)
Set Model type information.
|
void |
setPeakBaseSet(PeakBase[] PeakBaseSet)
Set Peak information of basic data.
|
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 PeakFamilyInfo()
public PeakFamilyInfo(PeakFamilyInfo source)
public InstanceFamilyTypeConfig getInstanceFamily()
public void setInstanceFamily(InstanceFamilyTypeConfig InstanceFamily)
InstanceFamily
- Model type information.public PeakBase[] getPeakBaseSet()
public void setPeakBaseSet(PeakBase[] PeakBaseSet)
PeakBaseSet
- Peak information of basic data.Copyright © 2023. All rights reserved.