public class BrAPILinkageGroup extends Object
| Constructor and Description |
|---|
BrAPILinkageGroup() |
| Modifier and Type | Method and Description |
|---|---|
BrAPILinkageGroup |
additionalInfo(com.google.gson.JsonObject additionalInfo) |
boolean |
equals(Object o) |
com.google.gson.JsonObject |
getAdditionalInfo()
Additional arbitrary info
|
String |
getLinkageGroupName()
The Uniquely Identifiable name of this linkage group
|
Integer |
getMarkerCount()
The number of markers associated with this linkage group
|
Integer |
getMaxPosition()
The maximum position of a marker within this linkage group
|
int |
hashCode() |
BrAPILinkageGroup |
linkageGroupName(String linkageGroupName) |
BrAPILinkageGroup |
markerCount(Integer markerCount) |
BrAPILinkageGroup |
maxPosition(Integer maxPosition) |
BrAPILinkageGroup |
putAdditionalInfoItem(String key,
Object additionalInfoItem) |
void |
setAdditionalInfo(com.google.gson.JsonObject additionalInfo) |
void |
setLinkageGroupName(String linkageGroupName) |
void |
setMarkerCount(Integer markerCount) |
void |
setMaxPosition(Integer maxPosition) |
String |
toString() |
public BrAPILinkageGroup additionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPILinkageGroup putAdditionalInfoItem(String key, Object additionalInfoItem)
public com.google.gson.JsonObject getAdditionalInfo()
public void setAdditionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPILinkageGroup linkageGroupName(String linkageGroupName)
public String getLinkageGroupName()
public void setLinkageGroupName(String linkageGroupName)
public BrAPILinkageGroup markerCount(Integer markerCount)
public Integer getMarkerCount()
public void setMarkerCount(Integer markerCount)
public BrAPILinkageGroup maxPosition(Integer maxPosition)
public Integer getMaxPosition()
public void setMaxPosition(Integer maxPosition)
Copyright © 2023. All rights reserved.