Package io.nutrient.data.models
Class IngestionResponse
-
- All Implemented Interfaces:
@Serializable() public final class IngestionResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final String
permanentId
private final String
changingId
private final String
token
-
Constructor Summary
Constructors Constructor Description IngestionResponse(String permanentId, String changingId, String token)
-
Method Summary
Modifier and Type Method Description final String
getPermanentId()
final String
getChangingId()
final String
getToken()
-
-
Method Detail
-
getPermanentId
final String getPermanentId()
-
getChangingId
final String getChangingId()
-
-
-
-