-
public final class GARejectionInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final GAReasonTypetypeprivate final Stringreason
-
Constructor Summary
Constructors Constructor Description GARejectionInfo(GAReasonType type, String reason)
-
Method Summary
Modifier and Type Method Description final GAReasonTypecomponent1()final Stringcomponent2()final GARejectionInfocopy(GAReasonType type, String reason)final GAReasonTypegetType()final StringgetReason()-
-
Constructor Detail
-
GARejectionInfo
GARejectionInfo(GAReasonType type, String reason)
-
-
Method Detail
-
component1
final GAReasonType component1()
-
component2
final String component2()
-
copy
final GARejectionInfo copy(GAReasonType type, String reason)
-
getType
final GAReasonType getType()
-
-
-
-