Class FaceApiParams


  • public class FaceApiParams
    extends java.lang.Object
    • Constructor Detail

      • FaceApiParams

        public FaceApiParams()
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
      • setUrl

        public void setUrl​(java.lang.String url)
      • getMode

        public java.lang.String getMode()
      • setMode

        public void setMode​(java.lang.String mode)
      • getThreshold

        public int getThreshold()
      • setThreshold

        public void setThreshold​(int threshold)
      • getServiceTimeout

        public int getServiceTimeout()
      • setServiceTimeout

        public void setServiceTimeout​(int serviceTimeout)
      • getProxy

        public java.lang.String getProxy()
      • setProxy

        public void setProxy​(java.lang.String proxy)
      • getProxyUserPwd

        public java.lang.String getProxyUserPwd()
      • setProxyUserPwd

        public void setProxyUserPwd​(java.lang.String proxyUserPwd)
      • getProxyType

        public java.lang.Integer getProxyType()
      • setProxyType

        public void setProxyType​(java.lang.Integer proxyType)
      • toJsonObject

        public JSONObject toJsonObject()
      • fromJson

        public static FaceApiParams fromJson​(JSONObject object)