-
@JsonClass(generateAdapter = true) public final class AssociationBody
-
-
Constructor Summary
Constructors Constructor Description AssociationBody(String targetId, String assocType)
-
Method Summary
Modifier and Type Method Description final StringgetTargetId()final UnitsetTargetId(@Json(name = targetId) String targetId)final StringgetAssocType()final UnitsetAssocType(@Json(name = assocType) String assocType)-
-
Method Detail
-
getTargetId
final String getTargetId()
-
setTargetId
final Unit setTargetId(@Json(name = targetId) String targetId)
-
getAssocType
final String getAssocType()
-
setAssocType
final Unit setAssocType(@Json(name = assocType) String assocType)
-
-
-
-