public class BaselineBasicInfo extends AbstractModel
Constructor and Description |
---|
BaselineBasicInfo() |
BaselineBasicInfo(BaselineBasicInfo 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 |
getBaselineId()
Get 基线id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 基线名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getParentId()
Get 父级id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBaselineId(Long BaselineId)
Set 基线id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 基线名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParentId(Long ParentId)
Set 父级id
注意:此字段可能返回 null,表示取不到有效值。
|
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 BaselineBasicInfo()
public BaselineBasicInfo(BaselineBasicInfo source)
public String getName()
public void setName(String Name)
Name
- 基线名称
注意:此字段可能返回 null,表示取不到有效值。public Long getBaselineId()
public void setBaselineId(Long BaselineId)
BaselineId
- 基线id
注意:此字段可能返回 null,表示取不到有效值。public Long getParentId()
public void setParentId(Long ParentId)
ParentId
- 父级id
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.