public class LensErrorInfo extends Object
Constructor and Description |
---|
LensErrorInfo(int errorCode,
int errorWeight,
String errorName) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
String |
getErrorName() |
int |
getErrorWeight() |
@ConstructorProperties(value={"errorCode","errorWeight","errorName"}) @Generated(value="lombok") public LensErrorInfo(int errorCode, int errorWeight, String errorName)
@Generated(value="lombok") public int getErrorCode()
@Generated(value="lombok") public int getErrorWeight()
@Generated(value="lombok") public String getErrorName()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.