Class ClientProfile


  • public class ClientProfile
    extends Object
    • Constructor Detail

      • ClientProfile

        public ClientProfile​(String signMethod,
                             HttpProfile httpProfile)
      • ClientProfile

        public ClientProfile​(String signMethod)
      • ClientProfile

        public ClientProfile()
    • Method Detail

      • getSignMethod

        public String getSignMethod()
      • setSignMethod

        public void setSignMethod​(String signMethod)
      • setHttpProfile

        public void setHttpProfile​(HttpProfile httpProfile)
      • isUnsignedPayload

        public boolean isUnsignedPayload()
        Get the flag of whether payload is ignored.
      • setUnsignedPayload

        public void setUnsignedPayload​(boolean flag)
        Set the flag of whether payload should be ignored. Only has effect when request method is POST.
        Parameters:
        flag -
      • getLanguage

        public Language getLanguage()
      • setLanguage

        public void setLanguage​(Language lang)
      • isDebug

        public boolean isDebug()
      • setDebug

        public void setDebug​(boolean debug)
      • getBackupEndpoint

        public String getBackupEndpoint()
      • setBackupEndpoint

        public void setBackupEndpoint​(String backupEndpoint)