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

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

	@SerializedName("CountryCode")
	private String CountryCode;
	@SerializedName("AreaCode")
	private String AreaCode;
	@SerializedName("Number")
	private String Number;
	@SerializedName("Availability")
	private ArrayList Availability;
	@SerializedName("UTCOffsetMins")
	private Integer UTCOffsetMins;

	public String getCountryCode() {
		return this.CountryCode;
	}

	public void setCountryCode(String countrycode) {
		this.CountryCode = countrycode;
	}
	public String getAreaCode() {
		return this.AreaCode;
	}

	public void setAreaCode(String areacode) {
		this.AreaCode = areacode;
	}
	public String getNumber() {
		return this.Number;
	}

	public void setNumber(String number) {
		this.Number = number;
	}
	public ArrayList getAvailability() {
		return this.Availability;
	}

	public void setAvailability(ArrayList availability) {
		this.Availability = availability;
	}
	public Integer getUTCOffsetMins() {
		return this.UTCOffsetMins;
	}

	public void setUTCOffsetMins(Integer utcoffsetmins) {
		this.UTCOffsetMins = utcoffsetmins;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy