Package io.trippay.sdk.payment.model
Class ActivityStreamUser
java.lang.Object
io.trippay.sdk.payment.model.ActivityStreamUser
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-08T09:18:59.196133021+07:00[Asia/Bangkok]")
public class ActivityStreamUser
extends Object
Optional user. Attached when an authenticated user is available in the context of the activity.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringgetName()Full name of user.Optional url of user's profile picture@NotNull @Valid UUIDUser ID of authenticated person that created the stream.inthashCode()profilePictureUrl(String profilePictureUrl) voidvoidsetProfilePictureUrl(String profilePictureUrl) voidsetUserIdentifier(UUID userIdentifier) toString()userIdentifier(UUID userIdentifier)
-
Field Details
-
JSON_PROPERTY_USER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PROFILE_PICTURE_URL
- See Also:
-
-
Constructor Details
-
ActivityStreamUser
public ActivityStreamUser()
-
-
Method Details
-
userIdentifier
-
getUserIdentifier
User ID of authenticated person that created the stream.- Returns:
- userIdentifier
-
setUserIdentifier
-
name
-
getName
-
setName
-
profilePictureUrl
-
getProfilePictureUrl
Optional url of user's profile picture- Returns:
- profilePictureUrl
-
setProfilePictureUrl
-
equals
-
hashCode
-
toString
-