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

com.citrix.sharefile.api.models.SFSupportFlag 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 SFSupportFlag extends SFODataObject {

	@SerializedName("UserId")
	private String UserId;
	@SerializedName("AccountId")
	private String AccountId;
	@SerializedName("RepresentativeId")
	private String RepresentativeId;
	@SerializedName("CreationDate")
	private Date CreationDate;
	@SerializedName("NotificationDate")
	private Date NotificationDate;
	@SerializedName("ExpirationDate")
	private Date ExpirationDate;
	@SerializedName("DueDate")
	private Date DueDate;
	@SerializedName("Title")
	private String Title;
	@SerializedName("Description")
	private String Description;
	@SerializedName("Status")
	private SFSafeEnum Status;
	@SerializedName("FlagType")
	private SFSafeEnum FlagType;
	@SerializedName("Action")
	private String Action;
	@SerializedName("BillingLogId")
	private String BillingLogId;

	public String getUserId() {
		return this.UserId;
	}

	public void setUserId(String userid) {
		this.UserId = userid;
	}
	public String getAccountId() {
		return this.AccountId;
	}

	public void setAccountId(String accountid) {
		this.AccountId = accountid;
	}
	public String getRepresentativeId() {
		return this.RepresentativeId;
	}

	public void setRepresentativeId(String representativeid) {
		this.RepresentativeId = representativeid;
	}
	public Date getCreationDate() {
		return this.CreationDate;
	}

	public void setCreationDate(Date creationdate) {
		this.CreationDate = creationdate;
	}
	public Date getNotificationDate() {
		return this.NotificationDate;
	}

	public void setNotificationDate(Date notificationdate) {
		this.NotificationDate = notificationdate;
	}
	public Date getExpirationDate() {
		return this.ExpirationDate;
	}

	public void setExpirationDate(Date expirationdate) {
		this.ExpirationDate = expirationdate;
	}
	public Date getDueDate() {
		return this.DueDate;
	}

	public void setDueDate(Date duedate) {
		this.DueDate = duedate;
	}
	public String getTitle() {
		return this.Title;
	}

	public void setTitle(String title) {
		this.Title = title;
	}
	public String getDescription() {
		return this.Description;
	}

	public void setDescription(String description) {
		this.Description = description;
	}
	public SFSafeEnum getStatus() {
		return this.Status;
	}

	public void setStatus(SFSafeEnum status) {
		this.Status = status;
	}
	public SFSafeEnum getFlagType() {
		return this.FlagType;
	}

	public void setFlagType(SFSafeEnum flagtype) {
		this.FlagType = flagtype;
	}
	public String getAction() {
		return this.Action;
	}

	public void setAction(String action) {
		this.Action = action;
	}
	public String getBillingLogId() {
		return this.BillingLogId;
	}

	public void setBillingLogId(String billinglogid) {
		this.BillingLogId = billinglogid;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy