[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eBounceNotification.Details\u003c/code\u003e describes either the original message that caused a bounce or the notification message that describes the bounce.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003ejava.lang.Object\u003c/code\u003e and includes inherited methods like \u003ccode\u003eclone()\u003c/code\u003e, \u003ccode\u003eequals()\u003c/code\u003e, and \u003ccode\u003etoString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eMethods within \u003ccode\u003eBounceNotification.Details\u003c/code\u003e allow access to fields of the message, such as \u003ccode\u003egetBcc()\u003c/code\u003e, \u003ccode\u003egetCc()\u003c/code\u003e, \u003ccode\u003egetFrom()\u003c/code\u003e, \u003ccode\u003egetSubject()\u003c/code\u003e, \u003ccode\u003egetText()\u003c/code\u003e, and \u003ccode\u003egetTo()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEach of the getter methods for the message fields (\u003ccode\u003egetBcc()\u003c/code\u003e, \u003ccode\u003egetCc()\u003c/code\u003e, \u003ccode\u003egetFrom()\u003c/code\u003e, \u003ccode\u003egetSubject()\u003c/code\u003e, \u003ccode\u003egetText()\u003c/code\u003e, and \u003ccode\u003egetTo()\u003c/code\u003e) return a nullable String representing the respective field for the detail item.\u003c/p\u003e\n"]]],[],null,["# Class BounceNotification.Details (2.0.0)\n\n public static final class BounceNotification.Details\n\nThe `BounceNotification.Details` class describes either the original\nmessage that caused a bounce, or the notification message describing the\nbounce. \n\nInheritance\n-----------\n\n[java.lang.Object](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html) \\\u003e BounceNotification.Details \n\nInherited Members\n-----------------\n\n[Object.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--) \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-) \n[Object.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-)\n\nMethods\n-------\n\n### getBcc()\n\n public @Nullable String getBcc()\n\n### getCc()\n\n public @Nullable String getCc()\n\n### getFrom()\n\n public @Nullable String getFrom()\n\n### getSubject()\n\n public @Nullable String getSubject()\n\n### getText()\n\n public @Nullable String getText()\n\n### getTo()\n\n public @Nullable String getTo()"]]