Class HelloMessage
java.lang.Object
com.slack.api.socket_mode.request.HelloMessage
public class HelloMessage
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHelloMessage.ConnectionInfostatic classHelloMessage.DebugInfo -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE -
Constructor Summary
Constructors Constructor Description HelloMessage() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)HelloMessage.ConnectionInfogetConnectionInfo()HelloMessage.DebugInfogetDebugInfo()java.lang.IntegergetNumConnections()java.lang.StringgetType()inthashCode()voidsetConnectionInfo(HelloMessage.ConnectionInfo connectionInfo)voidsetDebugInfo(HelloMessage.DebugInfo debugInfo)voidsetNumConnections(java.lang.Integer numConnections)java.lang.StringtoString()
-
Field Details
-
TYPE
public static final java.lang.String TYPE- See Also:
- Constant Field Values
-
-
Constructor Details
-
HelloMessage
public HelloMessage()
-
-
Method Details
-
getType
public java.lang.String getType() -
getNumConnections
public java.lang.Integer getNumConnections() -
getDebugInfo
-
getConnectionInfo
-
setNumConnections
public void setNumConnections(java.lang.Integer numConnections) -
setDebugInfo
-
setConnectionInfo
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-