@Batuklambu There are no fields in your `T` class, so the Getter and Setter are not available. Try adding a field in Class T.
These `acc_no` are not fields but some local variables and there is no way to add a getter/setter for them in Java.
Thank You Lejia Chen got it. Its Working Fine Now.
请先登录再写评论。
@Batuklambu There are no fields in your `T` class, so the Getter and Setter are not available. Try adding a field in Class T.
These `acc_no` are not fields but some local variables and there is no way to add a getter/setter for them in Java.
Thank You Lejia Chen got it. Its Working Fine Now.