public class JobGraphEdge extends AbstractModel
skipSign
Constructor and Description |
---|
JobGraphEdge() |
JobGraphEdge(JobGraphEdge 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 |
getSource()
Get 边的起始节点ID
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTarget()
Get 边的目标节点ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSource(Long Source)
Set 边的起始节点ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTarget(Long Target)
Set 边的目标节点ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public JobGraphEdge()
public JobGraphEdge(JobGraphEdge source)
public Long getSource()
public void setSource(Long Source)
Source
- 边的起始节点ID
注意:此字段可能返回 null,表示取不到有效值。public Long getTarget()
public void setTarget(Long Target)
Target
- 边的目标节点ID
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.