All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fisco.bcos.channel.handler.GroupChannelConnectionsConfig Maven / Gradle / Ivy

There is a newer version: 2.6.6
Show newest version
package org.fisco.bcos.channel.handler;

import java.util.List;

public class GroupChannelConnectionsConfig {
	private List allChannelConnections;

	public List getAllChannelConnections() {
		return allChannelConnections;
	}

	public void setAllChannelConnections(List allChannelConnections) {
		this.allChannelConnections = allChannelConnections;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy