Class | Description |
---|---|
CodeInfo |
decorator pattern 装饰者模式代理
CodeInfo 代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释 转发所有 CodeInfo get/set方法到CodeInfo.delegate() 指定的实例,计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong) |
CompareResult |
decorator pattern 装饰者模式代理
CompareResult 代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释 转发所有 CompareResult get/set方法到CompareResult.delegate() 指定的实例,计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong) |
EyeInfo |
decorator pattern 装饰者模式代理
EyeInfo 代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释 转发所有 EyeInfo get/set方法到EyeInfo.delegate() 指定的实例,计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong) |
FaceApiThriftDecorator |
decorator pattern 装饰者模式代理
FaceApi 接口将 FaceApi 实例封装为一个thrift服务转发所有服务请求到 FaceApiThriftDecorator.delegate() 指定的实例计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong) |
FAngle |
decorator pattern 装饰者模式代理
FAngle 代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释 转发所有 FAngle get/set方法到FAngle.delegate() 指定的实例,计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong) |
FInt2 |
decorator pattern 装饰者模式代理
FInt2 代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释 转发所有 FInt2 get/set方法到FInt2.delegate() 指定的实例,计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong) |
FRect |
decorator pattern 装饰者模式代理
FRect 代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释 转发所有 FRect get/set方法到FRect.delegate() 指定的实例,计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong) |
FseResult |
decorator pattern 装饰者模式代理
FseResult 代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释 转发所有 FseResult get/set方法到FseResult.delegate() 指定的实例,计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong) |
Exception | Description |
---|---|
NotFaceDetectedException |
decorator pattern 装饰者模式代理
NotFaceDetectedException 代理对象必须有默认构造方法,String参数构造方法可选,必须是普通类型,不可以有@ThriftStruct注释 转发所有 NotFaceDetectedException get/set方法到NotFaceDetectedException.delegate() 指定的实例,计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong) |
Copyright © 2020. All rights reserved.