Class OnlinePresenceAffiliate
java.lang.Object
travel.wink.sdk.affiliate.model.OnlinePresenceAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-03T14:56:24.064085055+07:00[Asia/Bangkok]")
public class OnlinePresenceAffiliate
extends Object
Online presence of account.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe url, account name or phone number that identifies this user with the specified network.static enumList of all active accounts that could be used for selling or seeing a company's reach. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAudiencesItem(OnlinePresenceAffiliate.AudiencesEnum audiencesItem) audiences(List<OnlinePresenceAffiliate.AudiencesEnum> audiences) audienceSize(Long audienceSize) booleanThe url, account name or phone number that identifies this user with the specified network.@NotNull LongThe url, account name or phone number that identifies this user with the specified network.@NotNull StringThe url, account name or phone number that identifies this user with the specified network.@NotNull OnlinePresenceAffiliate.TypeEnumgetType()List of all active accounts that could be used for selling or seeing a company's reach.inthashCode()identifier(String identifier) voidsetAudiences(List<OnlinePresenceAffiliate.AudiencesEnum> audiences) voidsetAudienceSize(Long audienceSize) voidsetIdentifier(String identifier) voidtoString()
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_AUDIENCES
- See Also:
-
JSON_PROPERTY_AUDIENCE_SIZE
- See Also:
-
-
Constructor Details
-
OnlinePresenceAffiliate
public OnlinePresenceAffiliate()
-
-
Method Details
-
type
-
getType
List of all active accounts that could be used for selling or seeing a company's reach.- Returns:
- type
-
setType
-
identifier
-
getIdentifier
The url, account name or phone number that identifies this user with the specified network.- Returns:
- identifier
-
setIdentifier
-
audiences
-
addAudiencesItem
public OnlinePresenceAffiliate addAudiencesItem(OnlinePresenceAffiliate.AudiencesEnum audiencesItem) -
getAudiences
The url, account name or phone number that identifies this user with the specified network.- Returns:
- audiences
-
setAudiences
-
audienceSize
-
getAudienceSize
The url, account name or phone number that identifies this user with the specified network.- Returns:
- audienceSize
-
setAudienceSize
-
equals
-
hashCode
-
toString
-