StatisticaContenuti.java

  1. /*
  2.  * GovWay - A customizable API Gateway
  3.  * https://govway.org
  4.  *
  5.  * Copyright (c) 2005-2025 Link.it srl (https://link.it).
  6.  *
  7.  * This program is free software: you can redistribute it and/or modify
  8.  * it under the terms of the GNU General Public License version 3, as published by
  9.  * the Free Software Foundation.
  10.  *
  11.  * This program is distributed in the hope that it will be useful,
  12.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.  * GNU General Public License for more details.
  15.  *
  16.  * You should have received a copy of the GNU General Public License
  17.  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  18.  *
  19.  */
  20. package org.openspcoop2.core.statistiche;

  21. import javax.xml.bind.annotation.XmlAccessType;
  22. import javax.xml.bind.annotation.XmlAccessorType;
  23. import javax.xml.bind.annotation.XmlElement;
  24. import javax.xml.bind.annotation.XmlRootElement;
  25. import javax.xml.bind.annotation.XmlType;
  26. import java.io.Serializable;


  27. /** <p>Java class for statistica-contenuti complex type.
  28.  *
  29.  * <p>The following schema fragment specifies the expected content contained within this class.
  30.  *
  31.  * <pre>
  32.  * &lt;complexType name="statistica-contenuti"&gt;
  33.  *      &lt;sequence&gt;
  34.  *          &lt;element name="data" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="1" maxOccurs="1"/&gt;
  35.  *          &lt;element name="risorsa-nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1" maxOccurs="1"/&gt;
  36.  *          &lt;element name="risorsa-valore" type="{http://www.openspcoop2.org/core/statistiche}string" minOccurs="1" maxOccurs="1"/&gt;
  37.  *          &lt;element name="filtro-nome-1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" maxOccurs="1"/&gt;
  38.  *          &lt;element name="filtro-valore-1" type="{http://www.openspcoop2.org/core/statistiche}string" minOccurs="0" maxOccurs="1"/&gt;
  39.  *          &lt;element name="filtro-nome-2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" maxOccurs="1"/&gt;
  40.  *          &lt;element name="filtro-valore-2" type="{http://www.openspcoop2.org/core/statistiche}string" minOccurs="0" maxOccurs="1"/&gt;
  41.  *          &lt;element name="filtro-nome-3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" maxOccurs="1"/&gt;
  42.  *          &lt;element name="filtro-valore-3" type="{http://www.openspcoop2.org/core/statistiche}string" minOccurs="0" maxOccurs="1"/&gt;
  43.  *          &lt;element name="filtro-nome-4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" maxOccurs="1"/&gt;
  44.  *          &lt;element name="filtro-valore-4" type="{http://www.openspcoop2.org/core/statistiche}string" minOccurs="0" maxOccurs="1"/&gt;
  45.  *          &lt;element name="filtro-nome-5" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" maxOccurs="1"/&gt;
  46.  *          &lt;element name="filtro-valore-5" type="{http://www.openspcoop2.org/core/statistiche}string" minOccurs="0" maxOccurs="1"/&gt;
  47.  *          &lt;element name="filtro-nome-6" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" maxOccurs="1"/&gt;
  48.  *          &lt;element name="filtro-valore-6" type="{http://www.openspcoop2.org/core/statistiche}string" minOccurs="0" maxOccurs="1"/&gt;
  49.  *          &lt;element name="filtro-nome-7" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" maxOccurs="1"/&gt;
  50.  *          &lt;element name="filtro-valore-7" type="{http://www.openspcoop2.org/core/statistiche}string" minOccurs="0" maxOccurs="1"/&gt;
  51.  *          &lt;element name="filtro-nome-8" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" maxOccurs="1"/&gt;
  52.  *          &lt;element name="filtro-valore-8" type="{http://www.openspcoop2.org/core/statistiche}string" minOccurs="0" maxOccurs="1"/&gt;
  53.  *          &lt;element name="filtro-nome-9" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" maxOccurs="1"/&gt;
  54.  *          &lt;element name="filtro-valore-9" type="{http://www.openspcoop2.org/core/statistiche}string" minOccurs="0" maxOccurs="1"/&gt;
  55.  *          &lt;element name="filtro-nome-10" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" maxOccurs="1"/&gt;
  56.  *          &lt;element name="filtro-valore-10" type="{http://www.openspcoop2.org/core/statistiche}string" minOccurs="0" maxOccurs="1"/&gt;
  57.  *          &lt;element name="numero-transazioni" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="1" maxOccurs="1"/&gt;
  58.  *          &lt;element name="dimensioni-bytes-banda-complessiva" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0" maxOccurs="1"/&gt;
  59.  *          &lt;element name="dimensioni-bytes-banda-interna" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0" maxOccurs="1"/&gt;
  60.  *          &lt;element name="dimensioni-bytes-banda-esterna" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0" maxOccurs="1"/&gt;
  61.  *          &lt;element name="latenza-totale" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0" maxOccurs="1"/&gt;
  62.  *          &lt;element name="latenza-porta" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0" maxOccurs="1"/&gt;
  63.  *          &lt;element name="latenza-servizio" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0" maxOccurs="1"/&gt;
  64.  *      &lt;/sequence&gt;
  65.  * &lt;/complexType&gt;
  66.  * </pre>
  67.  *
  68.  * @version $Rev$, $Date$
  69.  *
  70.  * @author Poli Andrea (poli@link.it)
  71.  * @author Tommaso Burlon (tommaso.burlon@link.it)
  72.  * @author $Author$
  73.  * */

  74. @XmlAccessorType(XmlAccessType.FIELD)
  75. @XmlType(name = "statistica-contenuti",
  76.   propOrder = {
  77.     "data",
  78.     "risorsaNome",
  79.     "risorsaValore",
  80.     "filtroNome1",
  81.     "filtroValore1",
  82.     "filtroNome2",
  83.     "filtroValore2",
  84.     "filtroNome3",
  85.     "filtroValore3",
  86.     "filtroNome4",
  87.     "filtroValore4",
  88.     "filtroNome5",
  89.     "filtroValore5",
  90.     "filtroNome6",
  91.     "filtroValore6",
  92.     "filtroNome7",
  93.     "filtroValore7",
  94.     "filtroNome8",
  95.     "filtroValore8",
  96.     "filtroNome9",
  97.     "filtroValore9",
  98.     "filtroNome10",
  99.     "filtroValore10",
  100.     "numeroTransazioni",
  101.     "dimensioniBytesBandaComplessiva",
  102.     "dimensioniBytesBandaInterna",
  103.     "dimensioniBytesBandaEsterna",
  104.     "latenzaTotale",
  105.     "latenzaPorta",
  106.     "latenzaServizio"
  107.   }
  108. )

  109. @XmlRootElement(name = "statistica-contenuti")

  110. public class StatisticaContenuti extends org.openspcoop2.utils.beans.BaseBeanWithId implements Serializable , Cloneable {
  111.   public StatisticaContenuti() {
  112.     super();
  113.   }

  114.   public java.util.Date getData() {
  115.     return this.data;
  116.   }

  117.   public void setData(java.util.Date data) {
  118.     this.data = data;
  119.   }

  120.   public java.lang.String getRisorsaNome() {
  121.     return this.risorsaNome;
  122.   }

  123.   public void setRisorsaNome(java.lang.String risorsaNome) {
  124.     this.risorsaNome = risorsaNome;
  125.   }

  126.   public java.lang.String getRisorsaValore() {
  127.     return this.risorsaValore;
  128.   }

  129.   public void setRisorsaValore(java.lang.String risorsaValore) {
  130.     this.risorsaValore = risorsaValore;
  131.   }

  132.   public java.lang.String getFiltroNome1() {
  133.     return this.filtroNome1;
  134.   }

  135.   public void setFiltroNome1(java.lang.String filtroNome1) {
  136.     this.filtroNome1 = filtroNome1;
  137.   }

  138.   public java.lang.String getFiltroValore1() {
  139.     return this.filtroValore1;
  140.   }

  141.   public void setFiltroValore1(java.lang.String filtroValore1) {
  142.     this.filtroValore1 = filtroValore1;
  143.   }

  144.   public java.lang.String getFiltroNome2() {
  145.     return this.filtroNome2;
  146.   }

  147.   public void setFiltroNome2(java.lang.String filtroNome2) {
  148.     this.filtroNome2 = filtroNome2;
  149.   }

  150.   public java.lang.String getFiltroValore2() {
  151.     return this.filtroValore2;
  152.   }

  153.   public void setFiltroValore2(java.lang.String filtroValore2) {
  154.     this.filtroValore2 = filtroValore2;
  155.   }

  156.   public java.lang.String getFiltroNome3() {
  157.     return this.filtroNome3;
  158.   }

  159.   public void setFiltroNome3(java.lang.String filtroNome3) {
  160.     this.filtroNome3 = filtroNome3;
  161.   }

  162.   public java.lang.String getFiltroValore3() {
  163.     return this.filtroValore3;
  164.   }

  165.   public void setFiltroValore3(java.lang.String filtroValore3) {
  166.     this.filtroValore3 = filtroValore3;
  167.   }

  168.   public java.lang.String getFiltroNome4() {
  169.     return this.filtroNome4;
  170.   }

  171.   public void setFiltroNome4(java.lang.String filtroNome4) {
  172.     this.filtroNome4 = filtroNome4;
  173.   }

  174.   public java.lang.String getFiltroValore4() {
  175.     return this.filtroValore4;
  176.   }

  177.   public void setFiltroValore4(java.lang.String filtroValore4) {
  178.     this.filtroValore4 = filtroValore4;
  179.   }

  180.   public java.lang.String getFiltroNome5() {
  181.     return this.filtroNome5;
  182.   }

  183.   public void setFiltroNome5(java.lang.String filtroNome5) {
  184.     this.filtroNome5 = filtroNome5;
  185.   }

  186.   public java.lang.String getFiltroValore5() {
  187.     return this.filtroValore5;
  188.   }

  189.   public void setFiltroValore5(java.lang.String filtroValore5) {
  190.     this.filtroValore5 = filtroValore5;
  191.   }

  192.   public java.lang.String getFiltroNome6() {
  193.     return this.filtroNome6;
  194.   }

  195.   public void setFiltroNome6(java.lang.String filtroNome6) {
  196.     this.filtroNome6 = filtroNome6;
  197.   }

  198.   public java.lang.String getFiltroValore6() {
  199.     return this.filtroValore6;
  200.   }

  201.   public void setFiltroValore6(java.lang.String filtroValore6) {
  202.     this.filtroValore6 = filtroValore6;
  203.   }

  204.   public java.lang.String getFiltroNome7() {
  205.     return this.filtroNome7;
  206.   }

  207.   public void setFiltroNome7(java.lang.String filtroNome7) {
  208.     this.filtroNome7 = filtroNome7;
  209.   }

  210.   public java.lang.String getFiltroValore7() {
  211.     return this.filtroValore7;
  212.   }

  213.   public void setFiltroValore7(java.lang.String filtroValore7) {
  214.     this.filtroValore7 = filtroValore7;
  215.   }

  216.   public java.lang.String getFiltroNome8() {
  217.     return this.filtroNome8;
  218.   }

  219.   public void setFiltroNome8(java.lang.String filtroNome8) {
  220.     this.filtroNome8 = filtroNome8;
  221.   }

  222.   public java.lang.String getFiltroValore8() {
  223.     return this.filtroValore8;
  224.   }

  225.   public void setFiltroValore8(java.lang.String filtroValore8) {
  226.     this.filtroValore8 = filtroValore8;
  227.   }

  228.   public java.lang.String getFiltroNome9() {
  229.     return this.filtroNome9;
  230.   }

  231.   public void setFiltroNome9(java.lang.String filtroNome9) {
  232.     this.filtroNome9 = filtroNome9;
  233.   }

  234.   public java.lang.String getFiltroValore9() {
  235.     return this.filtroValore9;
  236.   }

  237.   public void setFiltroValore9(java.lang.String filtroValore9) {
  238.     this.filtroValore9 = filtroValore9;
  239.   }

  240.   public java.lang.String getFiltroNome10() {
  241.     return this.filtroNome10;
  242.   }

  243.   public void setFiltroNome10(java.lang.String filtroNome10) {
  244.     this.filtroNome10 = filtroNome10;
  245.   }

  246.   public java.lang.String getFiltroValore10() {
  247.     return this.filtroValore10;
  248.   }

  249.   public void setFiltroValore10(java.lang.String filtroValore10) {
  250.     this.filtroValore10 = filtroValore10;
  251.   }

  252.   public java.lang.Integer getNumeroTransazioni() {
  253.     return this.numeroTransazioni;
  254.   }

  255.   public void setNumeroTransazioni(java.lang.Integer numeroTransazioni) {
  256.     this.numeroTransazioni = numeroTransazioni;
  257.   }

  258.   public java.lang.Long getDimensioniBytesBandaComplessiva() {
  259.     return this.dimensioniBytesBandaComplessiva;
  260.   }

  261.   public void setDimensioniBytesBandaComplessiva(java.lang.Long dimensioniBytesBandaComplessiva) {
  262.     this.dimensioniBytesBandaComplessiva = dimensioniBytesBandaComplessiva;
  263.   }

  264.   public java.lang.Long getDimensioniBytesBandaInterna() {
  265.     return this.dimensioniBytesBandaInterna;
  266.   }

  267.   public void setDimensioniBytesBandaInterna(java.lang.Long dimensioniBytesBandaInterna) {
  268.     this.dimensioniBytesBandaInterna = dimensioniBytesBandaInterna;
  269.   }

  270.   public java.lang.Long getDimensioniBytesBandaEsterna() {
  271.     return this.dimensioniBytesBandaEsterna;
  272.   }

  273.   public void setDimensioniBytesBandaEsterna(java.lang.Long dimensioniBytesBandaEsterna) {
  274.     this.dimensioniBytesBandaEsterna = dimensioniBytesBandaEsterna;
  275.   }

  276.   public java.lang.Long getLatenzaTotale() {
  277.     return this.latenzaTotale;
  278.   }

  279.   public void setLatenzaTotale(java.lang.Long latenzaTotale) {
  280.     this.latenzaTotale = latenzaTotale;
  281.   }

  282.   public java.lang.Long getLatenzaPorta() {
  283.     return this.latenzaPorta;
  284.   }

  285.   public void setLatenzaPorta(java.lang.Long latenzaPorta) {
  286.     this.latenzaPorta = latenzaPorta;
  287.   }

  288.   public java.lang.Long getLatenzaServizio() {
  289.     return this.latenzaServizio;
  290.   }

  291.   public void setLatenzaServizio(java.lang.Long latenzaServizio) {
  292.     this.latenzaServizio = latenzaServizio;
  293.   }

  294.   private static final long serialVersionUID = 1L;



  295.   @javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter(org.openspcoop2.utils.jaxb.DateTime2String.class)
  296.   @javax.xml.bind.annotation.XmlSchemaType(name="dateTime")
  297.   @XmlElement(name="data",required=true,nillable=false,type=java.lang.String.class)
  298.   protected java.util.Date data;

  299.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  300.   @XmlElement(name="risorsa-nome",required=true,nillable=false)
  301.   protected java.lang.String risorsaNome;

  302.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  303.   @XmlElement(name="risorsa-valore",required=true,nillable=false)
  304.   protected java.lang.String risorsaValore;

  305.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  306.   @XmlElement(name="filtro-nome-1",required=false,nillable=false)
  307.   protected java.lang.String filtroNome1;

  308.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  309.   @XmlElement(name="filtro-valore-1",required=false,nillable=false)
  310.   protected java.lang.String filtroValore1;

  311.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  312.   @XmlElement(name="filtro-nome-2",required=false,nillable=false)
  313.   protected java.lang.String filtroNome2;

  314.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  315.   @XmlElement(name="filtro-valore-2",required=false,nillable=false)
  316.   protected java.lang.String filtroValore2;

  317.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  318.   @XmlElement(name="filtro-nome-3",required=false,nillable=false)
  319.   protected java.lang.String filtroNome3;

  320.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  321.   @XmlElement(name="filtro-valore-3",required=false,nillable=false)
  322.   protected java.lang.String filtroValore3;

  323.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  324.   @XmlElement(name="filtro-nome-4",required=false,nillable=false)
  325.   protected java.lang.String filtroNome4;

  326.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  327.   @XmlElement(name="filtro-valore-4",required=false,nillable=false)
  328.   protected java.lang.String filtroValore4;

  329.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  330.   @XmlElement(name="filtro-nome-5",required=false,nillable=false)
  331.   protected java.lang.String filtroNome5;

  332.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  333.   @XmlElement(name="filtro-valore-5",required=false,nillable=false)
  334.   protected java.lang.String filtroValore5;

  335.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  336.   @XmlElement(name="filtro-nome-6",required=false,nillable=false)
  337.   protected java.lang.String filtroNome6;

  338.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  339.   @XmlElement(name="filtro-valore-6",required=false,nillable=false)
  340.   protected java.lang.String filtroValore6;

  341.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  342.   @XmlElement(name="filtro-nome-7",required=false,nillable=false)
  343.   protected java.lang.String filtroNome7;

  344.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  345.   @XmlElement(name="filtro-valore-7",required=false,nillable=false)
  346.   protected java.lang.String filtroValore7;

  347.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  348.   @XmlElement(name="filtro-nome-8",required=false,nillable=false)
  349.   protected java.lang.String filtroNome8;

  350.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  351.   @XmlElement(name="filtro-valore-8",required=false,nillable=false)
  352.   protected java.lang.String filtroValore8;

  353.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  354.   @XmlElement(name="filtro-nome-9",required=false,nillable=false)
  355.   protected java.lang.String filtroNome9;

  356.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  357.   @XmlElement(name="filtro-valore-9",required=false,nillable=false)
  358.   protected java.lang.String filtroValore9;

  359.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  360.   @XmlElement(name="filtro-nome-10",required=false,nillable=false)
  361.   protected java.lang.String filtroNome10;

  362.   @javax.xml.bind.annotation.XmlSchemaType(name="string")
  363.   @XmlElement(name="filtro-valore-10",required=false,nillable=false)
  364.   protected java.lang.String filtroValore10;

  365.   @javax.xml.bind.annotation.XmlSchemaType(name="integer")
  366.   @XmlElement(name="numero-transazioni",required=true,nillable=false)
  367.   protected java.lang.Integer numeroTransazioni;

  368.   @javax.xml.bind.annotation.XmlSchemaType(name="unsignedLong")
  369.   @XmlElement(name="dimensioni-bytes-banda-complessiva",required=false,nillable=false)
  370.   protected java.lang.Long dimensioniBytesBandaComplessiva;

  371.   @javax.xml.bind.annotation.XmlSchemaType(name="unsignedLong")
  372.   @XmlElement(name="dimensioni-bytes-banda-interna",required=false,nillable=false)
  373.   protected java.lang.Long dimensioniBytesBandaInterna;

  374.   @javax.xml.bind.annotation.XmlSchemaType(name="unsignedLong")
  375.   @XmlElement(name="dimensioni-bytes-banda-esterna",required=false,nillable=false)
  376.   protected java.lang.Long dimensioniBytesBandaEsterna;

  377.   @javax.xml.bind.annotation.XmlSchemaType(name="unsignedLong")
  378.   @XmlElement(name="latenza-totale",required=false,nillable=false)
  379.   protected java.lang.Long latenzaTotale;

  380.   @javax.xml.bind.annotation.XmlSchemaType(name="unsignedLong")
  381.   @XmlElement(name="latenza-porta",required=false,nillable=false)
  382.   protected java.lang.Long latenzaPorta;

  383.   @javax.xml.bind.annotation.XmlSchemaType(name="unsignedLong")
  384.   @XmlElement(name="latenza-servizio",required=false,nillable=false)
  385.   protected java.lang.Long latenzaServizio;

  386. }