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

org.apache.camel.component.linkedin.SearchResourceEndpointConfiguration Maven / Gradle / Ivy

There is a newer version: 2.15.6
Show newest version
/*
 * Camel EndpointConfiguration generated by camel-api-component-maven-plugin
 * Generated on: Sat Aug 15 16:30:00 EDT 2015
 */
package org.apache.camel.component.linkedin;

import org.apache.camel.spi.UriParam;
import org.apache.camel.spi.UriParams;

/**
 * Camel EndpointConfiguration for org.apache.camel.component.linkedin.api.SearchResource
 */
@UriParams
public final class SearchResourceEndpointConfiguration extends LinkedInConfiguration {

    @UriParam
    private String company_name;

    @UriParam
    private Long count;

    @UriParam
    private String country_code;

    @UriParam
    private String current_company;

    @UriParam
    private String current_school;

    @UriParam
    private String current_title;

    @UriParam
    private org.apache.camel.component.linkedin.api.model.Distance distance;

    @UriParam
    private String facet;

    @UriParam
    private String facets;

    @UriParam
    private String fields;

    @UriParam
    private String first_name;

    @UriParam
    private String hq_only;

    @UriParam
    private String job_title;

    @UriParam
    private String keywords;

    @UriParam
    private String last_name;

    @UriParam
    private String postal_code;

    @UriParam
    private String school_name;

    @UriParam
    private String sort;

    @UriParam
    private Long start;

    @UriParam
    private String title;

    public String getCompany_name() {
        return company_name;
    }

    public void setCompany_name(String company_name) {
        this.company_name = company_name;
    }

    public Long getCount() {
        return count;
    }

    public void setCount(Long count) {
        this.count = count;
    }

    public String getCountry_code() {
        return country_code;
    }

    public void setCountry_code(String country_code) {
        this.country_code = country_code;
    }

    public String getCurrent_company() {
        return current_company;
    }

    public void setCurrent_company(String current_company) {
        this.current_company = current_company;
    }

    public String getCurrent_school() {
        return current_school;
    }

    public void setCurrent_school(String current_school) {
        this.current_school = current_school;
    }

    public String getCurrent_title() {
        return current_title;
    }

    public void setCurrent_title(String current_title) {
        this.current_title = current_title;
    }

    public org.apache.camel.component.linkedin.api.model.Distance getDistance() {
        return distance;
    }

    public void setDistance(org.apache.camel.component.linkedin.api.model.Distance distance) {
        this.distance = distance;
    }

    public String getFacet() {
        return facet;
    }

    public void setFacet(String facet) {
        this.facet = facet;
    }

    public String getFacets() {
        return facets;
    }

    public void setFacets(String facets) {
        this.facets = facets;
    }

    public String getFields() {
        return fields;
    }

    public void setFields(String fields) {
        this.fields = fields;
    }

    public String getFirst_name() {
        return first_name;
    }

    public void setFirst_name(String first_name) {
        this.first_name = first_name;
    }

    public String getHq_only() {
        return hq_only;
    }

    public void setHq_only(String hq_only) {
        this.hq_only = hq_only;
    }

    public String getJob_title() {
        return job_title;
    }

    public void setJob_title(String job_title) {
        this.job_title = job_title;
    }

    public String getKeywords() {
        return keywords;
    }

    public void setKeywords(String keywords) {
        this.keywords = keywords;
    }

    public String getLast_name() {
        return last_name;
    }

    public void setLast_name(String last_name) {
        this.last_name = last_name;
    }

    public String getPostal_code() {
        return postal_code;
    }

    public void setPostal_code(String postal_code) {
        this.postal_code = postal_code;
    }

    public String getSchool_name() {
        return school_name;
    }

    public void setSchool_name(String school_name) {
        this.school_name = school_name;
    }

    public String getSort() {
        return sort;
    }

    public void setSort(String sort) {
        this.sort = sort;
    }

    public Long getStart() {
        return start;
    }

    public void setStart(Long start) {
        this.start = start;
    }

    public String getTitle() {
        return title;
    }

    public void setTitle(String title) {
        this.title = title;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy