public static final class MsgClientInfo.Builder
extends java.lang.Object
MsgClientInfo.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
MsgClientInfo. |
| Modifier and Type | Method and Description |
|---|---|
MsgClientInfo |
build() |
MsgClientInfo.Builder |
setAccountName(java.lang.String accountName)
Account name for the messaging client.
|
MsgClientInfo.Builder |
setCertificate(java.lang.String certificate)
Messaging client's certificate.
|
MsgClientInfo.Builder |
setSharedSecret(java.lang.String sharedSecret)
Messaging client's secret.
|
MsgClientInfo.Builder |
setSoftwareVersion(java.lang.String softwareVersion)
Software version of the node.
|
public Builder()
MsgClientInfo.public MsgClientInfo.Builder setAccountName(java.lang.String accountName)
accountName - New value for the property.public MsgClientInfo.Builder setCertificate(java.lang.String certificate)
certificate - New value for the property.public MsgClientInfo.Builder setSharedSecret(java.lang.String sharedSecret)
sharedSecret - New value for the property.public MsgClientInfo.Builder setSoftwareVersion(java.lang.String softwareVersion)
softwareVersion - New value for the property.public MsgClientInfo build()