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

com.citrix.sharefile.api.models.SFSearchProvider Maven / Gradle / Ivy


// ------------------------------------------------------------------------------
// 
//     This code was generated by a tool.
//  
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
//     
//	   Copyright (c) 2017 Citrix ShareFile. All rights reserved.
// 
// ------------------------------------------------------------------------------

package com.citrix.sharefile.api.models;

import java.io.InputStream;
import java.util.ArrayList;
import java.net.URI;
import java.util.Date;
import java.util.Map;
import java.util.HashMap;

import com.google.gson.annotations.SerializedName;
import com.citrix.sharefile.api.*;
import com.citrix.sharefile.api.enumerations.*;
import com.citrix.sharefile.api.models.*;

public class SFSearchProvider extends SFODataObject {

	@SerializedName("SearchQueryUrl")
	private String SearchQueryUrl;
	@SerializedName("QueueUrl")
	private String QueueUrl;
	@SerializedName("IsPrimary")
	private Boolean IsPrimary;
	@SerializedName("IsActive")
	private Boolean IsActive;
	@SerializedName("DisplayUI")
	private Boolean DisplayUI;
	@SerializedName("SearchProviderId")
	private Integer SearchProviderId;
	@SerializedName("AccountId")
	private String AccountId;
	@SerializedName("TypeName")
	private String TypeName;
	@SerializedName("ZoneId")
	private String ZoneId;

	public String getSearchQueryUrl() {
		return this.SearchQueryUrl;
	}

	public void setSearchQueryUrl(String searchqueryurl) {
		this.SearchQueryUrl = searchqueryurl;
	}
	public String getQueueUrl() {
		return this.QueueUrl;
	}

	public void setQueueUrl(String queueurl) {
		this.QueueUrl = queueurl;
	}
	public Boolean getIsPrimary() {
		return this.IsPrimary;
	}

	public void setIsPrimary(Boolean isprimary) {
		this.IsPrimary = isprimary;
	}
	public Boolean getIsActive() {
		return this.IsActive;
	}

	public void setIsActive(Boolean isactive) {
		this.IsActive = isactive;
	}
	public Boolean getDisplayUI() {
		return this.DisplayUI;
	}

	public void setDisplayUI(Boolean displayui) {
		this.DisplayUI = displayui;
	}
	public Integer getSearchProviderId() {
		return this.SearchProviderId;
	}

	public void setSearchProviderId(Integer searchproviderid) {
		this.SearchProviderId = searchproviderid;
	}
	public String getAccountId() {
		return this.AccountId;
	}

	public void setAccountId(String accountid) {
		this.AccountId = accountid;
	}
	public String getTypeName() {
		return this.TypeName;
	}

	public void setTypeName(String typename) {
		this.TypeName = typename;
	}
	public String getZoneId() {
		return this.ZoneId;
	}

	public void setZoneId(String zoneid) {
		this.ZoneId = zoneid;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy