public class MemberRegistration extends Object implements Serializable
| Constructor and Description |
|---|
MemberRegistration()
Default constructor initializes registration information to null.
|
MemberRegistration(MemberRegistration template)
Copy/clone constructor copies registration information from the template.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate if the values stored match the object to compare.
|
String |
getMetadataCollectionId()
Return the unique identifier of the repository's metadata collection id.
|
String |
getMetadataCollectionName()
Return the metadata collection name.
|
String |
getOrganizationName()
Return the name of the organization.
|
Date |
getRegistrationTime()
Return the time that this repository registered with the cluster.
|
Connection |
getRepositoryConnection()
Return the connection information for a connector that enables remote calls to the repository server.
|
String |
getServerName()
Return the display name for the server.
|
String |
getServerType()
Return the type of server.
|
int |
hashCode()
Hash code base on variable values.
|
void |
setMetadataCollectionId(String metadataCollectionId)
Set up the unique identifier of the repository's metadata collection id.
|
void |
setMetadataCollectionName(String metadataCollectionName)
Set up the metadata collection name.
|
void |
setOrganizationName(String organizationName)
Set up the name of the organization.
|
void |
setRegistrationTime(Date registrationTime)
Set up the time that this repository registered with the cluster.
|
void |
setRepositoryConnection(Connection repositoryConnection)
Set up the connection information for a connector that enables remote calls to the repository server.
|
void |
setServerName(String serverName)
Set up the display name for the server.
|
void |
setServerType(String serverType)
Set up the type of server.
|
String |
toString()
toString JSON-style
|
public MemberRegistration()
public MemberRegistration(MemberRegistration template)
template - MemberRegistration properties to copypublic String getMetadataCollectionId()
public void setMetadataCollectionId(String metadataCollectionId)
metadataCollectionId - String guidpublic String getMetadataCollectionName()
public void setMetadataCollectionName(String metadataCollectionName)
metadataCollectionName - string namepublic String getServerName()
public void setServerName(String serverName)
serverName - String display namepublic String getServerType()
public void setServerType(String serverType)
serverType - String server typepublic String getOrganizationName()
public void setOrganizationName(String organizationName)
organizationName - String name of the organizationpublic Date getRegistrationTime()
public void setRegistrationTime(Date registrationTime)
registrationTime - Date object representing the registration time stamppublic Connection getRepositoryConnection()
public void setRepositoryConnection(Connection repositoryConnection)
repositoryConnection - Connection object containing the properties of the connectionpublic boolean equals(Object objectToCompare)
public int hashCode()
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.