Package org.cyclos.entities.messaging
Class QInboundSms
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<T>
-
- com.querydsl.core.types.dsl.BeanPath<T>
-
- com.querydsl.core.types.dsl.EntityPathBase<InboundSms>
-
- org.cyclos.entities.messaging.QInboundSms
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<InboundSms>,com.querydsl.core.types.Expression<InboundSms>,com.querydsl.core.types.Path<InboundSms>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QInboundSms extends com.querydsl.core.types.dsl.EntityPathBase<InboundSms>QInboundSms is a Querydsl query type for InboundSms- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QBaseSms_supercom.querydsl.core.types.dsl.NumberPath<Long>configurationIdQDatedatecom.querydsl.core.types.dsl.NumberPath<Long>idstatic QInboundSmsinboundSmscom.querydsl.core.types.dsl.StringPathmessageprotected QNetworknetworkcom.querydsl.core.types.dsl.StringPathoperationAliascom.querydsl.core.types.dsl.NumberPath<Long>operationConfigurationIdcom.querydsl.core.types.dsl.EnumPath<SmsOperationConfigurationNature>operationNaturecom.querydsl.core.types.dsl.StringPathphoneNumbercom.querydsl.core.types.dsl.EnumPath<InboundSmsStatus>statusprotected QBasicUseruser
-
Constructor Summary
Constructors Constructor Description QInboundSms(com.querydsl.core.types.Path<? extends InboundSms> path)QInboundSms(com.querydsl.core.types.PathMetadata metadata)QInboundSms(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QInboundSms(Class<? extends InboundSms> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QInboundSms(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNetworknetwork()QBasicUseruser()-
Methods inherited from class com.querydsl.core.types.dsl.BeanPath
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
-
Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
-
Methods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toString
-
-
-
-
Field Detail
-
inboundSms
public static final QInboundSms inboundSms
-
_super
public final QBaseSms _super
-
configurationId
public final com.querydsl.core.types.dsl.NumberPath<Long> configurationId
-
date
public final QDate date
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
message
public final com.querydsl.core.types.dsl.StringPath message
-
network
protected QNetwork network
-
operationAlias
public final com.querydsl.core.types.dsl.StringPath operationAlias
-
operationConfigurationId
public final com.querydsl.core.types.dsl.NumberPath<Long> operationConfigurationId
-
operationNature
public final com.querydsl.core.types.dsl.EnumPath<SmsOperationConfigurationNature> operationNature
-
phoneNumber
public final com.querydsl.core.types.dsl.StringPath phoneNumber
-
status
public final com.querydsl.core.types.dsl.EnumPath<InboundSmsStatus> status
-
user
protected QBasicUser user
-
-
Constructor Detail
-
QInboundSms
public QInboundSms(String variable)
-
QInboundSms
public QInboundSms(com.querydsl.core.types.Path<? extends InboundSms> path)
-
QInboundSms
public QInboundSms(com.querydsl.core.types.PathMetadata metadata)
-
QInboundSms
public QInboundSms(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QInboundSms
public QInboundSms(Class<? extends InboundSms> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
network
public QNetwork network()
-
user
public QBasicUser user()
-
-