How to update all field of one java object with the values from another one?

前端 未结 0 729
自闭症患者
自闭症患者 2020-12-18 23:52

Assume the following class:

public class TestClass {
    String attr1;
    String attr2;
    String attr3;
}

and a client code like:



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题