@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class VnetBondWhereInput extends Object
| 构造器和说明 |
|---|
VnetBondWhereInput() |
public static final String SERIALIZED_NAME_BOND_FOR_CLIENT
public static final String SERIALIZED_NAME_BOND_FOR_CLIENT_NOT
public static final String SERIALIZED_NAME_BOND_FOR_SERVER
public static final String SERIALIZED_NAME_BOND_FOR_SERVER_NOT
public static final String SERIALIZED_NAME_ENTITY_ASYNC_STATUS
public static final String SERIALIZED_NAME_ENTITY_ASYNC_STATUS_IN
public static final String SERIALIZED_NAME_ENTITY_ASYNC_STATUS_NOT
public static final String SERIALIZED_NAME_ENTITY_ASYNC_STATUS_NOT_IN
public static final String SERIALIZED_NAME_ID_NOT_CONTAINS
public static final String SERIALIZED_NAME_ID_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_ID_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_ID_STARTS_WITH
public static final String SERIALIZED_NAME_LOAD_BALANCER_SERVICE
public static final String SERIALIZED_NAME_LOCAL_ID_CONTAINS
public static final String SERIALIZED_NAME_LOCAL_ID_ENDS_WITH
public static final String SERIALIZED_NAME_LOCAL_ID_NOT_CONTAINS
public static final String SERIALIZED_NAME_LOCAL_ID_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_LOCAL_ID_NOT_IN
public static final String SERIALIZED_NAME_LOCAL_ID_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_LOCAL_ID_STARTS_WITH
public static final String SERIALIZED_NAME_NAME_ENDS_WITH
public static final String SERIALIZED_NAME_NAME_NOT_CONTAINS
public static final String SERIALIZED_NAME_NAME_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_NAME_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_NAME_STARTS_WITH
public static final String SERIALIZED_NAME_NAMESPACE_CONTAINS
public static final String SERIALIZED_NAME_NAMESPACE_ENDS_WITH
public static final String SERIALIZED_NAME_NAMESPACE_NOT_CONTAINS
public static final String SERIALIZED_NAME_NAMESPACE_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_NAMESPACE_NOT_IN
public static final String SERIALIZED_NAME_NAMESPACE_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_NAMESPACE_STARTS_WITH
public VnetBondWhereInput AND(List<VnetBondWhereInput> AND)
public VnetBondWhereInput addANDItem(VnetBondWhereInput ANDItem)
@Nullable public List<VnetBondWhereInput> getAND()
public void setAND(List<VnetBondWhereInput> AND)
public VnetBondWhereInput NOT(List<VnetBondWhereInput> NOT)
public VnetBondWhereInput addNOTItem(VnetBondWhereInput NOTItem)
@Nullable public List<VnetBondWhereInput> getNOT()
public void setNOT(List<VnetBondWhereInput> NOT)
public VnetBondWhereInput OR(List<VnetBondWhereInput> OR)
public VnetBondWhereInput addORItem(VnetBondWhereInput ORItem)
@Nullable public List<VnetBondWhereInput> getOR()
public void setOR(List<VnetBondWhereInput> OR)
public VnetBondWhereInput bondForClient(Boolean bondForClient)
public void setBondForClient(Boolean bondForClient)
public VnetBondWhereInput bondForClientNot(Boolean bondForClientNot)
@Nullable public Boolean getBondForClientNot()
public void setBondForClientNot(Boolean bondForClientNot)
public VnetBondWhereInput bondForServer(Boolean bondForServer)
public void setBondForServer(Boolean bondForServer)
public VnetBondWhereInput bondForServerNot(Boolean bondForServerNot)
@Nullable public Boolean getBondForServerNot()
public void setBondForServerNot(Boolean bondForServerNot)
public VnetBondWhereInput entityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
@Nullable public EntityAsyncStatus getEntityAsyncStatus()
public void setEntityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
public VnetBondWhereInput entityAsyncStatusIn(List<EntityAsyncStatus> entityAsyncStatusIn)
public VnetBondWhereInput addEntityAsyncStatusInItem(EntityAsyncStatus entityAsyncStatusInItem)
@Nullable public List<EntityAsyncStatus> getEntityAsyncStatusIn()
public void setEntityAsyncStatusIn(List<EntityAsyncStatus> entityAsyncStatusIn)
public VnetBondWhereInput entityAsyncStatusNot(EntityAsyncStatus entityAsyncStatusNot)
@Nullable public EntityAsyncStatus getEntityAsyncStatusNot()
public void setEntityAsyncStatusNot(EntityAsyncStatus entityAsyncStatusNot)
public VnetBondWhereInput entityAsyncStatusNotIn(List<EntityAsyncStatus> entityAsyncStatusNotIn)
public VnetBondWhereInput addEntityAsyncStatusNotInItem(EntityAsyncStatus entityAsyncStatusNotInItem)
@Nullable public List<EntityAsyncStatus> getEntityAsyncStatusNotIn()
public void setEntityAsyncStatusNotIn(List<EntityAsyncStatus> entityAsyncStatusNotIn)
public VnetBondWhereInput id(String id)
public void setId(String id)
public VnetBondWhereInput idContains(String idContains)
public void setIdContains(String idContains)
public VnetBondWhereInput idEndsWith(String idEndsWith)
public void setIdEndsWith(String idEndsWith)
public VnetBondWhereInput idGt(String idGt)
public void setIdGt(String idGt)
public VnetBondWhereInput idGte(String idGte)
public void setIdGte(String idGte)
public VnetBondWhereInput idIn(List<String> idIn)
public VnetBondWhereInput addIdInItem(String idInItem)
public VnetBondWhereInput idLt(String idLt)
public void setIdLt(String idLt)
public VnetBondWhereInput idLte(String idLte)
public void setIdLte(String idLte)
public VnetBondWhereInput idNot(String idNot)
public void setIdNot(String idNot)
public VnetBondWhereInput idNotContains(String idNotContains)
public void setIdNotContains(String idNotContains)
public VnetBondWhereInput idNotEndsWith(String idNotEndsWith)
public void setIdNotEndsWith(String idNotEndsWith)
public VnetBondWhereInput idNotIn(List<String> idNotIn)
public VnetBondWhereInput addIdNotInItem(String idNotInItem)
public VnetBondWhereInput idNotStartsWith(String idNotStartsWith)
@Nullable public String getIdNotStartsWith()
public void setIdNotStartsWith(String idNotStartsWith)
public VnetBondWhereInput idStartsWith(String idStartsWith)
public void setIdStartsWith(String idStartsWith)
public VnetBondWhereInput loadBalancerService(LoadBalancerServiceWhereInput loadBalancerService)
@Nullable public LoadBalancerServiceWhereInput getLoadBalancerService()
public void setLoadBalancerService(LoadBalancerServiceWhereInput loadBalancerService)
public VnetBondWhereInput localId(String localId)
public void setLocalId(String localId)
public VnetBondWhereInput localIdContains(String localIdContains)
@Nullable public String getLocalIdContains()
public void setLocalIdContains(String localIdContains)
public VnetBondWhereInput localIdEndsWith(String localIdEndsWith)
@Nullable public String getLocalIdEndsWith()
public void setLocalIdEndsWith(String localIdEndsWith)
public VnetBondWhereInput localIdGt(String localIdGt)
public void setLocalIdGt(String localIdGt)
public VnetBondWhereInput localIdGte(String localIdGte)
public void setLocalIdGte(String localIdGte)
public VnetBondWhereInput localIdIn(List<String> localIdIn)
public VnetBondWhereInput addLocalIdInItem(String localIdInItem)
public VnetBondWhereInput localIdLt(String localIdLt)
public void setLocalIdLt(String localIdLt)
public VnetBondWhereInput localIdLte(String localIdLte)
public void setLocalIdLte(String localIdLte)
public VnetBondWhereInput localIdNot(String localIdNot)
public void setLocalIdNot(String localIdNot)
public VnetBondWhereInput localIdNotContains(String localIdNotContains)
@Nullable public String getLocalIdNotContains()
public void setLocalIdNotContains(String localIdNotContains)
public VnetBondWhereInput localIdNotEndsWith(String localIdNotEndsWith)
@Nullable public String getLocalIdNotEndsWith()
public void setLocalIdNotEndsWith(String localIdNotEndsWith)
public VnetBondWhereInput localIdNotIn(List<String> localIdNotIn)
public VnetBondWhereInput addLocalIdNotInItem(String localIdNotInItem)
public VnetBondWhereInput localIdNotStartsWith(String localIdNotStartsWith)
@Nullable public String getLocalIdNotStartsWith()
public void setLocalIdNotStartsWith(String localIdNotStartsWith)
public VnetBondWhereInput localIdStartsWith(String localIdStartsWith)
@Nullable public String getLocalIdStartsWith()
public void setLocalIdStartsWith(String localIdStartsWith)
public VnetBondWhereInput name(String name)
public void setName(String name)
public VnetBondWhereInput nameContains(String nameContains)
public void setNameContains(String nameContains)
public VnetBondWhereInput nameEndsWith(String nameEndsWith)
public void setNameEndsWith(String nameEndsWith)
public VnetBondWhereInput nameGt(String nameGt)
public void setNameGt(String nameGt)
public VnetBondWhereInput nameGte(String nameGte)
public void setNameGte(String nameGte)
public VnetBondWhereInput nameIn(List<String> nameIn)
public VnetBondWhereInput addNameInItem(String nameInItem)
public VnetBondWhereInput nameLt(String nameLt)
public void setNameLt(String nameLt)
public VnetBondWhereInput nameLte(String nameLte)
public void setNameLte(String nameLte)
public VnetBondWhereInput nameNot(String nameNot)
public void setNameNot(String nameNot)
public VnetBondWhereInput nameNotContains(String nameNotContains)
@Nullable public String getNameNotContains()
public void setNameNotContains(String nameNotContains)
public VnetBondWhereInput nameNotEndsWith(String nameNotEndsWith)
@Nullable public String getNameNotEndsWith()
public void setNameNotEndsWith(String nameNotEndsWith)
public VnetBondWhereInput nameNotIn(List<String> nameNotIn)
public VnetBondWhereInput addNameNotInItem(String nameNotInItem)
public VnetBondWhereInput nameNotStartsWith(String nameNotStartsWith)
@Nullable public String getNameNotStartsWith()
public void setNameNotStartsWith(String nameNotStartsWith)
public VnetBondWhereInput nameStartsWith(String nameStartsWith)
public void setNameStartsWith(String nameStartsWith)
public VnetBondWhereInput namespace(String namespace)
public void setNamespace(String namespace)
public VnetBondWhereInput namespaceContains(String namespaceContains)
@Nullable public String getNamespaceContains()
public void setNamespaceContains(String namespaceContains)
public VnetBondWhereInput namespaceEndsWith(String namespaceEndsWith)
@Nullable public String getNamespaceEndsWith()
public void setNamespaceEndsWith(String namespaceEndsWith)
public VnetBondWhereInput namespaceGt(String namespaceGt)
public void setNamespaceGt(String namespaceGt)
public VnetBondWhereInput namespaceGte(String namespaceGte)
public void setNamespaceGte(String namespaceGte)
public VnetBondWhereInput namespaceIn(List<String> namespaceIn)
public VnetBondWhereInput addNamespaceInItem(String namespaceInItem)
public VnetBondWhereInput namespaceLt(String namespaceLt)
public void setNamespaceLt(String namespaceLt)
public VnetBondWhereInput namespaceLte(String namespaceLte)
public void setNamespaceLte(String namespaceLte)
public VnetBondWhereInput namespaceNot(String namespaceNot)
public void setNamespaceNot(String namespaceNot)
public VnetBondWhereInput namespaceNotContains(String namespaceNotContains)
@Nullable public String getNamespaceNotContains()
public void setNamespaceNotContains(String namespaceNotContains)
public VnetBondWhereInput namespaceNotEndsWith(String namespaceNotEndsWith)
@Nullable public String getNamespaceNotEndsWith()
public void setNamespaceNotEndsWith(String namespaceNotEndsWith)
public VnetBondWhereInput namespaceNotIn(List<String> namespaceNotIn)
public VnetBondWhereInput addNamespaceNotInItem(String namespaceNotInItem)
@Nullable public List<String> getNamespaceNotIn()
public VnetBondWhereInput namespaceNotStartsWith(String namespaceNotStartsWith)
@Nullable public String getNamespaceNotStartsWith()
public void setNamespaceNotStartsWith(String namespaceNotStartsWith)
public VnetBondWhereInput namespaceStartsWith(String namespaceStartsWith)
@Nullable public String getNamespaceStartsWith()
public void setNamespaceStartsWith(String namespaceStartsWith)
public VnetBondWhereInput vlan(VlanWhereInput vlan)
@Nullable public VlanWhereInput getVlan()
public void setVlan(VlanWhereInput vlan)
Copyright © 2025. All rights reserved.