Class InitializeProxyProfileRequestContext

    • Field Detail

      • profileId

        @Nullable
        private String profileId
        The profile ID to initialize the context to.
      • loggingId

        @Nullable
        private String loggingId
        The logging ID to initialize the context to.
      • browserProfile

        private boolean browserProfile
        Whether this is a browser-based profile request.
    • Constructor Detail

      • InitializeProxyProfileRequestContext

        public InitializeProxyProfileRequestContext()
        Constructor.
    • Method Detail

      • setProfileId

        public void setProfileId​(@Nullable
                                 String id)
        Set the profile ID to populate into the context.
        Parameters:
        id - profile ID to populate into the context
      • setLoggingId

        public void setLoggingId​(@Nullable
                                 String id)
        Set the logging ID to populate into the context.
        Parameters:
        id - logging ID to populate into the context
      • setBrowserProfile

        public void setBrowserProfile​(boolean browser)
        Set whether the request is browser-based, defaults to false.
        Parameters:
        browser - true iff the request is browser based