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

com.blazebit.weblink.rest.model.BulkWeblinkRepresentation Maven / Gradle / Ivy

package com.blazebit.weblink.rest.model;

import java.util.Calendar;
import java.util.Map;
import java.util.Set;

import com.blazebit.weblink.rest.model.config.ConfigurationTypeConfigElementRepresentation;

public class BulkWeblinkRepresentation extends WeblinkRepresentation {

	private static final long serialVersionUID = 1L;
	
	private String weblinkKey;
	
	public BulkWeblinkRepresentation() {
		super();
	}

	public BulkWeblinkRepresentation(String targetUri, Calendar expirationTime, String securityGroupName, String dispatcherType, Set dispatcherConfiguration, Map tags, Calendar creationDate, String weblinkKey) {
		super(targetUri, expirationTime, securityGroupName, dispatcherType, dispatcherConfiguration, tags, creationDate);
		this.weblinkKey = weblinkKey;
	}

	public String getWeblinkKey() {
		return weblinkKey;
	}

	public void setWeblinkKey(String weblinkKey) {
		this.weblinkKey = weblinkKey;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy