6667686970717273747576
private CreatePrivateGatewayCmd createPrivateGwCmd; @Before public void setUp() throws ConfigurationException { createPrivateGwCmd = new CreatePrivateGatewayCmd() { @Override public Long getEntityId () { return 2L; } };
8384858687888990919293
private CreatePrivateGatewayCmd createPrivateGwCmd; @Before public void setUp() throws ConfigurationException { createPrivateGwCmd = new CreatePrivateGatewayCmd() { @Override public Long getEntityId() { return 2L; } };
7071727374757677787980