@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class VmNicQosOption extends ConditionalNullable.ConditionalNullablePojo
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_EGRESS |
static String |
SERIALIZED_NAME_INGRESS |
_isPresent_| 构造器和说明 |
|---|
VmNicQosOption() |
| 限定符和类型 | 方法和说明 |
|---|---|
VmNicQosOption |
egress_ExplictlyNonNull() |
VmNicQosOption |
egress_ExplictlyNull() |
VmNicQosOption |
egress(VmNicQosTraffic egress) |
boolean |
equals(Object o) |
boolean |
getEgress_IsExplictlyNull() |
VmNicQosTraffic |
getEgress()
Get egress
|
boolean |
getIngress_IsExplictlyNull() |
VmNicQosTraffic |
getIngress()
Get ingress
|
int |
hashCode() |
VmNicQosOption |
ingress_ExplictlyNonNull() |
VmNicQosOption |
ingress_ExplictlyNull() |
VmNicQosOption |
ingress(VmNicQosTraffic ingress) |
void |
setEgress_IsExplictlyNull(boolean isExplictlyNull) |
void |
setEgress(VmNicQosTraffic egress) |
void |
setIngress_IsExplictlyNull(boolean isExplictlyNull) |
void |
setIngress(VmNicQosTraffic ingress) |
String |
toString() |
public VmNicQosOption egress(VmNicQosTraffic egress)
@Nullable public VmNicQosTraffic getEgress()
public void setEgress(VmNicQosTraffic egress)
public VmNicQosOption egress_ExplictlyNull()
public VmNicQosOption egress_ExplictlyNonNull()
public void setEgress_IsExplictlyNull(boolean isExplictlyNull)
public boolean getEgress_IsExplictlyNull()
public VmNicQosOption ingress(VmNicQosTraffic ingress)
@Nullable public VmNicQosTraffic getIngress()
public void setIngress(VmNicQosTraffic ingress)
public VmNicQosOption ingress_ExplictlyNull()
public VmNicQosOption ingress_ExplictlyNonNull()
public void setIngress_IsExplictlyNull(boolean isExplictlyNull)
public boolean getIngress_IsExplictlyNull()
Copyright © 2025. All rights reserved.