Class PartyInfo
java.lang.Object
io.getlime.security.powerauth.lib.mtoken.model.entity.PartyInfo
public class PartyInfo extends Object
Class representing party information.
- Author:
- Roman Strobl, roman.strobl@wultra.com
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description StringgetDescription()Get party description.StringgetLogoUrl()Get URL with party logo.StringgetName()Get party name.StringgetWebsiteUrl()Get party website URL.voidsetDescription(String description)Set party description.voidsetLogoUrl(String logoUrl)Set URL with party logo.voidsetName(String name)Set party name.voidsetWebsiteUrl(String websiteUrl)Set party website URL.
-
Constructor Details
-
PartyInfo
public PartyInfo()Default constructor. -
PartyInfo
Constructor with party details.- Parameters:
logoUrl- URL with party logo.name- Party name.description- Party description.websiteUrl- Party website URL.
-
-
Method Details
-
getLogoUrl
Get URL with party logo.- Returns:
- URL with party logo.
-
setLogoUrl
Set URL with party logo.- Parameters:
logoUrl- URL with party logo.
-
getName
Get party name.- Returns:
- Party name.
-
setName
Set party name.- Parameters:
name- Party name.
-
getDescription
Get party description.- Returns:
- Party description.
-
setDescription
Set party description.- Parameters:
description- Party description.
-
getWebsiteUrl
Get party website URL.- Returns:
- Party website URL.
-
setWebsiteUrl
Set party website URL.- Parameters:
websiteUrl- Party website URL.
-