-
@JsonClass(generateAdapter = true) public final class ChildAssociation
-
-
Constructor Summary
Constructors Constructor Description ChildAssociation(String childId, String assocType)
-
Method Summary
Modifier and Type Method Description final StringgetChildId()final UnitsetChildId(@Json(name = childId) String childId)final StringgetAssocType()final UnitsetAssocType(@Json(name = assocType) String assocType)-
-
Method Detail
-
getChildId
final String getChildId()
-
setChildId
final Unit setChildId(@Json(name = childId) String childId)
-
getAssocType
final String getAssocType()
-
setAssocType
final Unit setAssocType(@Json(name = assocType) String assocType)
-
-
-
-