Class UserAgentPermission


  • public class UserAgentPermission
    extends Object
    Since:
    5.0.0
    Version:
    $Revision: 10825 $ $Date: 2009-08-04 12:36:40 -0300 (Tue, 04 Aug 2009) $
    • Constructor Detail

      • UserAgentPermission

        public UserAgentPermission()
    • Method Detail

      • getUserAgent

        public UserAgent getUserAgent()
        Returns the userAgent.
        Returns:
        the userAgent
        Since:
        5.0.0
      • setUserAgent

        public void setUserAgent​(UserAgent userAgent)
        Sets the userAgent.
        Parameters:
        userAgent - the userAgent value to set.
        Since:
        5.0.0
      • getId

        public String getId()
        Returns the id.
        Returns:
        the id
        Since:
        5.0.0
      • setId

        public void setId​(String id)
        Sets the id.
        Parameters:
        id - the id value to set.
        Since:
        5.0.0
      • getType

        public int getType()
        Returns the type.
        Returns:
        the type
        Since:
        5.0.0
      • setType

        public void setType​(int type)
        Sets the type.
        Parameters:
        type - the type value to set.
        Since:
        5.0.0
      • getValue

        public String getValue()
        Returns the userAgentId.
        Returns:
        the userAgentId
        Since:
        5.0.0
      • setValue

        public void setValue​(String value)
        Sets the value.
        Parameters:
        value - the value value to set.
        Since:
        5.0.0