-
public final class GetProfileResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGetProfileResponse.Companion
-
Constructor Summary
Constructors Constructor Description GetProfileResponse(String guid, String message, GetProfileResponseResult result, Integer status)
-
Method Summary
Modifier and Type Method Description final StringgetGuid()final StringgetMessage()final GetProfileResponseResultgetResult()final IntegergetStatus()-
-
Constructor Detail
-
GetProfileResponse
GetProfileResponse(String guid, String message, GetProfileResponseResult result, Integer status)
-
-
Method Detail
-
getMessage
final String getMessage()
-
getResult
final GetProfileResponseResult getResult()
-
-
-
-