/** Checks whether the 'simIccid' field is set and is not null */
 public boolean isNotNullSimIccid() {
   return genClient.cacheValueIsNotNull(CacheKey.simIccid);
 }
 /** Checks whether the 'categories' field is set and is not null */
 public boolean isNotNullCategories() {
   return genClient.cacheValueIsNotNull(CacheKey.categories);
 }
 /** Checks whether the 'itemStock' field is set and is not null */
 public boolean isNotNullItemStock() {
   return genClient.cacheValueIsNotNull(CacheKey.itemStock);
 }
 /** Checks whether the 'cost' field is set and is not null */
 public boolean isNotNullCost() {
   return genClient.cacheValueIsNotNull(CacheKey.cost);
 }
 /** Checks whether the 'stockCount' field is set and is not null */
 public boolean isNotNullStockCount() {
   return genClient.cacheValueIsNotNull(CacheKey.stockCount);
 }
 /** Checks whether the 'sku' field is set and is not null */
 public boolean isNotNullSku() {
   return genClient.cacheValueIsNotNull(CacheKey.sku);
 }
 /** Checks whether the 'defaultTaxRates' field is set and is not null */
 public boolean isNotNullDefaultTaxRates() {
   return genClient.cacheValueIsNotNull(CacheKey.defaultTaxRates);
 }
 /** Checks whether the 'hashOriginal' field is set and is not null */
 public boolean isNotNullHashOriginal() {
   return genClient.cacheValueIsNotNull(CacheKey.hashOriginal);
 }
 /** Checks whether the 'approvalStatus' field is set and is not null */
 public boolean isNotNullApprovalStatus() {
   return genClient.cacheValueIsNotNull(CacheKey.approvalStatus);
 }
 /** Checks whether the 'versionName' field is set and is not null */
 public boolean isNotNullVersionName() {
   return genClient.cacheValueIsNotNull(CacheKey.versionName);
 }
 /** Checks whether the 'deviceInstallCount' field is set and is not null */
 public boolean isNotNullDeviceInstallCount() {
   return genClient.cacheValueIsNotNull(CacheKey.deviceInstallCount);
 }
 /** Checks whether the 'createdAt' field is set and is not null */
 public boolean isNotNullCreatedAt() {
   return genClient.cacheValueIsNotNull(CacheKey.createdAt);
 }
 /** Checks whether the 'pedCertificate' field is set and is not null */
 public boolean isNotNullPedCertificate() {
   return genClient.cacheValueIsNotNull(CacheKey.pedCertificate);
 }
 /** Checks whether the 'deviceCertificate' field is set and is not null */
 public boolean isNotNullDeviceCertificate() {
   return genClient.cacheValueIsNotNull(CacheKey.deviceCertificate);
 }
 /** Checks whether the 'itemGroup' field is set and is not null */
 public boolean isNotNullItemGroup() {
   return genClient.cacheValueIsNotNull(CacheKey.itemGroup);
 }
 /** Checks whether the 'scanStatus' field is set and is not null */
 public boolean isNotNullScanStatus() {
   return genClient.cacheValueIsNotNull(CacheKey.scanStatus);
 }
 /** Checks whether the 'alternateName' field is set and is not null */
 public boolean isNotNullAlternateName() {
   return genClient.cacheValueIsNotNull(CacheKey.alternateName);
 }
 /** Checks whether the 'minSdkVersion' field is set and is not null */
 public boolean isNotNullMinSdkVersion() {
   return genClient.cacheValueIsNotNull(CacheKey.minSdkVersion);
 }
 /** Checks whether the 'priceType' field is set and is not null */
 public boolean isNotNullPriceType() {
   return genClient.cacheValueIsNotNull(CacheKey.priceType);
 }
 /** Checks whether the 'sigAlg' field is set and is not null */
 public boolean isNotNullSigAlg() {
   return genClient.cacheValueIsNotNull(CacheKey.sigAlg);
 }
 /** Checks whether the 'unitName' field is set and is not null */
 public boolean isNotNullUnitName() {
   return genClient.cacheValueIsNotNull(CacheKey.unitName);
 }
 /** Checks whether the 'permissions' field is set and is not null */
 public boolean isNotNullPermissions() {
   return genClient.cacheValueIsNotNull(CacheKey.permissions);
 }
 /** Checks whether the 'isRevenue' field is set and is not null */
 public boolean isNotNullIsRevenue() {
   return genClient.cacheValueIsNotNull(CacheKey.isRevenue);
 }
 /** Checks whether the 'app' field is set and is not null */
 public boolean isNotNullApp() {
   return genClient.cacheValueIsNotNull(CacheKey.app);
 }
 /** Checks whether the 'modifierGroups' field is set and is not null */
 public boolean isNotNullModifierGroups() {
   return genClient.cacheValueIsNotNull(CacheKey.modifierGroups);
 }
 /** Checks whether the 'id' field is set and is not null */
 public boolean isNotNullId() {
   return genClient.cacheValueIsNotNull(CacheKey.id);
 }
 /** Checks whether the 'tags' field is set and is not null */
 public boolean isNotNullTags() {
   return genClient.cacheValueIsNotNull(CacheKey.tags);
 }
 /** Checks whether the 'hidden' field is set and is not null */
 public boolean isNotNullHidden() {
   return genClient.cacheValueIsNotNull(CacheKey.hidden);
 }
 /** Checks whether the 'modifiedTime' field is set and is not null */
 public boolean isNotNullModifiedTime() {
   return genClient.cacheValueIsNotNull(CacheKey.modifiedTime);
 }
 /** Checks whether the 'buildType' field is set and is not null */
 public boolean isNotNullBuildType() {
   return genClient.cacheValueIsNotNull(CacheKey.buildType);
 }