-
@JsonClass(generateAdapter = true) public final class DeletedNodeBodyRestore
-
-
Field Summary
Fields Modifier and Type Field Description private StringtargetParentIdprivate StringassocType
-
Constructor Summary
Constructors Constructor Description DeletedNodeBodyRestore(String targetParentId, String assocType)
-
Method Summary
Modifier and Type Method Description final StringgetTargetParentId()final UnitsetTargetParentId(@Json(name = targetParentId) String targetParentId)final StringgetAssocType()final UnitsetAssocType(@Json(name = assocType) String assocType)-
-
Method Detail
-
getTargetParentId
final String getTargetParentId()
-
setTargetParentId
final Unit setTargetParentId(@Json(name = targetParentId) String targetParentId)
-
getAssocType
final String getAssocType()
-
setAssocType
final Unit setAssocType(@Json(name = assocType) String assocType)
-
-
-
-