{"id":401,"date":"2017-07-10T11:58:05","date_gmt":"2017-07-10T03:58:05","guid":{"rendered":"http:\/\/www.dd-home.top\/?p=401"},"modified":"2017-07-10T11:58:05","modified_gmt":"2017-07-10T03:58:05","slug":"%e6%9e%84%e9%80%a0%e5%8f%82%e6%95%b0%e7%9a%84%e4%b8%80%e4%b8%aa%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"https:\/\/www.dd-home.top\/?p=401","title":{"rendered":"\u6784\u9020\u53c2\u6570\u7684\u4e00\u4e2a\u65b9\u6cd5"},"content":{"rendered":"<p><!--more--><\/p>\n<p>&nbsp;<\/p>\n<pre><code class=\"java\">\npackage com.nbad.test;\n\npublic class TestBean {\n\tprivate String name;\n\tprivate String age;\n\n\tpublic TestBean() {\n\t\tthis(new Build());\n\t}\n\n\tpublic TestBean(Build build) {\n\t\tthis.name = build.name;\n\t\tthis.age = build.age;\n\t}\n\n\tpublic String getName() {\n\t\treturn name;\n\t}\n\n\tpublic void setName(String name) {\n\t\tthis.name = name;\n\t}\n\n\tpublic String getAge() {\n\t\treturn age;\n\t}\n\n\tpublic void setAge(String age) {\n\t\tthis.age = age;\n\t}\n\n\t@Override\n\tpublic String toString() {\n\t\treturn \"TestBean [name=\" + name + \", age=\" + age + \"]\";\n\t}\n\n\tpublic static final class Build {\n\n\t\tpublic String name;\n\t\tpublic String age;\n\n\t\tpublic Build() {\n\n\t\t}\n\n\t\tpublic Build setName(String name) {\n\t\t\tthis.name = name;\n\t\t\treturn this;\n\t\t}\n\n\t\tpublic Build setAge(String age) {\n\t\t\tthis.age = age;\n\t\t\treturn this;\n\t\t}\n\n\t\tpublic TestBean build() {\n\t\t\treturn new TestBean(this);\n\t\t}\n\t}\n\n}\n\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-401","post","type-post","status-publish","format-standard","hentry","category-java"],"_links":{"self":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/posts\/401","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=401"}],"version-history":[{"count":0,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/posts\/401\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=401"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=401"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=401"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}