By try and error, I found solution that if I have existing ABI and BINARY then I will generate two files
For example
MyContract.abi -> In this file, I will paste ABI code
MyContract.bin -> In this file, I will paste BINARY code.
Then I will execute below command to generate auto generate one java file, which I will use as Contract.