package org.zstack.sdk; public class CreateEcsSecurityGroupRuleRemoteResult { public EcsSecurityGroupRuleInventory inventory; public void setInventory(EcsSecurityGroupRuleInventory inventory) { this.inventory = inventory; } public EcsSecurityGroupRuleInventory getInventory() { return this.inventory; } }