Class MP_UserLoggingInResp
- java.lang.Object
-
- net.heberling.ismart.asn1.v1_1.entity.MP_UserLoggingInResp
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class MP_UserLoggingInResp extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Constructor Summary
Constructors Constructor Description MP_UserLoggingInResp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LanguageTypegetLanguageType()org.bn.coders.IASN1PreparedElementDatagetPreparedData()StringgetRefreshToken()StringgetToken()TimestampgetTokenExpiration()StringgetUserName()StringgetUserPhoto()Collection<VinInfo>getVinList()voidinitWithDefaults()booleanisLanguageTypePresent()booleanisRefreshTokenPresent()booleanisTokenExpirationPresent()booleanisTokenPresent()booleanisUserPhotoPresent()booleanisVinListPresent()voidsetLanguageType(LanguageType value)voidsetRefreshToken(String value)voidsetToken(String value)voidsetTokenExpiration(Timestamp value)voidsetUserName(String value)voidsetUserPhoto(String value)voidsetVinList(Collection<VinInfo> value)
-
-
-
Method Detail
-
getToken
public String getToken()
-
isTokenPresent
public boolean isTokenPresent()
-
setToken
public void setToken(String value)
-
getRefreshToken
public String getRefreshToken()
-
isRefreshTokenPresent
public boolean isRefreshTokenPresent()
-
setRefreshToken
public void setRefreshToken(String value)
-
getTokenExpiration
public Timestamp getTokenExpiration()
-
isTokenExpirationPresent
public boolean isTokenExpirationPresent()
-
setTokenExpiration
public void setTokenExpiration(Timestamp value)
-
getVinList
public Collection<VinInfo> getVinList()
-
isVinListPresent
public boolean isVinListPresent()
-
setVinList
public void setVinList(Collection<VinInfo> value)
-
getUserPhoto
public String getUserPhoto()
-
isUserPhotoPresent
public boolean isUserPhotoPresent()
-
setUserPhoto
public void setUserPhoto(String value)
-
getUserName
public String getUserName()
-
setUserName
public void setUserName(String value)
-
getLanguageType
public LanguageType getLanguageType()
-
isLanguageTypePresent
public boolean isLanguageTypePresent()
-
setLanguageType
public void setLanguageType(LanguageType value)
-
initWithDefaults
public void initWithDefaults()
- Specified by:
initWithDefaultsin interfaceorg.bn.coders.IASN1PreparedElement
-
getPreparedData
public org.bn.coders.IASN1PreparedElementData getPreparedData()
- Specified by:
getPreparedDatain interfaceorg.bn.coders.IASN1PreparedElement
-
-