Uses of Class
org.javastro.ivoa.entities.resource.tap.DataLimit
Packages that use DataLimit
-
Uses of DataLimit in org.javastro.ivoa.entities.resource.tap
Fields in org.javastro.ivoa.entities.resource.tap declared as DataLimitModifier and TypeFieldDescriptionprotected DataLimitDataLimits._defaultThe value of this limit for newly-created jobs.protected DataLimitDataLimits.hardThe value this limit cannot be raised above.Methods in org.javastro.ivoa.entities.resource.tap that return DataLimitModifier and TypeMethodDescriptionObjectFactory.createDataLimit()Create an instance ofDataLimitDataLimits.getDefault()The value of this limit for newly-created jobs.DataLimits.getHard()The value this limit cannot be raised above.DataLimit.withValue(BigInteger value) Methods in org.javastro.ivoa.entities.resource.tap with parameters of type DataLimitModifier and TypeMethodDescriptionvoidDataLimits.setDefault(DataLimit value) Sets the value of the default property.voidSets the value of the hard property.DataLimits.withDefault(DataLimit value) Constructors in org.javastro.ivoa.entities.resource.tap with parameters of type DataLimitModifierConstructorDescriptionDataLimits(DataLimit _default, DataLimit hard) Fully-initialising value constructor