Example usage for org.apache.thrift EncodingUtils testBit

List of usage examples for org.apache.thrift EncodingUtils testBit

Introduction

In this page you can find the example usage for org.apache.thrift EncodingUtils testBit.

Prototype

public static final boolean testBit(long v, int position) 

Source Link

Usage

From source file:org.apache.airavata.model.data.replica.DataProductModel.java

License:Apache License

/** Returns true if field productSize is set (has been assigned a value) and false otherwise */
public boolean isSetProductSize() {
    return EncodingUtils.testBit(__isset_bitfield, __PRODUCTSIZE_ISSET_ID);
}

From source file:org.apache.airavata.model.data.replica.DataProductModel.java

License:Apache License

/** Returns true if field lastModifiedTime is set (has been assigned a value) and false otherwise */
public boolean isSetLastModifiedTime() {
    return EncodingUtils.testBit(__isset_bitfield, __LASTMODIFIEDTIME_ISSET_ID);
}

From source file:org.apache.airavata.model.data.replica.DataReplicaLocationModel.java

License:Apache License

/** Returns true if field validUntilTime is set (has been assigned a value) and false otherwise */
public boolean isSetValidUntilTime() {
    return EncodingUtils.testBit(__isset_bitfield, __VALIDUNTILTIME_ISSET_ID);
}

From source file:org.apache.airavata.model.experiment.ExperimentModel.java

License:Apache License

/** Returns true if field enableEmailNotification is set (has been assigned a value) and false otherwise */
public boolean isSetEnableEmailNotification() {
    return EncodingUtils.testBit(__isset_bitfield, __ENABLEEMAILNOTIFICATION_ISSET_ID);
}

From source file:org.apache.airavata.model.experiment.ExperimentStatistics.java

License:Apache License

/** Returns true if field allExperimentCount is set (has been assigned a value) and false otherwise */
public boolean isSetAllExperimentCount() {
    return EncodingUtils.testBit(__isset_bitfield, __ALLEXPERIMENTCOUNT_ISSET_ID);
}

From source file:org.apache.airavata.model.experiment.ExperimentStatistics.java

License:Apache License

/** Returns true if field completedExperimentCount is set (has been assigned a value) and false otherwise */
public boolean isSetCompletedExperimentCount() {
    return EncodingUtils.testBit(__isset_bitfield, __COMPLETEDEXPERIMENTCOUNT_ISSET_ID);
}

From source file:org.apache.airavata.model.experiment.ExperimentStatistics.java

License:Apache License

/** Returns true if field cancelledExperimentCount is set (has been assigned a value) and false otherwise */
public boolean isSetCancelledExperimentCount() {
    return EncodingUtils.testBit(__isset_bitfield, __CANCELLEDEXPERIMENTCOUNT_ISSET_ID);
}

From source file:org.apache.airavata.model.experiment.ExperimentStatistics.java

License:Apache License

/** Returns true if field failedExperimentCount is set (has been assigned a value) and false otherwise */
public boolean isSetFailedExperimentCount() {
    return EncodingUtils.testBit(__isset_bitfield, __FAILEDEXPERIMENTCOUNT_ISSET_ID);
}

From source file:org.apache.airavata.model.experiment.ExperimentStatistics.java

License:Apache License

/** Returns true if field createdExperimentCount is set (has been assigned a value) and false otherwise */
public boolean isSetCreatedExperimentCount() {
    return EncodingUtils.testBit(__isset_bitfield, __CREATEDEXPERIMENTCOUNT_ISSET_ID);
}

From source file:org.apache.airavata.model.experiment.ExperimentStatistics.java

License:Apache License

/** Returns true if field runningExperimentCount is set (has been assigned a value) and false otherwise */
public boolean isSetRunningExperimentCount() {
    return EncodingUtils.testBit(__isset_bitfield, __RUNNINGEXPERIMENTCOUNT_ISSET_ID);
}