Class Settings
- java.lang.Object
-
- org.hyperledger.aries.api.settings.Settings
-
public class Settings extends Object
Websocket event payload"payload": { "authenticated": true, "label": "Aries Cloud Agent", "endpoint": "http://localhost:8030", "no_receive_invites": false, "help_link": null }
-
-
Constructor Summary
Constructors Constructor Description Settings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEndpoint()StringgetHelpLink()StringgetLabel()inthashCode()booleanisAuthenticated()booleanisNoReceiveInvites()voidsetAuthenticated(boolean authenticated)voidsetEndpoint(String endpoint)voidsetHelpLink(String helpLink)voidsetLabel(String label)voidsetNoReceiveInvites(boolean noReceiveInvites)StringtoString()
-
-
-
Method Detail
-
isAuthenticated
public boolean isAuthenticated()
-
isNoReceiveInvites
public boolean isNoReceiveInvites()
-
getLabel
public String getLabel()
-
getEndpoint
public String getEndpoint()
-
getHelpLink
public String getHelpLink()
-
setAuthenticated
public void setAuthenticated(boolean authenticated)
-
setNoReceiveInvites
public void setNoReceiveInvites(boolean noReceiveInvites)
-
setLabel
public void setLabel(String label)
-
setEndpoint
public void setEndpoint(String endpoint)
-
setHelpLink
public void setHelpLink(String helpLink)
-
canEqual
protected boolean canEqual(Object other)
-
-