Class LivenessResponse

    • Constructor Detail

      • LivenessResponse

        public LivenessResponse()
      • LivenessResponse

        public LivenessResponse​(LivenessResponse source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getBestFrameBase64

        public String getBestFrameBase64()
        Get 验证通过后的视频最佳截图照片,照片为BASE64编码后的值,jpg格式。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BestFrameBase64 验证通过后的视频最佳截图照片,照片为BASE64编码后的值,jpg格式。 注意:此字段可能返回 null,表示取不到有效值。
      • setBestFrameBase64

        public void setBestFrameBase64​(String BestFrameBase64)
        Set 验证通过后的视频最佳截图照片,照片为BASE64编码后的值,jpg格式。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BestFrameBase64 - 验证通过后的视频最佳截图照片,照片为BASE64编码后的值,jpg格式。 注意:此字段可能返回 null,表示取不到有效值。
      • getResult

        public String getResult()
        Get 业务错误码,成功情况返回Success, 错误情况请参考下方错误码 列表中FailedOperation部分
        Returns:
        Result 业务错误码,成功情况返回Success, 错误情况请参考下方错误码 列表中FailedOperation部分
      • setResult

        public void setResult​(String Result)
        Set 业务错误码,成功情况返回Success, 错误情况请参考下方错误码 列表中FailedOperation部分
        Parameters:
        Result - 业务错误码,成功情况返回Success, 错误情况请参考下方错误码 列表中FailedOperation部分
      • getDescription

        public String getDescription()
        Get 业务结果描述。
        Returns:
        Description 业务结果描述。
      • setDescription

        public void setDescription​(String Description)
        Set 业务结果描述。
        Parameters:
        Description - 业务结果描述。
      • getBestFrameList

        public String[] getBestFrameList()
        Get 最佳最佳截图列表,仅在配置了返回多张最佳截图时有效。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BestFrameList 最佳最佳截图列表,仅在配置了返回多张最佳截图时有效。 注意:此字段可能返回 null,表示取不到有效值。
      • setBestFrameList

        public void setBestFrameList​(String[] BestFrameList)
        Set 最佳最佳截图列表,仅在配置了返回多张最佳截图时有效。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BestFrameList - 最佳最佳截图列表,仅在配置了返回多张最佳截图时有效。 注意:此字段可能返回 null,表示取不到有效值。
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。