Package org.a2aproject.sdk.grpc.mapper
Interface GetTaskPushNotificationConfigParamsMapper
- All Known Implementing Classes:
GetTaskPushNotificationConfigParamsMapperImpl
public interface GetTaskPushNotificationConfigParamsMapper
Mapper between
GetTaskPushNotificationConfigRequest and GetTaskPushNotificationConfigParams.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.a2aproject.sdk.spec.GetTaskPushNotificationConfigParamsConverts proto GetTaskPushNotificationConfigRequest to domain GetTaskPushNotificationConfigParams.toProto(org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams domain) Converts domain GetTaskPushNotificationConfigParams to proto GetTaskPushNotificationConfigRequest.
-
Field Details
-
INSTANCE
-
-
Method Details
-
fromProto
org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams fromProto(GetTaskPushNotificationConfigRequest proto) Converts proto GetTaskPushNotificationConfigRequest to domain GetTaskPushNotificationConfigParams. -
toProto
GetTaskPushNotificationConfigRequest toProto(org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams domain) Converts domain GetTaskPushNotificationConfigParams to proto GetTaskPushNotificationConfigRequest.
-