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

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

	@SerializedName("Tool")
	private SFSafeEnum Tool;
	@SerializedName("ToolRaw")
	private String ToolRaw;
	@SerializedName("Owner")
	private SFUser Owner;
	@SerializedName("Created")
	private Date Created;
	@SerializedName("ToolVersion")
	private String ToolVersion;
	@SerializedName("JustRegistered")
	private Boolean JustRegistered;
	@SerializedName("IsRemoteWipeReady")
	private Boolean IsRemoteWipeReady;

	public SFSafeEnum getTool() {
		return this.Tool;
	}

	public void setTool(SFSafeEnum tool) {
		this.Tool = tool;
	}
	public String getToolRaw() {
		return this.ToolRaw;
	}

	public void setToolRaw(String toolraw) {
		this.ToolRaw = toolraw;
	}
	public SFUser getOwner() {
		return this.Owner;
	}

	public void setOwner(SFUser owner) {
		this.Owner = owner;
	}
	public Date getCreated() {
		return this.Created;
	}

	public void setCreated(Date created) {
		this.Created = created;
	}
	public String getToolVersion() {
		return this.ToolVersion;
	}

	public void setToolVersion(String toolversion) {
		this.ToolVersion = toolversion;
	}
	public Boolean getJustRegistered() {
		return this.JustRegistered;
	}

	public void setJustRegistered(Boolean justregistered) {
		this.JustRegistered = justregistered;
	}
	public Boolean getIsRemoteWipeReady() {
		return this.IsRemoteWipeReady;
	}

	public void setIsRemoteWipeReady(Boolean isremotewipeready) {
		this.IsRemoteWipeReady = isremotewipeready;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy