Class VideoSessionOs

    • Constructor Detail

      • VideoSessionOs

        public VideoSessionOs()
    • Method Detail

      • getName

        @Nullable
        public String getName()
        The name of the operating system.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getShortname

        @Nullable
        public String getShortname()
        The nickname for the operating system, often representing the version.
        Returns:
        shortname
      • setShortname

        public void setShortname​(String shortname)
      • getVersion

        @Nullable
        public String getVersion()
        The version of the operating system.
        Returns:
        version
      • setVersion

        public void setVersion​(String version)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object