Package com.aducid.sdk.pojo
Class TrustedAim
java.lang.Object
com.aducid.sdk.pojo.TrustedAim
public class TrustedAim
extends java.lang.Object
Trusted AIM.
Created 23. 2. 2017 13:00:36
- Author:
- Radek Jira
-
Constructor Summary
Constructors Constructor Description TrustedAim() -
Method Summary
Modifier and Type Method Description java.lang.StringgetHost()Returns host.QueueStatisticsgetMessagesToBePushed()Returns messagesToBePushed queue statistics.java.lang.StringgetSpid()Returns SPID.AimTypegetType()Returns type.booleanisConnected()Returns connected flag value.booleanisHasCertificate()Returns has certificate flag value.booleanisTrusted()Returns trusted flag value.booleanisVerifySignature()Returns verify signature flag value.voidsetConnected(boolean connected)Sets connected flag value.voidsetHasCertificate(boolean hasCertificate)Sets has certificate flag value.voidsetHost(java.lang.String host)Sets host.voidsetMessagesToBePushed(QueueStatistics messagesToBePushed)Sets messagesToBePushed queue statistics.voidsetSpid(java.lang.String spid)Sets SPID.voidsetTrusted(boolean trusted)Sets trusted flag value.voidsetType(AimType type)Sets type.voidsetVerifySignature(boolean verifySignature)Sets verify signature flag value.java.lang.StringtoString()
-
Constructor Details
-
TrustedAim
public TrustedAim()
-
-
Method Details
-
getType
Returns type.
- Returns:
- type
-
setType
Sets type.
- Parameters:
type- type
-
getSpid
public java.lang.String getSpid()Returns SPID.
- Returns:
- SPID
-
setSpid
public void setSpid(java.lang.String spid)Sets SPID.
- Parameters:
spid- SPID
-
getHost
public java.lang.String getHost()Returns host.
- Returns:
- host
-
setHost
public void setHost(java.lang.String host)Sets host.
- Parameters:
host- host
-
isHasCertificate
public boolean isHasCertificate()Returns has certificate flag value.
- Returns:
- has certificate flag value
-
setHasCertificate
public void setHasCertificate(boolean hasCertificate)Sets has certificate flag value.
- Parameters:
hasCertificate- has certificate flag value
-
isTrusted
public boolean isTrusted()Returns trusted flag value.
- Returns:
- trusted flag value
-
setTrusted
public void setTrusted(boolean trusted)Sets trusted flag value.
- Parameters:
trusted- trusted flag value
-
isVerifySignature
public boolean isVerifySignature()Returns verify signature flag value.
- Returns:
- verify signature flag value
-
setVerifySignature
public void setVerifySignature(boolean verifySignature)Sets verify signature flag value.
- Parameters:
verifySignature- verify signature flag value
-
isConnected
public boolean isConnected()Returns connected flag value.
- Returns:
- connected flag value
-
setConnected
public void setConnected(boolean connected)Sets connected flag value.
- Parameters:
connected- connected flag value
-
getMessagesToBePushed
Returns messagesToBePushed queue statistics.
- Returns:
- messagesToBePushed queue statistics
-
setMessagesToBePushed
Sets messagesToBePushed queue statistics.
- Parameters:
messagesToBePushed- messagesToBePushed queue statistics
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-