Class BugCollection.History.AppVersion

  • Enclosing class:
    BugCollection.History

    public static class BugCollection.History.AppVersion
    extends java.lang.Object

    Java class for anonymous complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
           <attribute name="release" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="codeSize" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="numClasses" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected long codeSize  
      protected long numClasses  
      protected java.lang.String release  
      protected long sequence  
      protected java.math.BigInteger timestamp  
    • Constructor Summary

      Constructors 
      Constructor Description
      AppVersion()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCodeSize()
      Gets the value of the codeSize property.
      long getNumClasses()
      Gets the value of the numClasses property.
      java.lang.String getRelease()
      Gets the value of the release property.
      long getSequence()
      Gets the value of the sequence property.
      java.math.BigInteger getTimestamp()
      Gets the value of the timestamp property.
      void setCodeSize​(long value)
      Sets the value of the codeSize property.
      void setNumClasses​(long value)
      Sets the value of the numClasses property.
      void setRelease​(java.lang.String value)
      Sets the value of the release property.
      void setSequence​(long value)
      Sets the value of the sequence property.
      void setTimestamp​(java.math.BigInteger value)
      Sets the value of the timestamp property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sequence

        protected long sequence
      • timestamp

        protected java.math.BigInteger timestamp
      • release

        protected java.lang.String release
      • codeSize

        protected long codeSize
      • numClasses

        protected long numClasses
    • Constructor Detail

      • AppVersion

        public AppVersion()
    • Method Detail

      • getSequence

        public long getSequence()
        Gets the value of the sequence property.
      • setSequence

        public void setSequence​(long value)
        Sets the value of the sequence property.
      • getTimestamp

        public java.math.BigInteger getTimestamp()
        Gets the value of the timestamp property.
        Returns:
        possible object is BigInteger
      • setTimestamp

        public void setTimestamp​(java.math.BigInteger value)
        Sets the value of the timestamp property.
        Parameters:
        value - allowed object is BigInteger
      • getRelease

        public java.lang.String getRelease()
        Gets the value of the release property.
        Returns:
        possible object is String
      • setRelease

        public void setRelease​(java.lang.String value)
        Sets the value of the release property.
        Parameters:
        value - allowed object is String
      • getCodeSize

        public long getCodeSize()
        Gets the value of the codeSize property.
      • setCodeSize

        public void setCodeSize​(long value)
        Sets the value of the codeSize property.
      • getNumClasses

        public long getNumClasses()
        Gets the value of the numClasses property.
      • setNumClasses

        public void setNumClasses​(long value)
        Sets the value of the numClasses property.