@ThriftStruct public final class NotFaceDetectedException extends net.gdface.thrift.exception.BaseServiceException implements net.gdface.thrift.ThriftDecorator<NotFaceDetectedException>
NotFaceDetectedException
NotFaceDetectedException
get/set方法到delegate()
指定的实例,Constructor and Description |
---|
NotFaceDetectedException() |
NotFaceDetectedException(NotFaceDetectedException delegate) |
NotFaceDetectedException(java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
NotFaceDetectedException |
delegate() |
boolean |
equals(java.lang.Object obj) |
int |
getCodeNum() |
int |
getFaceNum() |
java.lang.StackTraceElement[] |
getStackTrace() |
int |
hashCode() |
java.lang.Throwable |
initCause(java.lang.Throwable cause) |
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream s) |
void |
printStackTrace(java.io.PrintWriter s) |
void |
setCodeNum(int value) |
void |
setFaceNum(int value) |
java.lang.String |
toString() |
getCauseClass, getCauseFields, getMessage, getServiceStackTraceMessage, jsonOfDeclaredFields, setCauseClass, setCauseFields, setMessage, setServiceStackTraceMessage
public NotFaceDetectedException()
public NotFaceDetectedException(java.lang.String message)
public NotFaceDetectedException(NotFaceDetectedException delegate)
public NotFaceDetectedException delegate()
delegate
in interface net.gdface.thrift.ThriftDecorator<NotFaceDetectedException>
NotFaceDetectedException
实例public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class java.lang.Throwable
public java.lang.StackTraceElement[] getStackTrace()
getStackTrace
in class java.lang.Throwable
public java.lang.Throwable initCause(java.lang.Throwable cause)
initCause
in class java.lang.Throwable
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Throwable
@ThriftField(value=5, requiredness=REQUIRED) public int getCodeNum()
@ThriftField public void setCodeNum(int value)
@ThriftField(value=6, requiredness=REQUIRED) public int getFaceNum()
@ThriftField public void setFaceNum(int value)
Copyright © 2020. All rights reserved.