public class ParticipantMetadata extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ParticipantMetadata.Builder
Class to build instances of
ParticipantMetadata. |
| Constructor and Description |
|---|
ParticipantMetadata()
Default constructor.
|
ParticipantMetadata(String ipAddress)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress()
Getter for IpAddress.
|
void |
setIpAddress(String ipAddress)
Setter for IpAddress.
|
ParticipantMetadata.Builder |
toBuilder()
Builds a new
ParticipantMetadata.Builder object. |
String |
toString()
Converts this ParticipantMetadata into string format.
|
public ParticipantMetadata()
public ParticipantMetadata(String ipAddress)
ipAddress - String value for ipAddress.public String getIpAddress()
public void setIpAddress(String ipAddress)
ipAddress - Value for Stringpublic String toString()
public ParticipantMetadata.Builder toBuilder()
ParticipantMetadata.Builder object.
Creates the instance with the state of the current model.ParticipantMetadata.Builder objectCopyright © 2025. All rights reserved.