public class BindVPCRequest extends Object
| Constructor and Description |
|---|
BindVPCRequest() |
| Modifier and Type | Method and Description |
|---|---|
BindVPCRequest |
addVpcsItem(VpcForBindVPCInput vpcsItem) |
BindVPCRequest |
addVpcTrnsItem(String vpcTrnsItem) |
boolean |
equals(Object o) |
@Valid List<VpcForBindVPCInput> |
getVpcs()
Get vpcs
|
List<String> |
getVpcTrns()
Get vpcTrns
|
@NotNull Long |
getZID()
Get ZID
|
int |
hashCode() |
void |
setVpcs(List<VpcForBindVPCInput> vpcs) |
void |
setVpcTrns(List<String> vpcTrns) |
void |
setZID(Long ZID) |
String |
toString() |
BindVPCRequest |
vpcs(List<VpcForBindVPCInput> vpcs) |
BindVPCRequest |
vpcTrns(List<String> vpcTrns) |
BindVPCRequest |
ZID(Long ZID) |
public BindVPCRequest vpcTrns(List<String> vpcTrns)
public BindVPCRequest addVpcTrnsItem(String vpcTrnsItem)
public BindVPCRequest vpcs(List<VpcForBindVPCInput> vpcs)
public BindVPCRequest addVpcsItem(VpcForBindVPCInput vpcsItem)
@Valid public @Valid List<VpcForBindVPCInput> getVpcs()
public void setVpcs(List<VpcForBindVPCInput> vpcs)
public BindVPCRequest ZID(Long ZID)
@NotNull public @NotNull Long getZID()
public void setZID(Long ZID)
Copyright © 2026. All rights reserved.