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 $Author$
  72.  * */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  293.   private static final long serialVersionUID = 1L;



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  385. }