target
stringlengths 20
113k
| src_fm
stringlengths 11
86.3k
| src_fm_fc
stringlengths 21
86.4k
| src_fm_fc_co
stringlengths 30
86.4k
| src_fm_fc_ms
stringlengths 42
86.8k
| src_fm_fc_ms_ff
stringlengths 43
86.8k
|
---|---|---|---|---|---|
@SuppressWarnings("resource") @Test public void testClone() { try { IdentityProviderListDao identityproviderlistdao1 = new IdentityProviderListDao(); IdentityProviderListDao identityproviderlistdao2 = identityproviderlistdao1.clone(); assertNotNull(identityproviderlistdao1); assertNotNull(identityproviderlistdao2); assertNotSame(identityproviderlistdao2, identityproviderlistdao1); assertEquals(identityproviderlistdao2, identityproviderlistdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public IdentityProviderListDao clone() { try { return new IdentityProviderListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | IdentityProviderListDao extends AbstractModelListDao<IdentityProvider, IdentityProviderListOptions> implements ModelListDao<IdentityProvider, IdentityProviderListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public IdentityProviderListDao clone() { try { return new IdentityProviderListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | IdentityProviderListDao extends AbstractModelListDao<IdentityProvider, IdentityProviderListOptions> implements ModelListDao<IdentityProvider, IdentityProviderListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public IdentityProviderListDao clone() { try { return new IdentityProviderListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } IdentityProviderListDao(); IdentityProviderListDao(ApiClientWrapper client); IdentityProviderListDao(ConnectionOptions options); IdentityProviderListDao(SdkContext sdkContext); } | IdentityProviderListDao extends AbstractModelListDao<IdentityProvider, IdentityProviderListOptions> implements ModelListDao<IdentityProvider, IdentityProviderListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public IdentityProviderListDao clone() { try { return new IdentityProviderListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } IdentityProviderListDao(); IdentityProviderListDao(ApiClientWrapper client); IdentityProviderListDao(ConnectionOptions options); IdentityProviderListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) IdentityProviderListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<IdentityProviderDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) IdentityProviderDao getNewModelDao(); } | IdentityProviderListDao extends AbstractModelListDao<IdentityProvider, IdentityProviderListOptions> implements ModelListDao<IdentityProvider, IdentityProviderListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public IdentityProviderListDao clone() { try { return new IdentityProviderListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } IdentityProviderListDao(); IdentityProviderListDao(ApiClientWrapper client); IdentityProviderListDao(ConnectionOptions options); IdentityProviderListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) IdentityProviderListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<IdentityProviderDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) IdentityProviderDao getNewModelDao(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { IdentityProviderDao identityproviderdao1 = new IdentityProviderDao(); IdentityProviderDao identityproviderdao2 = identityproviderdao1.clone(); assertNotNull(identityproviderdao1); assertNotNull(identityproviderdao2); assertNotSame(identityproviderdao2, identityproviderdao1); assertEquals(identityproviderdao2, identityproviderdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public IdentityProviderDao clone() { try { return new IdentityProviderDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | IdentityProviderDao extends AbstractModelDao<IdentityProvider> implements CrudDao<IdentityProvider> { @Override @SuppressWarnings({ "resource", "unused" }) public IdentityProviderDao clone() { try { return new IdentityProviderDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | IdentityProviderDao extends AbstractModelDao<IdentityProvider> implements CrudDao<IdentityProvider> { @Override @SuppressWarnings({ "resource", "unused" }) public IdentityProviderDao clone() { try { return new IdentityProviderDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } IdentityProviderDao(); IdentityProviderDao(ApiClientWrapper client); IdentityProviderDao(ConnectionOptions options); IdentityProviderDao(SdkContext sdkContext); } | IdentityProviderDao extends AbstractModelDao<IdentityProvider> implements CrudDao<IdentityProvider> { @Override @SuppressWarnings({ "resource", "unused" }) public IdentityProviderDao clone() { try { return new IdentityProviderDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } IdentityProviderDao(); IdentityProviderDao(ApiClientWrapper client); IdentityProviderDao(ConnectionOptions options); IdentityProviderDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) IdentityProviderDao clone(); @Override IdentityProvider create(); @Override IdentityProvider create(@NonNull IdentityProvider identityProvider); IdentityProvider create(@Nullable boolean discovery,
@Nullable OidcRequest oidcAttributes); IdentityProvider create(@Nullable boolean discovery, @Nullable OidcRequest oidcAttributes,
@NonNull IdentityProvider identityProvider); @Override void delete(); @Override void delete(@NonNull IdentityProvider identityProvider); @Override void delete(@NonNull String id); IdentityProvider deleteServiceProviderCertificate(); IdentityProvider deleteServiceProviderCertificate(@NonNull IdentityProvider identityProvider); IdentityProvider deleteServiceProviderCertificate(@NonNull String id); IdentityProvider generateServiceProviderCertificate(); IdentityProvider generateServiceProviderCertificate(@Nullable IdentityProviderAlgorithm algorithm,
@Nullable int validity); IdentityProvider generateServiceProviderCertificate(@Nullable IdentityProviderAlgorithm algorithm, @Nullable int validity,
@NonNull IdentityProvider identityProvider); IdentityProvider generateServiceProviderCertificate(@Nullable IdentityProviderAlgorithm algorithm,
@Nullable int validity,
@NonNull String id); IdentityProvider generateServiceProviderCertificate(@Nullable IdentityProviderAlgorithm algorithm, @Nullable int validity,
@NonNull String id,
@NonNull IdentityProvider identityProvider); IdentityProvider generateServiceProviderCertificate(@NonNull IdentityProvider identityProvider); IdentityProvider generateServiceProviderCertificate(@NonNull String id); IdentityProvider generateServiceProviderCertificate(@NonNull String id,
@NonNull IdentityProvider identityProvider); @Override IdentityProvider read(); IdentityProvider read(@NonNull IdentityProvider identityProvider); @Override IdentityProvider read(@NonNull String id); IdentityProvider refreshTokens(); IdentityProvider refreshTokens(@NonNull IdentityProvider identityProvider); IdentityProvider refreshTokens(@NonNull String id); @Override IdentityProvider update(); @Override IdentityProvider update(@NonNull IdentityProvider identityProvider); IdentityProvider update(@NonNull String id); IdentityProvider update(@NonNull String id,
@NonNull IdentityProvider identityProvider); IdentityProvider update(@Nullable boolean discovery,
@Nullable OidcRequest oidcAttributes); IdentityProvider update(@Nullable boolean discovery, @Nullable OidcRequest oidcAttributes,
@NonNull IdentityProvider identityProvider); IdentityProvider update(@Nullable boolean discovery, @Nullable OidcRequest oidcAttributes,
@NonNull String id); IdentityProvider update(@Nullable boolean discovery, @Nullable OidcRequest oidcAttributes,
@NonNull String id,
@NonNull IdentityProvider identityProvider); } | IdentityProviderDao extends AbstractModelDao<IdentityProvider> implements CrudDao<IdentityProvider> { @Override @SuppressWarnings({ "resource", "unused" }) public IdentityProviderDao clone() { try { return new IdentityProviderDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } IdentityProviderDao(); IdentityProviderDao(ApiClientWrapper client); IdentityProviderDao(ConnectionOptions options); IdentityProviderDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) IdentityProviderDao clone(); @Override IdentityProvider create(); @Override IdentityProvider create(@NonNull IdentityProvider identityProvider); IdentityProvider create(@Nullable boolean discovery,
@Nullable OidcRequest oidcAttributes); IdentityProvider create(@Nullable boolean discovery, @Nullable OidcRequest oidcAttributes,
@NonNull IdentityProvider identityProvider); @Override void delete(); @Override void delete(@NonNull IdentityProvider identityProvider); @Override void delete(@NonNull String id); IdentityProvider deleteServiceProviderCertificate(); IdentityProvider deleteServiceProviderCertificate(@NonNull IdentityProvider identityProvider); IdentityProvider deleteServiceProviderCertificate(@NonNull String id); IdentityProvider generateServiceProviderCertificate(); IdentityProvider generateServiceProviderCertificate(@Nullable IdentityProviderAlgorithm algorithm,
@Nullable int validity); IdentityProvider generateServiceProviderCertificate(@Nullable IdentityProviderAlgorithm algorithm, @Nullable int validity,
@NonNull IdentityProvider identityProvider); IdentityProvider generateServiceProviderCertificate(@Nullable IdentityProviderAlgorithm algorithm,
@Nullable int validity,
@NonNull String id); IdentityProvider generateServiceProviderCertificate(@Nullable IdentityProviderAlgorithm algorithm, @Nullable int validity,
@NonNull String id,
@NonNull IdentityProvider identityProvider); IdentityProvider generateServiceProviderCertificate(@NonNull IdentityProvider identityProvider); IdentityProvider generateServiceProviderCertificate(@NonNull String id); IdentityProvider generateServiceProviderCertificate(@NonNull String id,
@NonNull IdentityProvider identityProvider); @Override IdentityProvider read(); IdentityProvider read(@NonNull IdentityProvider identityProvider); @Override IdentityProvider read(@NonNull String id); IdentityProvider refreshTokens(); IdentityProvider refreshTokens(@NonNull IdentityProvider identityProvider); IdentityProvider refreshTokens(@NonNull String id); @Override IdentityProvider update(); @Override IdentityProvider update(@NonNull IdentityProvider identityProvider); IdentityProvider update(@NonNull String id); IdentityProvider update(@NonNull String id,
@NonNull IdentityProvider identityProvider); IdentityProvider update(@Nullable boolean discovery,
@Nullable OidcRequest oidcAttributes); IdentityProvider update(@Nullable boolean discovery, @Nullable OidcRequest oidcAttributes,
@NonNull IdentityProvider identityProvider); IdentityProvider update(@Nullable boolean discovery, @Nullable OidcRequest oidcAttributes,
@NonNull String id); IdentityProvider update(@Nullable boolean discovery, @Nullable OidcRequest oidcAttributes,
@NonNull String id,
@NonNull IdentityProvider identityProvider); } |
@SuppressWarnings("resource") @Test public void testClone() { try { PolicyGroupListOptions policygrouplistoptions1 = new PolicyGroupListOptions(Integer.valueOf(-78), Long.valueOf(42), Order.getDefault(), "c7115cf9-bcb1-4052-8d94-756b560f1697", null, null); PolicyGroupListOptions policygrouplistoptions2 = policygrouplistoptions1.clone(); assertNotNull(policygrouplistoptions1); assertNotNull(policygrouplistoptions2); assertNotSame(policygrouplistoptions2, policygrouplistoptions1); assertEquals(policygrouplistoptions2, policygrouplistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public PolicyGroupListOptions clone() { final PolicyGroupListOptions opt = new PolicyGroupListOptions(); opt.setOptions(this); return opt; } | PolicyGroupListOptions extends ListOptions { @Override public PolicyGroupListOptions clone() { final PolicyGroupListOptions opt = new PolicyGroupListOptions(); opt.setOptions(this); return opt; } } | PolicyGroupListOptions extends ListOptions { @Override public PolicyGroupListOptions clone() { final PolicyGroupListOptions opt = new PolicyGroupListOptions(); opt.setOptions(this); return opt; } @Internal PolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal PolicyGroupListOptions(PolicyGroupListOptions policyGroupListOptions); PolicyGroupListOptions(); @Internal PolicyGroupListOptions(String after, Filters filter); } | PolicyGroupListOptions extends ListOptions { @Override public PolicyGroupListOptions clone() { final PolicyGroupListOptions opt = new PolicyGroupListOptions(); opt.setOptions(this); return opt; } @Internal PolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal PolicyGroupListOptions(PolicyGroupListOptions policyGroupListOptions); PolicyGroupListOptions(); @Internal PolicyGroupListOptions(String after, Filters filter); @Override String toString(); @Override PolicyGroupListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | PolicyGroupListOptions extends ListOptions { @Override public PolicyGroupListOptions clone() { final PolicyGroupListOptions opt = new PolicyGroupListOptions(); opt.setOptions(this); return opt; } @Internal PolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal PolicyGroupListOptions(PolicyGroupListOptions policyGroupListOptions); PolicyGroupListOptions(); @Internal PolicyGroupListOptions(String after, Filters filter); @Override String toString(); @Override PolicyGroupListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { PolicyGroupListOptions policygrouplistoptions1 = new PolicyGroupListOptions(Integer.valueOf(30), Long.valueOf(7), Order.getDefault(), "b9eb75e4-50b3-4aba-86e7-ba3d0c2b91ac", null, null); PolicyGroupListOptions policygrouplistoptions2 = new PolicyGroupListOptions(Integer.valueOf(30), Long.valueOf(7), Order.getDefault(), "b9eb75e4-50b3-4aba-86e7-ba3d0c2b91ac", null, null); assertNotNull(policygrouplistoptions1); assertNotNull(policygrouplistoptions2); assertNotSame(policygrouplistoptions2, policygrouplistoptions1); assertEquals(policygrouplistoptions2, policygrouplistoptions1); assertEquals(policygrouplistoptions2.hashCode(), policygrouplistoptions1.hashCode()); int hashCode = policygrouplistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, policygrouplistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | PolicyGroupListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | PolicyGroupListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal PolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal PolicyGroupListOptions(PolicyGroupListOptions policyGroupListOptions); PolicyGroupListOptions(); @Internal PolicyGroupListOptions(String after, Filters filter); } | PolicyGroupListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal PolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal PolicyGroupListOptions(PolicyGroupListOptions policyGroupListOptions); PolicyGroupListOptions(); @Internal PolicyGroupListOptions(String after, Filters filter); @Override String toString(); @Override PolicyGroupListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | PolicyGroupListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal PolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal PolicyGroupListOptions(PolicyGroupListOptions policyGroupListOptions); PolicyGroupListOptions(); @Internal PolicyGroupListOptions(String after, Filters filter); @Override String toString(); @Override PolicyGroupListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@Test public void testToUrl() { URL url = null; try { url = new URL("http: } catch (MalformedURLException e) { fail(e.getMessage()); } assertEquals(url, TranslationUtils.toUrl("http: assertEquals(null, TranslationUtils.toUrl("a+1")); } | public static URL toUrl(String url) { try { return url == null || url.isEmpty() ? null : new URL(url); } catch (MalformedURLException exception) { SdkLogger.getLogger().logError("Error occurred when parsing URL [" + url + "]. Defaulting to null", exception); } return null; } | TranslationUtils { public static URL toUrl(String url) { try { return url == null || url.isEmpty() ? null : new URL(url); } catch (MalformedURLException exception) { SdkLogger.getLogger().logError("Error occurred when parsing URL [" + url + "]. Defaulting to null", exception); } return null; } } | TranslationUtils { public static URL toUrl(String url) { try { return url == null || url.isEmpty() ? null : new URL(url); } catch (MalformedURLException exception) { SdkLogger.getLogger().logError("Error occurred when parsing URL [" + url + "]. Defaulting to null", exception); } return null; } private TranslationUtils(); } | TranslationUtils { public static URL toUrl(String url) { try { return url == null || url.isEmpty() ? null : new URL(url); } catch (MalformedURLException exception) { SdkLogger.getLogger().logError("Error occurred when parsing URL [" + url + "]. Defaulting to null", exception); } return null; } private TranslationUtils(); static Date toDate(DateTime date); static Date toDate(LocalDate ldate); static Date toDate(Calendar date); static Date toDate(Number timestamp); static Date toDate(Number timestamp, TimeUnit unit); static DateTime toDateTime(Date date); static LocalDate toLocalDate(Date date); static DataFile toDataFile(File file); static DataFile toDataFile(String filePath); static long toLong(Number longE); static long toLong(Date value); static long toLong(String value); static long toLong(Number longE, long defaultValue); static long toLong(Date value, long defaultValue); static long toLong(String stringContainingANumber, long defaultValue); static int toInt(Number number); static int toInt(String value); static int toInt(Number integer, int defaultV); static int toInt(String value, int defaultV); static Integer toInteger(String value, Integer defaultV); static boolean toBool(Boolean bool); static boolean toBool(String value); static boolean toBool(Boolean bool, boolean defaultB); static boolean toBool(String value, boolean defaultV); static double toDouble(Number value); static double toDouble(String value); static double toDouble(Number value, double defaultD); static double toDouble(String value, double defaultD); static URL toUrl(String url); static String toString(Object obj); static Base64 toBase64(Object obj); static byte[] toByteArray(Object obj); static synchronized Date convertTimestamp(String timestamp); static synchronized Date convertTimestamp(String timestamp, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format); static synchronized Date convertRfc3339Timestamp(String timestamp); static synchronized Date convertRfc3339Timestamp(String timestamp, Date defaultDate); static synchronized String toDefaultTimestamp(Date date); static synchronized String toRfc3339Timestamp(Date date); static String toTimestamp(Date date, DateFormat format); static List<String> parseList(String string, String separator); static DateTime moveToUtc(Date date); static Date moveDateTimeToUtc(Date date); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); } | TranslationUtils { public static URL toUrl(String url) { try { return url == null || url.isEmpty() ? null : new URL(url); } catch (MalformedURLException exception) { SdkLogger.getLogger().logError("Error occurred when parsing URL [" + url + "]. Defaulting to null", exception); } return null; } private TranslationUtils(); static Date toDate(DateTime date); static Date toDate(LocalDate ldate); static Date toDate(Calendar date); static Date toDate(Number timestamp); static Date toDate(Number timestamp, TimeUnit unit); static DateTime toDateTime(Date date); static LocalDate toLocalDate(Date date); static DataFile toDataFile(File file); static DataFile toDataFile(String filePath); static long toLong(Number longE); static long toLong(Date value); static long toLong(String value); static long toLong(Number longE, long defaultValue); static long toLong(Date value, long defaultValue); static long toLong(String stringContainingANumber, long defaultValue); static int toInt(Number number); static int toInt(String value); static int toInt(Number integer, int defaultV); static int toInt(String value, int defaultV); static Integer toInteger(String value, Integer defaultV); static boolean toBool(Boolean bool); static boolean toBool(String value); static boolean toBool(Boolean bool, boolean defaultB); static boolean toBool(String value, boolean defaultV); static double toDouble(Number value); static double toDouble(String value); static double toDouble(Number value, double defaultD); static double toDouble(String value, double defaultD); static URL toUrl(String url); static String toString(Object obj); static Base64 toBase64(Object obj); static byte[] toByteArray(Object obj); static synchronized Date convertTimestamp(String timestamp); static synchronized Date convertTimestamp(String timestamp, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format); static synchronized Date convertRfc3339Timestamp(String timestamp); static synchronized Date convertRfc3339Timestamp(String timestamp, Date defaultDate); static synchronized String toDefaultTimestamp(Date date); static synchronized String toRfc3339Timestamp(Date date); static String toTimestamp(Date date, DateFormat format); static List<String> parseList(String string, String separator); static DateTime moveToUtc(Date date); static Date moveDateTimeToUtc(Date date); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); static final String METHOD_CONVERT_STRING_TO_DATE; static final String METHOD_CONVERT_OTHER_TO_DATE; static final String METHOD_CONVERT_DATE_TO_DATETIME; static final String METHOD_CONVERT_DATE_TO_LOCALDATE; static final String METHOD_CONVERT_DATE_TO_STRING; static final String METHOD_CONVERT_STRING_TO_URL; static final String METHOD_CONVERT_BOOL_TO_BOOL; static final String METHOD_CONVERT_NUMBER_TO_LONG; static final String METHOD_CONVERT_NUMBER_TO_INT; static final String METHOD_CONVERT_NUMBER_TO_DOUBLE; static final String METHOD_CONVERT_ANY_TO_STRING; static final String METHOD_CONVERT_ANY_TO_BYTE_ARRAY; static final String METHOD_CONVERT_ANY_TO_BASE64; static final String METHOD_CONVERT_TO_DATA_FILE; } |
@SuppressWarnings("resource") @Test public void testEquals() { try { PolicyGroupListOptions policygrouplistoptions1 = new PolicyGroupListOptions(Integer.valueOf(-90), Long.valueOf(-34), Order.getDefault(), "2f1d891a-988e-4876-a38e-e82eec4ab763", null, null); PolicyGroupListOptions policygrouplistoptions2 = new PolicyGroupListOptions(Integer.valueOf(-90), Long.valueOf(-34), Order.getDefault(), "2f1d891a-988e-4876-a38e-e82eec4ab763", null, null); PolicyGroupListOptions policygrouplistoptions3 = new PolicyGroupListOptions(Integer.valueOf(-98), Long.valueOf(10), Order.getDefault(), "85a3d77a-0121-48d1-9dcd-c9d3fed54647", null, null); assertNotNull(policygrouplistoptions1); assertNotNull(policygrouplistoptions2); assertNotNull(policygrouplistoptions3); assertNotSame(policygrouplistoptions2, policygrouplistoptions1); assertNotSame(policygrouplistoptions3, policygrouplistoptions1); assertEquals(policygrouplistoptions2, policygrouplistoptions1); assertEquals(policygrouplistoptions2, policygrouplistoptions1); assertEquals(policygrouplistoptions1, policygrouplistoptions2); assertEquals(policygrouplistoptions1, policygrouplistoptions1); assertFalse(policygrouplistoptions1.equals(null)); assertNotEquals(policygrouplistoptions3, policygrouplistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof PolicyGroupListOptions)) { return false; } final PolicyGroupListOptions other = (PolicyGroupListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | PolicyGroupListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof PolicyGroupListOptions)) { return false; } final PolicyGroupListOptions other = (PolicyGroupListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | PolicyGroupListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof PolicyGroupListOptions)) { return false; } final PolicyGroupListOptions other = (PolicyGroupListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal PolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal PolicyGroupListOptions(PolicyGroupListOptions policyGroupListOptions); PolicyGroupListOptions(); @Internal PolicyGroupListOptions(String after, Filters filter); } | PolicyGroupListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof PolicyGroupListOptions)) { return false; } final PolicyGroupListOptions other = (PolicyGroupListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal PolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal PolicyGroupListOptions(PolicyGroupListOptions policyGroupListOptions); PolicyGroupListOptions(); @Internal PolicyGroupListOptions(String after, Filters filter); @Override String toString(); @Override PolicyGroupListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | PolicyGroupListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof PolicyGroupListOptions)) { return false; } final PolicyGroupListOptions other = (PolicyGroupListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal PolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal PolicyGroupListOptions(PolicyGroupListOptions policyGroupListOptions); PolicyGroupListOptions(); @Internal PolicyGroupListOptions(String after, Filters filter); @Override String toString(); @Override PolicyGroupListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { ApiKeyDao apikeydao1 = new ApiKeyDao(); ApiKeyDao apikeydao2 = apikeydao1.clone(); assertNotNull(apikeydao1); assertNotNull(apikeydao2); assertNotSame(apikeydao2, apikeydao1); assertEquals(apikeydao2, apikeydao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public ApiKeyDao clone() { try { return new ApiKeyDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | ApiKeyDao extends AbstractModelDao<ApiKey> implements CrudDao<ApiKey> { @Override @SuppressWarnings({ "resource", "unused" }) public ApiKeyDao clone() { try { return new ApiKeyDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | ApiKeyDao extends AbstractModelDao<ApiKey> implements CrudDao<ApiKey> { @Override @SuppressWarnings({ "resource", "unused" }) public ApiKeyDao clone() { try { return new ApiKeyDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } ApiKeyDao(); ApiKeyDao(ApiClientWrapper client); ApiKeyDao(ConnectionOptions options); ApiKeyDao(SdkContext sdkContext); } | ApiKeyDao extends AbstractModelDao<ApiKey> implements CrudDao<ApiKey> { @Override @SuppressWarnings({ "resource", "unused" }) public ApiKeyDao clone() { try { return new ApiKeyDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } ApiKeyDao(); ApiKeyDao(ApiClientWrapper client); ApiKeyDao(ConnectionOptions options); ApiKeyDao(SdkContext sdkContext); Paginator<PolicyGroup> allPolicyGroups(@Nullable PolicyGroupListOptions options); Paginator<PolicyGroup> allPolicyGroups(@Nullable PolicyGroupListOptions options,
@NonNull ApiKey apiKey); Paginator<PolicyGroup> allPolicyGroups(@NonNull String id,
@Nullable PolicyGroupListOptions options); @Override @SuppressWarnings({ "resource", "unused" }) ApiKeyDao clone(); @Override ApiKey create(); @Override ApiKey create(@NonNull ApiKey apiKey); @Override void delete(); @Override void delete(@NonNull ApiKey apiKey); @Override void delete(@NonNull String id); @SuppressWarnings("PMD.ShortMethodName") ApiKey me(); ListResponse<PolicyGroup> policyGroups(@Nullable PolicyGroupListOptions options); ListResponse<PolicyGroup> policyGroups(@Nullable PolicyGroupListOptions options,
@NonNull ApiKey apiKey); ListResponse<PolicyGroup> policyGroups(@NonNull String id,
@Nullable PolicyGroupListOptions options); @Override ApiKey read(); ApiKey read(@NonNull ApiKey apiKey); @Override ApiKey read(@NonNull String id); @Override ApiKey update(); @Override ApiKey update(@NonNull ApiKey apiKey); ApiKey update(@NonNull String id); ApiKey update(@NonNull String id, @NonNull ApiKey apiKey); } | ApiKeyDao extends AbstractModelDao<ApiKey> implements CrudDao<ApiKey> { @Override @SuppressWarnings({ "resource", "unused" }) public ApiKeyDao clone() { try { return new ApiKeyDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } ApiKeyDao(); ApiKeyDao(ApiClientWrapper client); ApiKeyDao(ConnectionOptions options); ApiKeyDao(SdkContext sdkContext); Paginator<PolicyGroup> allPolicyGroups(@Nullable PolicyGroupListOptions options); Paginator<PolicyGroup> allPolicyGroups(@Nullable PolicyGroupListOptions options,
@NonNull ApiKey apiKey); Paginator<PolicyGroup> allPolicyGroups(@NonNull String id,
@Nullable PolicyGroupListOptions options); @Override @SuppressWarnings({ "resource", "unused" }) ApiKeyDao clone(); @Override ApiKey create(); @Override ApiKey create(@NonNull ApiKey apiKey); @Override void delete(); @Override void delete(@NonNull ApiKey apiKey); @Override void delete(@NonNull String id); @SuppressWarnings("PMD.ShortMethodName") ApiKey me(); ListResponse<PolicyGroup> policyGroups(@Nullable PolicyGroupListOptions options); ListResponse<PolicyGroup> policyGroups(@Nullable PolicyGroupListOptions options,
@NonNull ApiKey apiKey); ListResponse<PolicyGroup> policyGroups(@NonNull String id,
@Nullable PolicyGroupListOptions options); @Override ApiKey read(); ApiKey read(@NonNull ApiKey apiKey); @Override ApiKey read(@NonNull String id); @Override ApiKey update(); @Override ApiKey update(@NonNull ApiKey apiKey); ApiKey update(@NonNull String id); ApiKey update(@NonNull String id, @NonNull ApiKey apiKey); } |
@SuppressWarnings("resource") @Test public void testClone() { try { SubtenantUserInvitationDao subtenantuserinvitationdao1 = new SubtenantUserInvitationDao(); SubtenantUserInvitationDao subtenantuserinvitationdao2 = subtenantuserinvitationdao1.clone(); assertNotNull(subtenantuserinvitationdao1); assertNotNull(subtenantuserinvitationdao2); assertNotSame(subtenantuserinvitationdao2, subtenantuserinvitationdao1); assertEquals(subtenantuserinvitationdao2, subtenantuserinvitationdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantUserInvitationDao clone() { try { return new SubtenantUserInvitationDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | SubtenantUserInvitationDao extends AbstractSubtenantUserInvitationDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantUserInvitationDao clone() { try { return new SubtenantUserInvitationDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | SubtenantUserInvitationDao extends AbstractSubtenantUserInvitationDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantUserInvitationDao clone() { try { return new SubtenantUserInvitationDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantUserInvitationDao(); SubtenantUserInvitationDao(ApiClientWrapper client); SubtenantUserInvitationDao(ConnectionOptions options); SubtenantUserInvitationDao(SdkContext sdkContext); } | SubtenantUserInvitationDao extends AbstractSubtenantUserInvitationDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantUserInvitationDao clone() { try { return new SubtenantUserInvitationDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantUserInvitationDao(); SubtenantUserInvitationDao(ApiClientWrapper client); SubtenantUserInvitationDao(ConnectionOptions options); SubtenantUserInvitationDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) SubtenantUserInvitationDao clone(); @Override @NotImplemented void delete(String id); @Override @NotImplemented SubtenantUserInvitation read(String id); } | SubtenantUserInvitationDao extends AbstractSubtenantUserInvitationDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantUserInvitationDao clone() { try { return new SubtenantUserInvitationDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantUserInvitationDao(); SubtenantUserInvitationDao(ApiClientWrapper client); SubtenantUserInvitationDao(ConnectionOptions options); SubtenantUserInvitationDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) SubtenantUserInvitationDao clone(); @Override @NotImplemented void delete(String id); @Override @NotImplemented SubtenantUserInvitation read(String id); } |
@SuppressWarnings("resource") @Test public void testClone() { try { SubtenantPolicyGroupDao subtenantpolicygroupdao1 = new SubtenantPolicyGroupDao(); SubtenantPolicyGroupDao subtenantpolicygroupdao2 = subtenantpolicygroupdao1.clone(); assertNotNull(subtenantpolicygroupdao1); assertNotNull(subtenantpolicygroupdao2); assertNotSame(subtenantpolicygroupdao2, subtenantpolicygroupdao1); assertEquals(subtenantpolicygroupdao2, subtenantpolicygroupdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantPolicyGroupDao clone() { try { return new SubtenantPolicyGroupDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | SubtenantPolicyGroupDao extends AbstractSubtenantPolicyGroupDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantPolicyGroupDao clone() { try { return new SubtenantPolicyGroupDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | SubtenantPolicyGroupDao extends AbstractSubtenantPolicyGroupDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantPolicyGroupDao clone() { try { return new SubtenantPolicyGroupDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantPolicyGroupDao(); SubtenantPolicyGroupDao(ApiClientWrapper client); SubtenantPolicyGroupDao(ConnectionOptions options); SubtenantPolicyGroupDao(SdkContext sdkContext); } | SubtenantPolicyGroupDao extends AbstractSubtenantPolicyGroupDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantPolicyGroupDao clone() { try { return new SubtenantPolicyGroupDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantPolicyGroupDao(); SubtenantPolicyGroupDao(ApiClientWrapper client); SubtenantPolicyGroupDao(ConnectionOptions options); SubtenantPolicyGroupDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) SubtenantPolicyGroupDao clone(); @Override @NotImplemented SubtenantPolicyGroup read(String id); @Override void delete(String id); } | SubtenantPolicyGroupDao extends AbstractSubtenantPolicyGroupDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantPolicyGroupDao clone() { try { return new SubtenantPolicyGroupDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantPolicyGroupDao(); SubtenantPolicyGroupDao(ApiClientWrapper client); SubtenantPolicyGroupDao(ConnectionOptions options); SubtenantPolicyGroupDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) SubtenantPolicyGroupDao clone(); @Override @NotImplemented SubtenantPolicyGroup read(String id); @Override void delete(String id); } |
@SuppressWarnings("resource") @Test public void testClone() { try { SubtenantPolicyGroupListOptions subtenantpolicygrouplistoptions1 = new SubtenantPolicyGroupListOptions(Integer.valueOf(-110), Long.valueOf(78), Order.getDefault(), "08618abe-660a-4e54-bad6-818ca0dfef42", null, null); SubtenantPolicyGroupListOptions subtenantpolicygrouplistoptions2 = subtenantpolicygrouplistoptions1.clone(); assertNotNull(subtenantpolicygrouplistoptions1); assertNotNull(subtenantpolicygrouplistoptions2); assertNotSame(subtenantpolicygrouplistoptions2, subtenantpolicygrouplistoptions1); assertEquals(subtenantpolicygrouplistoptions2, subtenantpolicygrouplistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public SubtenantPolicyGroupListOptions clone() { final SubtenantPolicyGroupListOptions opt = new SubtenantPolicyGroupListOptions(); opt.setOptions(this); return opt; } | SubtenantPolicyGroupListOptions extends ListOptions { @Override public SubtenantPolicyGroupListOptions clone() { final SubtenantPolicyGroupListOptions opt = new SubtenantPolicyGroupListOptions(); opt.setOptions(this); return opt; } } | SubtenantPolicyGroupListOptions extends ListOptions { @Override public SubtenantPolicyGroupListOptions clone() { final SubtenantPolicyGroupListOptions opt = new SubtenantPolicyGroupListOptions(); opt.setOptions(this); return opt; } @Internal SubtenantPolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantPolicyGroupListOptions(SubtenantPolicyGroupListOptions subtenantPolicyGroupListOptions); SubtenantPolicyGroupListOptions(); @Internal SubtenantPolicyGroupListOptions(String after, Filters filter); } | SubtenantPolicyGroupListOptions extends ListOptions { @Override public SubtenantPolicyGroupListOptions clone() { final SubtenantPolicyGroupListOptions opt = new SubtenantPolicyGroupListOptions(); opt.setOptions(this); return opt; } @Internal SubtenantPolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantPolicyGroupListOptions(SubtenantPolicyGroupListOptions subtenantPolicyGroupListOptions); SubtenantPolicyGroupListOptions(); @Internal SubtenantPolicyGroupListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantPolicyGroupListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | SubtenantPolicyGroupListOptions extends ListOptions { @Override public SubtenantPolicyGroupListOptions clone() { final SubtenantPolicyGroupListOptions opt = new SubtenantPolicyGroupListOptions(); opt.setOptions(this); return opt; } @Internal SubtenantPolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantPolicyGroupListOptions(SubtenantPolicyGroupListOptions subtenantPolicyGroupListOptions); SubtenantPolicyGroupListOptions(); @Internal SubtenantPolicyGroupListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantPolicyGroupListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { SubtenantPolicyGroupListOptions subtenantpolicygrouplistoptions1 = new SubtenantPolicyGroupListOptions(Integer.valueOf(94), Long.valueOf(71), Order.getDefault(), "8dc5a82a-6167-4538-8ded-4ce5f9a7634b", null, null); SubtenantPolicyGroupListOptions subtenantpolicygrouplistoptions2 = new SubtenantPolicyGroupListOptions(Integer.valueOf(94), Long.valueOf(71), Order.getDefault(), "8dc5a82a-6167-4538-8ded-4ce5f9a7634b", null, null); assertNotNull(subtenantpolicygrouplistoptions1); assertNotNull(subtenantpolicygrouplistoptions2); assertNotSame(subtenantpolicygrouplistoptions2, subtenantpolicygrouplistoptions1); assertEquals(subtenantpolicygrouplistoptions2, subtenantpolicygrouplistoptions1); assertEquals(subtenantpolicygrouplistoptions2.hashCode(), subtenantpolicygrouplistoptions1.hashCode()); int hashCode = subtenantpolicygrouplistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, subtenantpolicygrouplistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | SubtenantPolicyGroupListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | SubtenantPolicyGroupListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal SubtenantPolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantPolicyGroupListOptions(SubtenantPolicyGroupListOptions subtenantPolicyGroupListOptions); SubtenantPolicyGroupListOptions(); @Internal SubtenantPolicyGroupListOptions(String after, Filters filter); } | SubtenantPolicyGroupListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal SubtenantPolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantPolicyGroupListOptions(SubtenantPolicyGroupListOptions subtenantPolicyGroupListOptions); SubtenantPolicyGroupListOptions(); @Internal SubtenantPolicyGroupListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantPolicyGroupListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | SubtenantPolicyGroupListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal SubtenantPolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantPolicyGroupListOptions(SubtenantPolicyGroupListOptions subtenantPolicyGroupListOptions); SubtenantPolicyGroupListOptions(); @Internal SubtenantPolicyGroupListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantPolicyGroupListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testEquals() { try { SubtenantPolicyGroupListOptions subtenantpolicygrouplistoptions1 = new SubtenantPolicyGroupListOptions(Integer.valueOf(-51), Long.valueOf(105), Order.getDefault(), "efc9e20d-db05-4f2f-b41f-016029d4faff", null, null); SubtenantPolicyGroupListOptions subtenantpolicygrouplistoptions2 = new SubtenantPolicyGroupListOptions(Integer.valueOf(-51), Long.valueOf(105), Order.getDefault(), "efc9e20d-db05-4f2f-b41f-016029d4faff", null, null); SubtenantPolicyGroupListOptions subtenantpolicygrouplistoptions3 = new SubtenantPolicyGroupListOptions(Integer.valueOf(101), Long.valueOf(87), Order.getDefault(), "99c3b952-8e9d-4dd1-9075-8be04a5e58e8", null, null); assertNotNull(subtenantpolicygrouplistoptions1); assertNotNull(subtenantpolicygrouplistoptions2); assertNotNull(subtenantpolicygrouplistoptions3); assertNotSame(subtenantpolicygrouplistoptions2, subtenantpolicygrouplistoptions1); assertNotSame(subtenantpolicygrouplistoptions3, subtenantpolicygrouplistoptions1); assertEquals(subtenantpolicygrouplistoptions2, subtenantpolicygrouplistoptions1); assertEquals(subtenantpolicygrouplistoptions2, subtenantpolicygrouplistoptions1); assertEquals(subtenantpolicygrouplistoptions1, subtenantpolicygrouplistoptions2); assertEquals(subtenantpolicygrouplistoptions1, subtenantpolicygrouplistoptions1); assertFalse(subtenantpolicygrouplistoptions1.equals(null)); assertNotEquals(subtenantpolicygrouplistoptions3, subtenantpolicygrouplistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantPolicyGroupListOptions)) { return false; } final SubtenantPolicyGroupListOptions other = (SubtenantPolicyGroupListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | SubtenantPolicyGroupListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantPolicyGroupListOptions)) { return false; } final SubtenantPolicyGroupListOptions other = (SubtenantPolicyGroupListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | SubtenantPolicyGroupListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantPolicyGroupListOptions)) { return false; } final SubtenantPolicyGroupListOptions other = (SubtenantPolicyGroupListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal SubtenantPolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantPolicyGroupListOptions(SubtenantPolicyGroupListOptions subtenantPolicyGroupListOptions); SubtenantPolicyGroupListOptions(); @Internal SubtenantPolicyGroupListOptions(String after, Filters filter); } | SubtenantPolicyGroupListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantPolicyGroupListOptions)) { return false; } final SubtenantPolicyGroupListOptions other = (SubtenantPolicyGroupListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal SubtenantPolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantPolicyGroupListOptions(SubtenantPolicyGroupListOptions subtenantPolicyGroupListOptions); SubtenantPolicyGroupListOptions(); @Internal SubtenantPolicyGroupListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantPolicyGroupListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | SubtenantPolicyGroupListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantPolicyGroupListOptions)) { return false; } final SubtenantPolicyGroupListOptions other = (SubtenantPolicyGroupListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal SubtenantPolicyGroupListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantPolicyGroupListOptions(SubtenantPolicyGroupListOptions subtenantPolicyGroupListOptions); SubtenantPolicyGroupListOptions(); @Internal SubtenantPolicyGroupListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantPolicyGroupListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { SubtenantUserDao subtenantuserdao1 = new SubtenantUserDao(); SubtenantUserDao subtenantuserdao2 = subtenantuserdao1.clone(); assertNotNull(subtenantuserdao1); assertNotNull(subtenantuserdao2); assertNotSame(subtenantuserdao2, subtenantuserdao1); assertEquals(subtenantuserdao2, subtenantuserdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantUserDao clone() { try { return new SubtenantUserDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | SubtenantUserDao extends AbstractSubtenantUserDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantUserDao clone() { try { return new SubtenantUserDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | SubtenantUserDao extends AbstractSubtenantUserDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantUserDao clone() { try { return new SubtenantUserDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantUserDao(); SubtenantUserDao(ApiClientWrapper client); SubtenantUserDao(ConnectionOptions options); SubtenantUserDao(SdkContext sdkContext); } | SubtenantUserDao extends AbstractSubtenantUserDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantUserDao clone() { try { return new SubtenantUserDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantUserDao(); SubtenantUserDao(ApiClientWrapper client); SubtenantUserDao(ConnectionOptions options); SubtenantUserDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) SubtenantUserDao clone(); @Override @NotImplemented void delete(String id); @Override @NotImplemented SubtenantUser read(String id); } | SubtenantUserDao extends AbstractSubtenantUserDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantUserDao clone() { try { return new SubtenantUserDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantUserDao(); SubtenantUserDao(ApiClientWrapper client); SubtenantUserDao(ConnectionOptions options); SubtenantUserDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) SubtenantUserDao clone(); @Override @NotImplemented void delete(String id); @Override @NotImplemented SubtenantUser read(String id); } |
@SuppressWarnings("resource") @Test public void testClone() { try { SubtenantApiKeyDao subtenantapikeydao1 = new SubtenantApiKeyDao(); SubtenantApiKeyDao subtenantapikeydao2 = subtenantapikeydao1.clone(); assertNotNull(subtenantapikeydao1); assertNotNull(subtenantapikeydao2); assertNotSame(subtenantapikeydao2, subtenantapikeydao1); assertEquals(subtenantapikeydao2, subtenantapikeydao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantApiKeyDao clone() { try { return new SubtenantApiKeyDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | SubtenantApiKeyDao extends AbstractSubtenantApiKeyDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantApiKeyDao clone() { try { return new SubtenantApiKeyDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | SubtenantApiKeyDao extends AbstractSubtenantApiKeyDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantApiKeyDao clone() { try { return new SubtenantApiKeyDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantApiKeyDao(); SubtenantApiKeyDao(ApiClientWrapper client); SubtenantApiKeyDao(ConnectionOptions options); SubtenantApiKeyDao(SdkContext sdkContext); } | SubtenantApiKeyDao extends AbstractSubtenantApiKeyDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantApiKeyDao clone() { try { return new SubtenantApiKeyDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantApiKeyDao(); SubtenantApiKeyDao(ApiClientWrapper client); SubtenantApiKeyDao(ConnectionOptions options); SubtenantApiKeyDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) SubtenantApiKeyDao clone(); @Override @NotImplemented void delete(String id); @Override @NotImplemented SubtenantApiKey read(String id); } | SubtenantApiKeyDao extends AbstractSubtenantApiKeyDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantApiKeyDao clone() { try { return new SubtenantApiKeyDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantApiKeyDao(); SubtenantApiKeyDao(ApiClientWrapper client); SubtenantApiKeyDao(ConnectionOptions options); SubtenantApiKeyDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) SubtenantApiKeyDao clone(); @Override @NotImplemented void delete(String id); @Override @NotImplemented SubtenantApiKey read(String id); } |
@SuppressWarnings("resource") @Test public void testClone() { try { UserListOptions userlistoptions1 = new UserListOptions(Integer.valueOf(-50), Long.valueOf(-8), Order.getDefault(), "04f83d7e-af2f-4448-ac8c-40247968b74e", null, null); UserListOptions userlistoptions2 = userlistoptions1.clone(); assertNotNull(userlistoptions1); assertNotNull(userlistoptions2); assertNotSame(userlistoptions2, userlistoptions1); assertEquals(userlistoptions2, userlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public UserListOptions clone() { final UserListOptions opt = new UserListOptions(); opt.setOptions(this); return opt; } | UserListOptions extends ListOptions { @Override public UserListOptions clone() { final UserListOptions opt = new UserListOptions(); opt.setOptions(this); return opt; } } | UserListOptions extends ListOptions { @Override public UserListOptions clone() { final UserListOptions opt = new UserListOptions(); opt.setOptions(this); return opt; } @Internal UserListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal UserListOptions(UserListOptions userListOptions); UserListOptions(); @Internal UserListOptions(String after, Filters filter); } | UserListOptions extends ListOptions { @Override public UserListOptions clone() { final UserListOptions opt = new UserListOptions(); opt.setOptions(this); return opt; } @Internal UserListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal UserListOptions(UserListOptions userListOptions); UserListOptions(); @Internal UserListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); List<Filter> getStatusFilters(); void addEqualToStatusFilter(UserStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(UserStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<UserStatus> filterByStatus); void addInStatusesFilter(UserStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<UserStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(UserStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<UserStatus> filterByStatus); void addNotInStatusesFilter(UserStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<UserStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(UserStatus... filterByStatus); List<Filter> getEmailFilters(); void addEqualToEmailFilter(String filterByEmail); @SuppressWarnings("unchecked") T equalToEmail(String filterByEmail); @Override String toString(); @Override UserListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | UserListOptions extends ListOptions { @Override public UserListOptions clone() { final UserListOptions opt = new UserListOptions(); opt.setOptions(this); return opt; } @Internal UserListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal UserListOptions(UserListOptions userListOptions); UserListOptions(); @Internal UserListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); List<Filter> getStatusFilters(); void addEqualToStatusFilter(UserStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(UserStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<UserStatus> filterByStatus); void addInStatusesFilter(UserStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<UserStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(UserStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<UserStatus> filterByStatus); void addNotInStatusesFilter(UserStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<UserStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(UserStatus... filterByStatus); List<Filter> getEmailFilters(); void addEqualToEmailFilter(String filterByEmail); @SuppressWarnings("unchecked") T equalToEmail(String filterByEmail); @Override String toString(); @Override UserListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_EMAIL; static final String TAG_FILTER_BY_LOGIN_PROFILES; static final String TAG_FILTER_BY_STATUS; } |
@Test public void testToStringURL() { URL url = null; try { url = new URL("http: } catch (MalformedURLException e) { fail(e.getMessage()); } assertEquals("http: } | public static String toString(Object obj) { return (obj == null) ? null : obj.toString(); } | TranslationUtils { public static String toString(Object obj) { return (obj == null) ? null : obj.toString(); } } | TranslationUtils { public static String toString(Object obj) { return (obj == null) ? null : obj.toString(); } private TranslationUtils(); } | TranslationUtils { public static String toString(Object obj) { return (obj == null) ? null : obj.toString(); } private TranslationUtils(); static Date toDate(DateTime date); static Date toDate(LocalDate ldate); static Date toDate(Calendar date); static Date toDate(Number timestamp); static Date toDate(Number timestamp, TimeUnit unit); static DateTime toDateTime(Date date); static LocalDate toLocalDate(Date date); static DataFile toDataFile(File file); static DataFile toDataFile(String filePath); static long toLong(Number longE); static long toLong(Date value); static long toLong(String value); static long toLong(Number longE, long defaultValue); static long toLong(Date value, long defaultValue); static long toLong(String stringContainingANumber, long defaultValue); static int toInt(Number number); static int toInt(String value); static int toInt(Number integer, int defaultV); static int toInt(String value, int defaultV); static Integer toInteger(String value, Integer defaultV); static boolean toBool(Boolean bool); static boolean toBool(String value); static boolean toBool(Boolean bool, boolean defaultB); static boolean toBool(String value, boolean defaultV); static double toDouble(Number value); static double toDouble(String value); static double toDouble(Number value, double defaultD); static double toDouble(String value, double defaultD); static URL toUrl(String url); static String toString(Object obj); static Base64 toBase64(Object obj); static byte[] toByteArray(Object obj); static synchronized Date convertTimestamp(String timestamp); static synchronized Date convertTimestamp(String timestamp, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format); static synchronized Date convertRfc3339Timestamp(String timestamp); static synchronized Date convertRfc3339Timestamp(String timestamp, Date defaultDate); static synchronized String toDefaultTimestamp(Date date); static synchronized String toRfc3339Timestamp(Date date); static String toTimestamp(Date date, DateFormat format); static List<String> parseList(String string, String separator); static DateTime moveToUtc(Date date); static Date moveDateTimeToUtc(Date date); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); } | TranslationUtils { public static String toString(Object obj) { return (obj == null) ? null : obj.toString(); } private TranslationUtils(); static Date toDate(DateTime date); static Date toDate(LocalDate ldate); static Date toDate(Calendar date); static Date toDate(Number timestamp); static Date toDate(Number timestamp, TimeUnit unit); static DateTime toDateTime(Date date); static LocalDate toLocalDate(Date date); static DataFile toDataFile(File file); static DataFile toDataFile(String filePath); static long toLong(Number longE); static long toLong(Date value); static long toLong(String value); static long toLong(Number longE, long defaultValue); static long toLong(Date value, long defaultValue); static long toLong(String stringContainingANumber, long defaultValue); static int toInt(Number number); static int toInt(String value); static int toInt(Number integer, int defaultV); static int toInt(String value, int defaultV); static Integer toInteger(String value, Integer defaultV); static boolean toBool(Boolean bool); static boolean toBool(String value); static boolean toBool(Boolean bool, boolean defaultB); static boolean toBool(String value, boolean defaultV); static double toDouble(Number value); static double toDouble(String value); static double toDouble(Number value, double defaultD); static double toDouble(String value, double defaultD); static URL toUrl(String url); static String toString(Object obj); static Base64 toBase64(Object obj); static byte[] toByteArray(Object obj); static synchronized Date convertTimestamp(String timestamp); static synchronized Date convertTimestamp(String timestamp, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format); static synchronized Date convertRfc3339Timestamp(String timestamp); static synchronized Date convertRfc3339Timestamp(String timestamp, Date defaultDate); static synchronized String toDefaultTimestamp(Date date); static synchronized String toRfc3339Timestamp(Date date); static String toTimestamp(Date date, DateFormat format); static List<String> parseList(String string, String separator); static DateTime moveToUtc(Date date); static Date moveDateTimeToUtc(Date date); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); static final String METHOD_CONVERT_STRING_TO_DATE; static final String METHOD_CONVERT_OTHER_TO_DATE; static final String METHOD_CONVERT_DATE_TO_DATETIME; static final String METHOD_CONVERT_DATE_TO_LOCALDATE; static final String METHOD_CONVERT_DATE_TO_STRING; static final String METHOD_CONVERT_STRING_TO_URL; static final String METHOD_CONVERT_BOOL_TO_BOOL; static final String METHOD_CONVERT_NUMBER_TO_LONG; static final String METHOD_CONVERT_NUMBER_TO_INT; static final String METHOD_CONVERT_NUMBER_TO_DOUBLE; static final String METHOD_CONVERT_ANY_TO_STRING; static final String METHOD_CONVERT_ANY_TO_BYTE_ARRAY; static final String METHOD_CONVERT_ANY_TO_BASE64; static final String METHOD_CONVERT_TO_DATA_FILE; } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { UserListOptions userlistoptions1 = new UserListOptions(Integer.valueOf(63), Long.valueOf(-5), Order.getDefault(), "450f98d0-0dc3-410a-bec5-21b12dd5c4dc", null, null); UserListOptions userlistoptions2 = new UserListOptions(Integer.valueOf(63), Long.valueOf(-5), Order.getDefault(), "450f98d0-0dc3-410a-bec5-21b12dd5c4dc", null, null); assertNotNull(userlistoptions1); assertNotNull(userlistoptions2); assertNotSame(userlistoptions2, userlistoptions1); assertEquals(userlistoptions2, userlistoptions1); assertEquals(userlistoptions2.hashCode(), userlistoptions1.hashCode()); int hashCode = userlistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, userlistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | UserListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | UserListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal UserListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal UserListOptions(UserListOptions userListOptions); UserListOptions(); @Internal UserListOptions(String after, Filters filter); } | UserListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal UserListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal UserListOptions(UserListOptions userListOptions); UserListOptions(); @Internal UserListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); List<Filter> getStatusFilters(); void addEqualToStatusFilter(UserStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(UserStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<UserStatus> filterByStatus); void addInStatusesFilter(UserStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<UserStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(UserStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<UserStatus> filterByStatus); void addNotInStatusesFilter(UserStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<UserStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(UserStatus... filterByStatus); List<Filter> getEmailFilters(); void addEqualToEmailFilter(String filterByEmail); @SuppressWarnings("unchecked") T equalToEmail(String filterByEmail); @Override String toString(); @Override UserListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | UserListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal UserListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal UserListOptions(UserListOptions userListOptions); UserListOptions(); @Internal UserListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); List<Filter> getStatusFilters(); void addEqualToStatusFilter(UserStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(UserStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<UserStatus> filterByStatus); void addInStatusesFilter(UserStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<UserStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(UserStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<UserStatus> filterByStatus); void addNotInStatusesFilter(UserStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<UserStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(UserStatus... filterByStatus); List<Filter> getEmailFilters(); void addEqualToEmailFilter(String filterByEmail); @SuppressWarnings("unchecked") T equalToEmail(String filterByEmail); @Override String toString(); @Override UserListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_EMAIL; static final String TAG_FILTER_BY_LOGIN_PROFILES; static final String TAG_FILTER_BY_STATUS; } |
@SuppressWarnings("resource") @Test public void testEquals() { try { UserListOptions userlistoptions1 = new UserListOptions(Integer.valueOf(-106), Long.valueOf(-14), Order.getDefault(), "cd6f8e52-5702-4f76-bd50-bde97305f83a", null, null); UserListOptions userlistoptions2 = new UserListOptions(Integer.valueOf(-106), Long.valueOf(-14), Order.getDefault(), "cd6f8e52-5702-4f76-bd50-bde97305f83a", null, null); UserListOptions userlistoptions3 = new UserListOptions(Integer.valueOf(55), Long.valueOf(-68), Order.getDefault(), "11b0edc1-aaa8-4f91-a10c-2ab7926245ea", null, null); assertNotNull(userlistoptions1); assertNotNull(userlistoptions2); assertNotNull(userlistoptions3); assertNotSame(userlistoptions2, userlistoptions1); assertNotSame(userlistoptions3, userlistoptions1); assertEquals(userlistoptions2, userlistoptions1); assertEquals(userlistoptions2, userlistoptions1); assertEquals(userlistoptions1, userlistoptions2); assertEquals(userlistoptions1, userlistoptions1); assertFalse(userlistoptions1.equals(null)); assertNotEquals(userlistoptions3, userlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof UserListOptions)) { return false; } final UserListOptions other = (UserListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | UserListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof UserListOptions)) { return false; } final UserListOptions other = (UserListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | UserListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof UserListOptions)) { return false; } final UserListOptions other = (UserListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal UserListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal UserListOptions(UserListOptions userListOptions); UserListOptions(); @Internal UserListOptions(String after, Filters filter); } | UserListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof UserListOptions)) { return false; } final UserListOptions other = (UserListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal UserListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal UserListOptions(UserListOptions userListOptions); UserListOptions(); @Internal UserListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); List<Filter> getStatusFilters(); void addEqualToStatusFilter(UserStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(UserStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<UserStatus> filterByStatus); void addInStatusesFilter(UserStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<UserStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(UserStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<UserStatus> filterByStatus); void addNotInStatusesFilter(UserStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<UserStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(UserStatus... filterByStatus); List<Filter> getEmailFilters(); void addEqualToEmailFilter(String filterByEmail); @SuppressWarnings("unchecked") T equalToEmail(String filterByEmail); @Override String toString(); @Override UserListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | UserListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof UserListOptions)) { return false; } final UserListOptions other = (UserListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal UserListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal UserListOptions(UserListOptions userListOptions); UserListOptions(); @Internal UserListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); List<Filter> getStatusFilters(); void addEqualToStatusFilter(UserStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(UserStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<UserStatus> filterByStatus); void addInStatusesFilter(UserStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<UserStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(UserStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<UserStatus> filterByStatus); void addNotInStatusesFilter(UserStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<UserStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(UserStatus... filterByStatus); List<Filter> getEmailFilters(); void addEqualToEmailFilter(String filterByEmail); @SuppressWarnings("unchecked") T equalToEmail(String filterByEmail); @Override String toString(); @Override UserListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_EMAIL; static final String TAG_FILTER_BY_LOGIN_PROFILES; static final String TAG_FILTER_BY_STATUS; } |
@SuppressWarnings("resource") @Test public void testClone() { try { AccountListOptions accountlistoptions1 = new AccountListOptions(Integer.valueOf(28), Long.valueOf(-60), Order.getDefault(), "378225d3-a485-4fb7-b500-7a64d201d0e2", null, null); AccountListOptions accountlistoptions2 = accountlistoptions1.clone(); assertNotNull(accountlistoptions1); assertNotNull(accountlistoptions2); assertNotSame(accountlistoptions2, accountlistoptions1); assertEquals(accountlistoptions2, accountlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public AccountListOptions clone() { final AccountListOptions opt = new AccountListOptions(); opt.setOptions(this); return opt; } | AccountListOptions extends ListOptions { @Override public AccountListOptions clone() { final AccountListOptions opt = new AccountListOptions(); opt.setOptions(this); return opt; } } | AccountListOptions extends ListOptions { @Override public AccountListOptions clone() { final AccountListOptions opt = new AccountListOptions(); opt.setOptions(this); return opt; } @Internal AccountListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal AccountListOptions(AccountListOptions accountListOptions); AccountListOptions(); @Internal AccountListOptions(String after, Filters filter); } | AccountListOptions extends ListOptions { @Override public AccountListOptions clone() { final AccountListOptions opt = new AccountListOptions(); opt.setOptions(this); return opt; } @Internal AccountListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal AccountListOptions(AccountListOptions accountListOptions); AccountListOptions(); @Internal AccountListOptions(String after, Filters filter); List<Filter> getTierFilters(); void addEqualToTierFilter(String filterByTier); @SuppressWarnings("unchecked") T equalToTier(String filterByTier); List<Filter> getStatusFilters(); void addEqualToStatusFilter(AccountStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(AccountStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<AccountStatus> filterByStatus); void addInStatusesFilter(AccountStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<AccountStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(AccountStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<AccountStatus> filterByStatus); void addNotInStatusesFilter(AccountStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<AccountStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(AccountStatus... filterByStatus); List<Filter> getEndMarketFilters(); void addEqualToEndMarketFilter(String filterByEndMarket); @SuppressWarnings("unchecked") T equalToEndMarket(String filterByEndMarket); List<Filter> getCountryFilters(); void addLikeCountryFilter(String filterByCountry); @SuppressWarnings("unchecked") T likeCountry(String filterByCountry); @Override String toString(); @Override AccountListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | AccountListOptions extends ListOptions { @Override public AccountListOptions clone() { final AccountListOptions opt = new AccountListOptions(); opt.setOptions(this); return opt; } @Internal AccountListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal AccountListOptions(AccountListOptions accountListOptions); AccountListOptions(); @Internal AccountListOptions(String after, Filters filter); List<Filter> getTierFilters(); void addEqualToTierFilter(String filterByTier); @SuppressWarnings("unchecked") T equalToTier(String filterByTier); List<Filter> getStatusFilters(); void addEqualToStatusFilter(AccountStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(AccountStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<AccountStatus> filterByStatus); void addInStatusesFilter(AccountStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<AccountStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(AccountStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<AccountStatus> filterByStatus); void addNotInStatusesFilter(AccountStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<AccountStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(AccountStatus... filterByStatus); List<Filter> getEndMarketFilters(); void addEqualToEndMarketFilter(String filterByEndMarket); @SuppressWarnings("unchecked") T equalToEndMarket(String filterByEndMarket); List<Filter> getCountryFilters(); void addLikeCountryFilter(String filterByCountry); @SuppressWarnings("unchecked") T likeCountry(String filterByCountry); @Override String toString(); @Override AccountListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_COUNTRY; static final String TAG_FILTER_BY_END_MARKET; static final String TAG_FILTER_BY_STATUS; static final String TAG_FILTER_BY_TIER; } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { AccountListOptions accountlistoptions1 = new AccountListOptions(Integer.valueOf(-116), Long.valueOf(10), Order.getDefault(), "3001a1b4-f5b6-4d85-90aa-95b898610db9", null, null); AccountListOptions accountlistoptions2 = new AccountListOptions(Integer.valueOf(-116), Long.valueOf(10), Order.getDefault(), "3001a1b4-f5b6-4d85-90aa-95b898610db9", null, null); assertNotNull(accountlistoptions1); assertNotNull(accountlistoptions2); assertNotSame(accountlistoptions2, accountlistoptions1); assertEquals(accountlistoptions2, accountlistoptions1); assertEquals(accountlistoptions2.hashCode(), accountlistoptions1.hashCode()); int hashCode = accountlistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, accountlistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | AccountListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | AccountListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal AccountListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal AccountListOptions(AccountListOptions accountListOptions); AccountListOptions(); @Internal AccountListOptions(String after, Filters filter); } | AccountListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal AccountListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal AccountListOptions(AccountListOptions accountListOptions); AccountListOptions(); @Internal AccountListOptions(String after, Filters filter); List<Filter> getTierFilters(); void addEqualToTierFilter(String filterByTier); @SuppressWarnings("unchecked") T equalToTier(String filterByTier); List<Filter> getStatusFilters(); void addEqualToStatusFilter(AccountStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(AccountStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<AccountStatus> filterByStatus); void addInStatusesFilter(AccountStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<AccountStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(AccountStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<AccountStatus> filterByStatus); void addNotInStatusesFilter(AccountStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<AccountStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(AccountStatus... filterByStatus); List<Filter> getEndMarketFilters(); void addEqualToEndMarketFilter(String filterByEndMarket); @SuppressWarnings("unchecked") T equalToEndMarket(String filterByEndMarket); List<Filter> getCountryFilters(); void addLikeCountryFilter(String filterByCountry); @SuppressWarnings("unchecked") T likeCountry(String filterByCountry); @Override String toString(); @Override AccountListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | AccountListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal AccountListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal AccountListOptions(AccountListOptions accountListOptions); AccountListOptions(); @Internal AccountListOptions(String after, Filters filter); List<Filter> getTierFilters(); void addEqualToTierFilter(String filterByTier); @SuppressWarnings("unchecked") T equalToTier(String filterByTier); List<Filter> getStatusFilters(); void addEqualToStatusFilter(AccountStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(AccountStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<AccountStatus> filterByStatus); void addInStatusesFilter(AccountStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<AccountStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(AccountStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<AccountStatus> filterByStatus); void addNotInStatusesFilter(AccountStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<AccountStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(AccountStatus... filterByStatus); List<Filter> getEndMarketFilters(); void addEqualToEndMarketFilter(String filterByEndMarket); @SuppressWarnings("unchecked") T equalToEndMarket(String filterByEndMarket); List<Filter> getCountryFilters(); void addLikeCountryFilter(String filterByCountry); @SuppressWarnings("unchecked") T likeCountry(String filterByCountry); @Override String toString(); @Override AccountListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_COUNTRY; static final String TAG_FILTER_BY_END_MARKET; static final String TAG_FILTER_BY_STATUS; static final String TAG_FILTER_BY_TIER; } |
@SuppressWarnings("resource") @Test public void testEquals() { try { AccountListOptions accountlistoptions1 = new AccountListOptions(Integer.valueOf(-27), Long.valueOf(-21), Order.getDefault(), "8432ac1c-4e0c-4f3e-8b29-979bde7e57d1", null, null); AccountListOptions accountlistoptions2 = new AccountListOptions(Integer.valueOf(-27), Long.valueOf(-21), Order.getDefault(), "8432ac1c-4e0c-4f3e-8b29-979bde7e57d1", null, null); AccountListOptions accountlistoptions3 = new AccountListOptions(Integer.valueOf(5), Long.valueOf(66), Order.getDefault(), "89227477-b45f-49e3-978d-00edd61ec04f", null, null); assertNotNull(accountlistoptions1); assertNotNull(accountlistoptions2); assertNotNull(accountlistoptions3); assertNotSame(accountlistoptions2, accountlistoptions1); assertNotSame(accountlistoptions3, accountlistoptions1); assertEquals(accountlistoptions2, accountlistoptions1); assertEquals(accountlistoptions2, accountlistoptions1); assertEquals(accountlistoptions1, accountlistoptions2); assertEquals(accountlistoptions1, accountlistoptions1); assertFalse(accountlistoptions1.equals(null)); assertNotEquals(accountlistoptions3, accountlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof AccountListOptions)) { return false; } final AccountListOptions other = (AccountListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | AccountListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof AccountListOptions)) { return false; } final AccountListOptions other = (AccountListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | AccountListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof AccountListOptions)) { return false; } final AccountListOptions other = (AccountListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal AccountListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal AccountListOptions(AccountListOptions accountListOptions); AccountListOptions(); @Internal AccountListOptions(String after, Filters filter); } | AccountListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof AccountListOptions)) { return false; } final AccountListOptions other = (AccountListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal AccountListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal AccountListOptions(AccountListOptions accountListOptions); AccountListOptions(); @Internal AccountListOptions(String after, Filters filter); List<Filter> getTierFilters(); void addEqualToTierFilter(String filterByTier); @SuppressWarnings("unchecked") T equalToTier(String filterByTier); List<Filter> getStatusFilters(); void addEqualToStatusFilter(AccountStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(AccountStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<AccountStatus> filterByStatus); void addInStatusesFilter(AccountStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<AccountStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(AccountStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<AccountStatus> filterByStatus); void addNotInStatusesFilter(AccountStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<AccountStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(AccountStatus... filterByStatus); List<Filter> getEndMarketFilters(); void addEqualToEndMarketFilter(String filterByEndMarket); @SuppressWarnings("unchecked") T equalToEndMarket(String filterByEndMarket); List<Filter> getCountryFilters(); void addLikeCountryFilter(String filterByCountry); @SuppressWarnings("unchecked") T likeCountry(String filterByCountry); @Override String toString(); @Override AccountListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | AccountListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof AccountListOptions)) { return false; } final AccountListOptions other = (AccountListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal AccountListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal AccountListOptions(AccountListOptions accountListOptions); AccountListOptions(); @Internal AccountListOptions(String after, Filters filter); List<Filter> getTierFilters(); void addEqualToTierFilter(String filterByTier); @SuppressWarnings("unchecked") T equalToTier(String filterByTier); List<Filter> getStatusFilters(); void addEqualToStatusFilter(AccountStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(AccountStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<AccountStatus> filterByStatus); void addInStatusesFilter(AccountStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<AccountStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(AccountStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<AccountStatus> filterByStatus); void addNotInStatusesFilter(AccountStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<AccountStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(AccountStatus... filterByStatus); List<Filter> getEndMarketFilters(); void addEqualToEndMarketFilter(String filterByEndMarket); @SuppressWarnings("unchecked") T equalToEndMarket(String filterByEndMarket); List<Filter> getCountryFilters(); void addLikeCountryFilter(String filterByCountry); @SuppressWarnings("unchecked") T likeCountry(String filterByCountry); @Override String toString(); @Override AccountListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_COUNTRY; static final String TAG_FILTER_BY_END_MARKET; static final String TAG_FILTER_BY_STATUS; static final String TAG_FILTER_BY_TIER; } |
@SuppressWarnings("resource") @Test public void testClone() { try { UserInvitationDao userinvitationdao1 = new UserInvitationDao(); UserInvitationDao userinvitationdao2 = userinvitationdao1.clone(); assertNotNull(userinvitationdao1); assertNotNull(userinvitationdao2); assertNotSame(userinvitationdao2, userinvitationdao1); assertEquals(userinvitationdao2, userinvitationdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public UserInvitationDao clone() { try { return new UserInvitationDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | UserInvitationDao extends AbstractModelDao<UserInvitation> implements CreateDao<UserInvitation>,
DeleteDao<UserInvitation>, ReadDao<UserInvitation> { @Override @SuppressWarnings({ "resource", "unused" }) public UserInvitationDao clone() { try { return new UserInvitationDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | UserInvitationDao extends AbstractModelDao<UserInvitation> implements CreateDao<UserInvitation>,
DeleteDao<UserInvitation>, ReadDao<UserInvitation> { @Override @SuppressWarnings({ "resource", "unused" }) public UserInvitationDao clone() { try { return new UserInvitationDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UserInvitationDao(); UserInvitationDao(ApiClientWrapper client); UserInvitationDao(ConnectionOptions options); UserInvitationDao(SdkContext sdkContext); } | UserInvitationDao extends AbstractModelDao<UserInvitation> implements CreateDao<UserInvitation>,
DeleteDao<UserInvitation>, ReadDao<UserInvitation> { @Override @SuppressWarnings({ "resource", "unused" }) public UserInvitationDao clone() { try { return new UserInvitationDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UserInvitationDao(); UserInvitationDao(ApiClientWrapper client); UserInvitationDao(ConnectionOptions options); UserInvitationDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) UserInvitationDao clone(); @Override UserInvitation create(); @Override UserInvitation create(@NonNull UserInvitation userInvitation); UserInvitation create(@Nullable @DefaultValue("30") int validForDays); UserInvitation create(@Nullable @DefaultValue("30") int validForDays,
@NonNull UserInvitation userInvitation); @Override void delete(); @Override void delete(@NonNull UserInvitation userInvitation); @Override void delete(@NonNull String id); @Override UserInvitation read(); UserInvitation read(@NonNull UserInvitation userInvitation); @Override UserInvitation read(@NonNull String id); } | UserInvitationDao extends AbstractModelDao<UserInvitation> implements CreateDao<UserInvitation>,
DeleteDao<UserInvitation>, ReadDao<UserInvitation> { @Override @SuppressWarnings({ "resource", "unused" }) public UserInvitationDao clone() { try { return new UserInvitationDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UserInvitationDao(); UserInvitationDao(ApiClientWrapper client); UserInvitationDao(ConnectionOptions options); UserInvitationDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) UserInvitationDao clone(); @Override UserInvitation create(); @Override UserInvitation create(@NonNull UserInvitation userInvitation); UserInvitation create(@Nullable @DefaultValue("30") int validForDays); UserInvitation create(@Nullable @DefaultValue("30") int validForDays,
@NonNull UserInvitation userInvitation); @Override void delete(); @Override void delete(@NonNull UserInvitation userInvitation); @Override void delete(@NonNull String id); @Override UserInvitation read(); UserInvitation read(@NonNull UserInvitation userInvitation); @Override UserInvitation read(@NonNull String id); } |
@SuppressWarnings("resource") @Test public void testClone() { try { UserInvitationListDao userinvitationlistdao1 = new UserInvitationListDao(); UserInvitationListDao userinvitationlistdao2 = userinvitationlistdao1.clone(); assertNotNull(userinvitationlistdao1); assertNotNull(userinvitationlistdao2); assertNotSame(userinvitationlistdao2, userinvitationlistdao1); assertEquals(userinvitationlistdao2, userinvitationlistdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public UserInvitationListDao clone() { try { return new UserInvitationListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | UserInvitationListDao extends AbstractModelListDao<UserInvitation, UserInvitationListOptions> implements ModelListDao<UserInvitation, UserInvitationListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public UserInvitationListDao clone() { try { return new UserInvitationListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | UserInvitationListDao extends AbstractModelListDao<UserInvitation, UserInvitationListOptions> implements ModelListDao<UserInvitation, UserInvitationListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public UserInvitationListDao clone() { try { return new UserInvitationListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UserInvitationListDao(); UserInvitationListDao(ApiClientWrapper client); UserInvitationListDao(ConnectionOptions options); UserInvitationListDao(SdkContext sdkContext); } | UserInvitationListDao extends AbstractModelListDao<UserInvitation, UserInvitationListOptions> implements ModelListDao<UserInvitation, UserInvitationListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public UserInvitationListDao clone() { try { return new UserInvitationListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UserInvitationListDao(); UserInvitationListDao(ApiClientWrapper client); UserInvitationListDao(ConnectionOptions options); UserInvitationListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) UserInvitationListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<UserInvitationDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) UserInvitationDao getNewModelDao(); } | UserInvitationListDao extends AbstractModelListDao<UserInvitation, UserInvitationListOptions> implements ModelListDao<UserInvitation, UserInvitationListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public UserInvitationListDao clone() { try { return new UserInvitationListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UserInvitationListDao(); UserInvitationListDao(ApiClientWrapper client); UserInvitationListDao(ConnectionOptions options); UserInvitationListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) UserInvitationListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<UserInvitationDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) UserInvitationDao getNewModelDao(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { PolicyGroupListDao policygrouplistdao1 = new PolicyGroupListDao(); PolicyGroupListDao policygrouplistdao2 = policygrouplistdao1.clone(); assertNotNull(policygrouplistdao1); assertNotNull(policygrouplistdao2); assertNotSame(policygrouplistdao2, policygrouplistdao1); assertEquals(policygrouplistdao2, policygrouplistdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public PolicyGroupListDao clone() { try { return new PolicyGroupListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | PolicyGroupListDao extends AbstractModelListDao<PolicyGroup, PolicyGroupListOptions> implements ModelListDao<PolicyGroup, PolicyGroupListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public PolicyGroupListDao clone() { try { return new PolicyGroupListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | PolicyGroupListDao extends AbstractModelListDao<PolicyGroup, PolicyGroupListOptions> implements ModelListDao<PolicyGroup, PolicyGroupListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public PolicyGroupListDao clone() { try { return new PolicyGroupListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } PolicyGroupListDao(); PolicyGroupListDao(ApiClientWrapper client); PolicyGroupListDao(ConnectionOptions options); PolicyGroupListDao(SdkContext sdkContext); } | PolicyGroupListDao extends AbstractModelListDao<PolicyGroup, PolicyGroupListOptions> implements ModelListDao<PolicyGroup, PolicyGroupListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public PolicyGroupListDao clone() { try { return new PolicyGroupListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } PolicyGroupListDao(); PolicyGroupListDao(ApiClientWrapper client); PolicyGroupListDao(ConnectionOptions options); PolicyGroupListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) PolicyGroupListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<PolicyGroupDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) PolicyGroupDao getNewModelDao(); } | PolicyGroupListDao extends AbstractModelListDao<PolicyGroup, PolicyGroupListOptions> implements ModelListDao<PolicyGroup, PolicyGroupListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public PolicyGroupListDao clone() { try { return new PolicyGroupListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } PolicyGroupListDao(); PolicyGroupListDao(ApiClientWrapper client); PolicyGroupListDao(ConnectionOptions options); PolicyGroupListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) PolicyGroupListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<PolicyGroupDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) PolicyGroupDao getNewModelDao(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { SubtenantUserListOptions subtenantuserlistoptions1 = new SubtenantUserListOptions(Integer.valueOf(33), Long.valueOf(11), Order.getDefault(), "e9d8d145-3d87-4a2a-901f-80efc1f72bfd", null, null); SubtenantUserListOptions subtenantuserlistoptions2 = subtenantuserlistoptions1.clone(); assertNotNull(subtenantuserlistoptions1); assertNotNull(subtenantuserlistoptions2); assertNotSame(subtenantuserlistoptions2, subtenantuserlistoptions1); assertEquals(subtenantuserlistoptions2, subtenantuserlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public SubtenantUserListOptions clone() { final SubtenantUserListOptions opt = new SubtenantUserListOptions(); opt.setOptions(this); return opt; } | SubtenantUserListOptions extends ListOptions { @Override public SubtenantUserListOptions clone() { final SubtenantUserListOptions opt = new SubtenantUserListOptions(); opt.setOptions(this); return opt; } } | SubtenantUserListOptions extends ListOptions { @Override public SubtenantUserListOptions clone() { final SubtenantUserListOptions opt = new SubtenantUserListOptions(); opt.setOptions(this); return opt; } @Internal SubtenantUserListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserListOptions(SubtenantUserListOptions subtenantUserListOptions); SubtenantUserListOptions(); @Internal SubtenantUserListOptions(String after, Filters filter); } | SubtenantUserListOptions extends ListOptions { @Override public SubtenantUserListOptions clone() { final SubtenantUserListOptions opt = new SubtenantUserListOptions(); opt.setOptions(this); return opt; } @Internal SubtenantUserListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserListOptions(SubtenantUserListOptions subtenantUserListOptions); SubtenantUserListOptions(); @Internal SubtenantUserListOptions(String after, Filters filter); List<Filter> getStatusFilters(); void addEqualToStatusFilter(SubtenantUserStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(SubtenantUserStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<SubtenantUserStatus> filterByStatus); void addInStatusesFilter(SubtenantUserStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<SubtenantUserStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(SubtenantUserStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<SubtenantUserStatus> filterByStatus); void addNotInStatusesFilter(SubtenantUserStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<SubtenantUserStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(SubtenantUserStatus... filterByStatus); @Override String toString(); @Override SubtenantUserListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | SubtenantUserListOptions extends ListOptions { @Override public SubtenantUserListOptions clone() { final SubtenantUserListOptions opt = new SubtenantUserListOptions(); opt.setOptions(this); return opt; } @Internal SubtenantUserListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserListOptions(SubtenantUserListOptions subtenantUserListOptions); SubtenantUserListOptions(); @Internal SubtenantUserListOptions(String after, Filters filter); List<Filter> getStatusFilters(); void addEqualToStatusFilter(SubtenantUserStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(SubtenantUserStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<SubtenantUserStatus> filterByStatus); void addInStatusesFilter(SubtenantUserStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<SubtenantUserStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(SubtenantUserStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<SubtenantUserStatus> filterByStatus); void addNotInStatusesFilter(SubtenantUserStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<SubtenantUserStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(SubtenantUserStatus... filterByStatus); @Override String toString(); @Override SubtenantUserListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_STATUS; } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { SubtenantUserListOptions subtenantuserlistoptions1 = new SubtenantUserListOptions(Integer.valueOf(77), Long.valueOf(-72), Order.getDefault(), "8b3c1c6e-dfbc-42c8-a27e-4063c4824f29", null, null); SubtenantUserListOptions subtenantuserlistoptions2 = new SubtenantUserListOptions(Integer.valueOf(77), Long.valueOf(-72), Order.getDefault(), "8b3c1c6e-dfbc-42c8-a27e-4063c4824f29", null, null); assertNotNull(subtenantuserlistoptions1); assertNotNull(subtenantuserlistoptions2); assertNotSame(subtenantuserlistoptions2, subtenantuserlistoptions1); assertEquals(subtenantuserlistoptions2, subtenantuserlistoptions1); assertEquals(subtenantuserlistoptions2.hashCode(), subtenantuserlistoptions1.hashCode()); int hashCode = subtenantuserlistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, subtenantuserlistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | SubtenantUserListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | SubtenantUserListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal SubtenantUserListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserListOptions(SubtenantUserListOptions subtenantUserListOptions); SubtenantUserListOptions(); @Internal SubtenantUserListOptions(String after, Filters filter); } | SubtenantUserListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal SubtenantUserListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserListOptions(SubtenantUserListOptions subtenantUserListOptions); SubtenantUserListOptions(); @Internal SubtenantUserListOptions(String after, Filters filter); List<Filter> getStatusFilters(); void addEqualToStatusFilter(SubtenantUserStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(SubtenantUserStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<SubtenantUserStatus> filterByStatus); void addInStatusesFilter(SubtenantUserStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<SubtenantUserStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(SubtenantUserStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<SubtenantUserStatus> filterByStatus); void addNotInStatusesFilter(SubtenantUserStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<SubtenantUserStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(SubtenantUserStatus... filterByStatus); @Override String toString(); @Override SubtenantUserListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | SubtenantUserListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal SubtenantUserListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserListOptions(SubtenantUserListOptions subtenantUserListOptions); SubtenantUserListOptions(); @Internal SubtenantUserListOptions(String after, Filters filter); List<Filter> getStatusFilters(); void addEqualToStatusFilter(SubtenantUserStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(SubtenantUserStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<SubtenantUserStatus> filterByStatus); void addInStatusesFilter(SubtenantUserStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<SubtenantUserStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(SubtenantUserStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<SubtenantUserStatus> filterByStatus); void addNotInStatusesFilter(SubtenantUserStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<SubtenantUserStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(SubtenantUserStatus... filterByStatus); @Override String toString(); @Override SubtenantUserListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_STATUS; } |
@Test public void testConvertToInteger() { assertEquals(1234, TranslationUtils.toInt(" 1234 ", 0)); assertEquals(0, TranslationUtils.toInt(" 1p234 ", 0)); } | public static int toInt(Number number) { return toInt(number, 0); } | TranslationUtils { public static int toInt(Number number) { return toInt(number, 0); } } | TranslationUtils { public static int toInt(Number number) { return toInt(number, 0); } private TranslationUtils(); } | TranslationUtils { public static int toInt(Number number) { return toInt(number, 0); } private TranslationUtils(); static Date toDate(DateTime date); static Date toDate(LocalDate ldate); static Date toDate(Calendar date); static Date toDate(Number timestamp); static Date toDate(Number timestamp, TimeUnit unit); static DateTime toDateTime(Date date); static LocalDate toLocalDate(Date date); static DataFile toDataFile(File file); static DataFile toDataFile(String filePath); static long toLong(Number longE); static long toLong(Date value); static long toLong(String value); static long toLong(Number longE, long defaultValue); static long toLong(Date value, long defaultValue); static long toLong(String stringContainingANumber, long defaultValue); static int toInt(Number number); static int toInt(String value); static int toInt(Number integer, int defaultV); static int toInt(String value, int defaultV); static Integer toInteger(String value, Integer defaultV); static boolean toBool(Boolean bool); static boolean toBool(String value); static boolean toBool(Boolean bool, boolean defaultB); static boolean toBool(String value, boolean defaultV); static double toDouble(Number value); static double toDouble(String value); static double toDouble(Number value, double defaultD); static double toDouble(String value, double defaultD); static URL toUrl(String url); static String toString(Object obj); static Base64 toBase64(Object obj); static byte[] toByteArray(Object obj); static synchronized Date convertTimestamp(String timestamp); static synchronized Date convertTimestamp(String timestamp, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format); static synchronized Date convertRfc3339Timestamp(String timestamp); static synchronized Date convertRfc3339Timestamp(String timestamp, Date defaultDate); static synchronized String toDefaultTimestamp(Date date); static synchronized String toRfc3339Timestamp(Date date); static String toTimestamp(Date date, DateFormat format); static List<String> parseList(String string, String separator); static DateTime moveToUtc(Date date); static Date moveDateTimeToUtc(Date date); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); } | TranslationUtils { public static int toInt(Number number) { return toInt(number, 0); } private TranslationUtils(); static Date toDate(DateTime date); static Date toDate(LocalDate ldate); static Date toDate(Calendar date); static Date toDate(Number timestamp); static Date toDate(Number timestamp, TimeUnit unit); static DateTime toDateTime(Date date); static LocalDate toLocalDate(Date date); static DataFile toDataFile(File file); static DataFile toDataFile(String filePath); static long toLong(Number longE); static long toLong(Date value); static long toLong(String value); static long toLong(Number longE, long defaultValue); static long toLong(Date value, long defaultValue); static long toLong(String stringContainingANumber, long defaultValue); static int toInt(Number number); static int toInt(String value); static int toInt(Number integer, int defaultV); static int toInt(String value, int defaultV); static Integer toInteger(String value, Integer defaultV); static boolean toBool(Boolean bool); static boolean toBool(String value); static boolean toBool(Boolean bool, boolean defaultB); static boolean toBool(String value, boolean defaultV); static double toDouble(Number value); static double toDouble(String value); static double toDouble(Number value, double defaultD); static double toDouble(String value, double defaultD); static URL toUrl(String url); static String toString(Object obj); static Base64 toBase64(Object obj); static byte[] toByteArray(Object obj); static synchronized Date convertTimestamp(String timestamp); static synchronized Date convertTimestamp(String timestamp, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format); static synchronized Date convertRfc3339Timestamp(String timestamp); static synchronized Date convertRfc3339Timestamp(String timestamp, Date defaultDate); static synchronized String toDefaultTimestamp(Date date); static synchronized String toRfc3339Timestamp(Date date); static String toTimestamp(Date date, DateFormat format); static List<String> parseList(String string, String separator); static DateTime moveToUtc(Date date); static Date moveDateTimeToUtc(Date date); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); static final String METHOD_CONVERT_STRING_TO_DATE; static final String METHOD_CONVERT_OTHER_TO_DATE; static final String METHOD_CONVERT_DATE_TO_DATETIME; static final String METHOD_CONVERT_DATE_TO_LOCALDATE; static final String METHOD_CONVERT_DATE_TO_STRING; static final String METHOD_CONVERT_STRING_TO_URL; static final String METHOD_CONVERT_BOOL_TO_BOOL; static final String METHOD_CONVERT_NUMBER_TO_LONG; static final String METHOD_CONVERT_NUMBER_TO_INT; static final String METHOD_CONVERT_NUMBER_TO_DOUBLE; static final String METHOD_CONVERT_ANY_TO_STRING; static final String METHOD_CONVERT_ANY_TO_BYTE_ARRAY; static final String METHOD_CONVERT_ANY_TO_BASE64; static final String METHOD_CONVERT_TO_DATA_FILE; } |
@SuppressWarnings("resource") @Test public void testEquals() { try { SubtenantUserListOptions subtenantuserlistoptions1 = new SubtenantUserListOptions(Integer.valueOf(-11), Long.valueOf(48), Order.getDefault(), "b31ca2fe-9fb2-46ee-992e-f83f7a66f85b", null, null); SubtenantUserListOptions subtenantuserlistoptions2 = new SubtenantUserListOptions(Integer.valueOf(-11), Long.valueOf(48), Order.getDefault(), "b31ca2fe-9fb2-46ee-992e-f83f7a66f85b", null, null); SubtenantUserListOptions subtenantuserlistoptions3 = new SubtenantUserListOptions(Integer.valueOf(7), Long.valueOf(-17), Order.getDefault(), "44906984-7063-425c-bc45-b94073fbedc2", null, null); assertNotNull(subtenantuserlistoptions1); assertNotNull(subtenantuserlistoptions2); assertNotNull(subtenantuserlistoptions3); assertNotSame(subtenantuserlistoptions2, subtenantuserlistoptions1); assertNotSame(subtenantuserlistoptions3, subtenantuserlistoptions1); assertEquals(subtenantuserlistoptions2, subtenantuserlistoptions1); assertEquals(subtenantuserlistoptions2, subtenantuserlistoptions1); assertEquals(subtenantuserlistoptions1, subtenantuserlistoptions2); assertEquals(subtenantuserlistoptions1, subtenantuserlistoptions1); assertFalse(subtenantuserlistoptions1.equals(null)); assertNotEquals(subtenantuserlistoptions3, subtenantuserlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantUserListOptions)) { return false; } final SubtenantUserListOptions other = (SubtenantUserListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | SubtenantUserListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantUserListOptions)) { return false; } final SubtenantUserListOptions other = (SubtenantUserListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | SubtenantUserListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantUserListOptions)) { return false; } final SubtenantUserListOptions other = (SubtenantUserListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal SubtenantUserListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserListOptions(SubtenantUserListOptions subtenantUserListOptions); SubtenantUserListOptions(); @Internal SubtenantUserListOptions(String after, Filters filter); } | SubtenantUserListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantUserListOptions)) { return false; } final SubtenantUserListOptions other = (SubtenantUserListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal SubtenantUserListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserListOptions(SubtenantUserListOptions subtenantUserListOptions); SubtenantUserListOptions(); @Internal SubtenantUserListOptions(String after, Filters filter); List<Filter> getStatusFilters(); void addEqualToStatusFilter(SubtenantUserStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(SubtenantUserStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<SubtenantUserStatus> filterByStatus); void addInStatusesFilter(SubtenantUserStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<SubtenantUserStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(SubtenantUserStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<SubtenantUserStatus> filterByStatus); void addNotInStatusesFilter(SubtenantUserStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<SubtenantUserStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(SubtenantUserStatus... filterByStatus); @Override String toString(); @Override SubtenantUserListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | SubtenantUserListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantUserListOptions)) { return false; } final SubtenantUserListOptions other = (SubtenantUserListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal SubtenantUserListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserListOptions(SubtenantUserListOptions subtenantUserListOptions); SubtenantUserListOptions(); @Internal SubtenantUserListOptions(String after, Filters filter); List<Filter> getStatusFilters(); void addEqualToStatusFilter(SubtenantUserStatus filterByStatus); @SuppressWarnings("unchecked") T equalToStatus(SubtenantUserStatus filterByStatus); void addInStatusesFilter(String filterByStatus); void addInStatusesFilter(List<SubtenantUserStatus> filterByStatus); void addInStatusesFilter(SubtenantUserStatus... filterByStatus); @SuppressWarnings("unchecked") T inStatuses(String filterByStatus); @SuppressWarnings("unchecked") T inStatuses(List<SubtenantUserStatus> filterByStatus); @SuppressWarnings("unchecked") T inStatuses(SubtenantUserStatus... filterByStatus); void addNotInStatusesFilter(String filterByStatus); void addNotInStatusesFilter(List<SubtenantUserStatus> filterByStatus); void addNotInStatusesFilter(SubtenantUserStatus... filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(String filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(List<SubtenantUserStatus> filterByStatus); @SuppressWarnings("unchecked") T notInStatuses(SubtenantUserStatus... filterByStatus); @Override String toString(); @Override SubtenantUserListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_STATUS; } |
@SuppressWarnings("resource") @Test public void testClone() { try { SubtenantUserInvitationListOptions subtenantuserinvitationlistoptions1 = new SubtenantUserInvitationListOptions(Integer.valueOf(-6), Long.valueOf(92), Order.getDefault(), "102d8bcc-88af-4be9-8d0a-ca60bdf1bc69", null, null); SubtenantUserInvitationListOptions subtenantuserinvitationlistoptions2 = subtenantuserinvitationlistoptions1.clone(); assertNotNull(subtenantuserinvitationlistoptions1); assertNotNull(subtenantuserinvitationlistoptions2); assertNotSame(subtenantuserinvitationlistoptions2, subtenantuserinvitationlistoptions1); assertEquals(subtenantuserinvitationlistoptions2, subtenantuserinvitationlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public SubtenantUserInvitationListOptions clone() { final SubtenantUserInvitationListOptions opt = new SubtenantUserInvitationListOptions(); opt.setOptions(this); return opt; } | SubtenantUserInvitationListOptions extends ListOptions { @Override public SubtenantUserInvitationListOptions clone() { final SubtenantUserInvitationListOptions opt = new SubtenantUserInvitationListOptions(); opt.setOptions(this); return opt; } } | SubtenantUserInvitationListOptions extends ListOptions { @Override public SubtenantUserInvitationListOptions clone() { final SubtenantUserInvitationListOptions opt = new SubtenantUserInvitationListOptions(); opt.setOptions(this); return opt; } @Internal SubtenantUserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserInvitationListOptions(SubtenantUserInvitationListOptions subtenantUserInvitationListOptions); SubtenantUserInvitationListOptions(); @Internal SubtenantUserInvitationListOptions(String after, Filters filter); } | SubtenantUserInvitationListOptions extends ListOptions { @Override public SubtenantUserInvitationListOptions clone() { final SubtenantUserInvitationListOptions opt = new SubtenantUserInvitationListOptions(); opt.setOptions(this); return opt; } @Internal SubtenantUserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserInvitationListOptions(SubtenantUserInvitationListOptions subtenantUserInvitationListOptions); SubtenantUserInvitationListOptions(); @Internal SubtenantUserInvitationListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); @Override String toString(); @Override SubtenantUserInvitationListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | SubtenantUserInvitationListOptions extends ListOptions { @Override public SubtenantUserInvitationListOptions clone() { final SubtenantUserInvitationListOptions opt = new SubtenantUserInvitationListOptions(); opt.setOptions(this); return opt; } @Internal SubtenantUserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserInvitationListOptions(SubtenantUserInvitationListOptions subtenantUserInvitationListOptions); SubtenantUserInvitationListOptions(); @Internal SubtenantUserInvitationListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); @Override String toString(); @Override SubtenantUserInvitationListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_LOGIN_PROFILES; } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { SubtenantUserInvitationListOptions subtenantuserinvitationlistoptions1 = new SubtenantUserInvitationListOptions(Integer.valueOf(72), Long.valueOf(-122), Order.getDefault(), "6b69709a-c23e-4178-aff4-f02b9e8ba7dd", null, null); SubtenantUserInvitationListOptions subtenantuserinvitationlistoptions2 = new SubtenantUserInvitationListOptions(Integer.valueOf(72), Long.valueOf(-122), Order.getDefault(), "6b69709a-c23e-4178-aff4-f02b9e8ba7dd", null, null); assertNotNull(subtenantuserinvitationlistoptions1); assertNotNull(subtenantuserinvitationlistoptions2); assertNotSame(subtenantuserinvitationlistoptions2, subtenantuserinvitationlistoptions1); assertEquals(subtenantuserinvitationlistoptions2, subtenantuserinvitationlistoptions1); assertEquals(subtenantuserinvitationlistoptions2.hashCode(), subtenantuserinvitationlistoptions1.hashCode()); int hashCode = subtenantuserinvitationlistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, subtenantuserinvitationlistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | SubtenantUserInvitationListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | SubtenantUserInvitationListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal SubtenantUserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserInvitationListOptions(SubtenantUserInvitationListOptions subtenantUserInvitationListOptions); SubtenantUserInvitationListOptions(); @Internal SubtenantUserInvitationListOptions(String after, Filters filter); } | SubtenantUserInvitationListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal SubtenantUserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserInvitationListOptions(SubtenantUserInvitationListOptions subtenantUserInvitationListOptions); SubtenantUserInvitationListOptions(); @Internal SubtenantUserInvitationListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); @Override String toString(); @Override SubtenantUserInvitationListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | SubtenantUserInvitationListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal SubtenantUserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserInvitationListOptions(SubtenantUserInvitationListOptions subtenantUserInvitationListOptions); SubtenantUserInvitationListOptions(); @Internal SubtenantUserInvitationListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); @Override String toString(); @Override SubtenantUserInvitationListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_LOGIN_PROFILES; } |
@SuppressWarnings("resource") @Test public void testEquals() { try { SubtenantUserInvitationListOptions subtenantuserinvitationlistoptions1 = new SubtenantUserInvitationListOptions(Integer.valueOf(24), Long.valueOf(-35), Order.getDefault(), "0f721c65-1647-42ab-82e0-2bbd8e977be9", null, null); SubtenantUserInvitationListOptions subtenantuserinvitationlistoptions2 = new SubtenantUserInvitationListOptions(Integer.valueOf(24), Long.valueOf(-35), Order.getDefault(), "0f721c65-1647-42ab-82e0-2bbd8e977be9", null, null); SubtenantUserInvitationListOptions subtenantuserinvitationlistoptions3 = new SubtenantUserInvitationListOptions(Integer.valueOf(-65), Long.valueOf(-83), Order.getDefault(), "3033148c-2806-4f88-8c97-6292a8d9d66f", null, null); assertNotNull(subtenantuserinvitationlistoptions1); assertNotNull(subtenantuserinvitationlistoptions2); assertNotNull(subtenantuserinvitationlistoptions3); assertNotSame(subtenantuserinvitationlistoptions2, subtenantuserinvitationlistoptions1); assertNotSame(subtenantuserinvitationlistoptions3, subtenantuserinvitationlistoptions1); assertEquals(subtenantuserinvitationlistoptions2, subtenantuserinvitationlistoptions1); assertEquals(subtenantuserinvitationlistoptions2, subtenantuserinvitationlistoptions1); assertEquals(subtenantuserinvitationlistoptions1, subtenantuserinvitationlistoptions2); assertEquals(subtenantuserinvitationlistoptions1, subtenantuserinvitationlistoptions1); assertFalse(subtenantuserinvitationlistoptions1.equals(null)); assertNotEquals(subtenantuserinvitationlistoptions3, subtenantuserinvitationlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantUserInvitationListOptions)) { return false; } final SubtenantUserInvitationListOptions other = (SubtenantUserInvitationListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | SubtenantUserInvitationListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantUserInvitationListOptions)) { return false; } final SubtenantUserInvitationListOptions other = (SubtenantUserInvitationListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | SubtenantUserInvitationListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantUserInvitationListOptions)) { return false; } final SubtenantUserInvitationListOptions other = (SubtenantUserInvitationListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal SubtenantUserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserInvitationListOptions(SubtenantUserInvitationListOptions subtenantUserInvitationListOptions); SubtenantUserInvitationListOptions(); @Internal SubtenantUserInvitationListOptions(String after, Filters filter); } | SubtenantUserInvitationListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantUserInvitationListOptions)) { return false; } final SubtenantUserInvitationListOptions other = (SubtenantUserInvitationListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal SubtenantUserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserInvitationListOptions(SubtenantUserInvitationListOptions subtenantUserInvitationListOptions); SubtenantUserInvitationListOptions(); @Internal SubtenantUserInvitationListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); @Override String toString(); @Override SubtenantUserInvitationListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | SubtenantUserInvitationListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantUserInvitationListOptions)) { return false; } final SubtenantUserInvitationListOptions other = (SubtenantUserInvitationListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal SubtenantUserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantUserInvitationListOptions(SubtenantUserInvitationListOptions subtenantUserInvitationListOptions); SubtenantUserInvitationListOptions(); @Internal SubtenantUserInvitationListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); @Override String toString(); @Override SubtenantUserInvitationListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_LOGIN_PROFILES; } |
@SuppressWarnings("resource") @Test public void testClone() { try { SubtenantApiKeyListOptions subtenantapikeylistoptions1 = new SubtenantApiKeyListOptions(Integer.valueOf(100), Long.valueOf(114), Order.getDefault(), "50dd932a-2946-4e5d-a540-727eba3259da", null, null); SubtenantApiKeyListOptions subtenantapikeylistoptions2 = subtenantapikeylistoptions1.clone(); assertNotNull(subtenantapikeylistoptions1); assertNotNull(subtenantapikeylistoptions2); assertNotSame(subtenantapikeylistoptions2, subtenantapikeylistoptions1); assertEquals(subtenantapikeylistoptions2, subtenantapikeylistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public SubtenantApiKeyListOptions clone() { final SubtenantApiKeyListOptions opt = new SubtenantApiKeyListOptions(); opt.setOptions(this); return opt; } | SubtenantApiKeyListOptions extends ListOptions { @Override public SubtenantApiKeyListOptions clone() { final SubtenantApiKeyListOptions opt = new SubtenantApiKeyListOptions(); opt.setOptions(this); return opt; } } | SubtenantApiKeyListOptions extends ListOptions { @Override public SubtenantApiKeyListOptions clone() { final SubtenantApiKeyListOptions opt = new SubtenantApiKeyListOptions(); opt.setOptions(this); return opt; } @Internal SubtenantApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantApiKeyListOptions(SubtenantApiKeyListOptions subtenantApiKeyListOptions); SubtenantApiKeyListOptions(); @Internal SubtenantApiKeyListOptions(String after, Filters filter); } | SubtenantApiKeyListOptions extends ListOptions { @Override public SubtenantApiKeyListOptions clone() { final SubtenantApiKeyListOptions opt = new SubtenantApiKeyListOptions(); opt.setOptions(this); return opt; } @Internal SubtenantApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantApiKeyListOptions(SubtenantApiKeyListOptions subtenantApiKeyListOptions); SubtenantApiKeyListOptions(); @Internal SubtenantApiKeyListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantApiKeyListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | SubtenantApiKeyListOptions extends ListOptions { @Override public SubtenantApiKeyListOptions clone() { final SubtenantApiKeyListOptions opt = new SubtenantApiKeyListOptions(); opt.setOptions(this); return opt; } @Internal SubtenantApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantApiKeyListOptions(SubtenantApiKeyListOptions subtenantApiKeyListOptions); SubtenantApiKeyListOptions(); @Internal SubtenantApiKeyListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantApiKeyListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { SubtenantApiKeyListOptions subtenantapikeylistoptions1 = new SubtenantApiKeyListOptions(Integer.valueOf(-87), Long.valueOf(89), Order.getDefault(), "9437ef87-ccb2-4b9d-87e3-eebd2f755dd6", null, null); SubtenantApiKeyListOptions subtenantapikeylistoptions2 = new SubtenantApiKeyListOptions(Integer.valueOf(-87), Long.valueOf(89), Order.getDefault(), "9437ef87-ccb2-4b9d-87e3-eebd2f755dd6", null, null); assertNotNull(subtenantapikeylistoptions1); assertNotNull(subtenantapikeylistoptions2); assertNotSame(subtenantapikeylistoptions2, subtenantapikeylistoptions1); assertEquals(subtenantapikeylistoptions2, subtenantapikeylistoptions1); assertEquals(subtenantapikeylistoptions2.hashCode(), subtenantapikeylistoptions1.hashCode()); int hashCode = subtenantapikeylistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, subtenantapikeylistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | SubtenantApiKeyListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | SubtenantApiKeyListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal SubtenantApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantApiKeyListOptions(SubtenantApiKeyListOptions subtenantApiKeyListOptions); SubtenantApiKeyListOptions(); @Internal SubtenantApiKeyListOptions(String after, Filters filter); } | SubtenantApiKeyListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal SubtenantApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantApiKeyListOptions(SubtenantApiKeyListOptions subtenantApiKeyListOptions); SubtenantApiKeyListOptions(); @Internal SubtenantApiKeyListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantApiKeyListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | SubtenantApiKeyListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal SubtenantApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantApiKeyListOptions(SubtenantApiKeyListOptions subtenantApiKeyListOptions); SubtenantApiKeyListOptions(); @Internal SubtenantApiKeyListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantApiKeyListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testEquals() { try { SubtenantApiKeyListOptions subtenantapikeylistoptions1 = new SubtenantApiKeyListOptions(Integer.valueOf(-62), Long.valueOf(33), Order.getDefault(), "d9f4119a-647e-47aa-9dab-f3ad8605cc9c", null, null); SubtenantApiKeyListOptions subtenantapikeylistoptions2 = new SubtenantApiKeyListOptions(Integer.valueOf(-62), Long.valueOf(33), Order.getDefault(), "d9f4119a-647e-47aa-9dab-f3ad8605cc9c", null, null); SubtenantApiKeyListOptions subtenantapikeylistoptions3 = new SubtenantApiKeyListOptions(Integer.valueOf(123), Long.valueOf(32), Order.getDefault(), "1cf7c00d-a478-48c5-9dc5-758125f981a1", null, null); assertNotNull(subtenantapikeylistoptions1); assertNotNull(subtenantapikeylistoptions2); assertNotNull(subtenantapikeylistoptions3); assertNotSame(subtenantapikeylistoptions2, subtenantapikeylistoptions1); assertNotSame(subtenantapikeylistoptions3, subtenantapikeylistoptions1); assertEquals(subtenantapikeylistoptions2, subtenantapikeylistoptions1); assertEquals(subtenantapikeylistoptions2, subtenantapikeylistoptions1); assertEquals(subtenantapikeylistoptions1, subtenantapikeylistoptions2); assertEquals(subtenantapikeylistoptions1, subtenantapikeylistoptions1); assertFalse(subtenantapikeylistoptions1.equals(null)); assertNotEquals(subtenantapikeylistoptions3, subtenantapikeylistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantApiKeyListOptions)) { return false; } final SubtenantApiKeyListOptions other = (SubtenantApiKeyListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | SubtenantApiKeyListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantApiKeyListOptions)) { return false; } final SubtenantApiKeyListOptions other = (SubtenantApiKeyListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | SubtenantApiKeyListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantApiKeyListOptions)) { return false; } final SubtenantApiKeyListOptions other = (SubtenantApiKeyListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal SubtenantApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantApiKeyListOptions(SubtenantApiKeyListOptions subtenantApiKeyListOptions); SubtenantApiKeyListOptions(); @Internal SubtenantApiKeyListOptions(String after, Filters filter); } | SubtenantApiKeyListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantApiKeyListOptions)) { return false; } final SubtenantApiKeyListOptions other = (SubtenantApiKeyListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal SubtenantApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantApiKeyListOptions(SubtenantApiKeyListOptions subtenantApiKeyListOptions); SubtenantApiKeyListOptions(); @Internal SubtenantApiKeyListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantApiKeyListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | SubtenantApiKeyListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantApiKeyListOptions)) { return false; } final SubtenantApiKeyListOptions other = (SubtenantApiKeyListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal SubtenantApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantApiKeyListOptions(SubtenantApiKeyListOptions subtenantApiKeyListOptions); SubtenantApiKeyListOptions(); @Internal SubtenantApiKeyListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantApiKeyListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { ApiKeyListDao apikeylistdao1 = new ApiKeyListDao(); ApiKeyListDao apikeylistdao2 = apikeylistdao1.clone(); assertNotNull(apikeylistdao1); assertNotNull(apikeylistdao2); assertNotSame(apikeylistdao2, apikeylistdao1); assertEquals(apikeylistdao2, apikeylistdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public ApiKeyListDao clone() { try { return new ApiKeyListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | ApiKeyListDao extends AbstractModelListDao<ApiKey, ApiKeyListOptions> implements ModelListDao<ApiKey, ApiKeyListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public ApiKeyListDao clone() { try { return new ApiKeyListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | ApiKeyListDao extends AbstractModelListDao<ApiKey, ApiKeyListOptions> implements ModelListDao<ApiKey, ApiKeyListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public ApiKeyListDao clone() { try { return new ApiKeyListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } ApiKeyListDao(); ApiKeyListDao(ApiClientWrapper client); ApiKeyListDao(ConnectionOptions options); ApiKeyListDao(SdkContext sdkContext); } | ApiKeyListDao extends AbstractModelListDao<ApiKey, ApiKeyListOptions> implements ModelListDao<ApiKey, ApiKeyListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public ApiKeyListDao clone() { try { return new ApiKeyListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } ApiKeyListDao(); ApiKeyListDao(ApiClientWrapper client); ApiKeyListDao(ConnectionOptions options); ApiKeyListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) ApiKeyListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<ApiKeyDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) ApiKeyDao getNewModelDao(); } | ApiKeyListDao extends AbstractModelListDao<ApiKey, ApiKeyListOptions> implements ModelListDao<ApiKey, ApiKeyListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public ApiKeyListDao clone() { try { return new ApiKeyListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } ApiKeyListDao(); ApiKeyListDao(ApiClientWrapper client); ApiKeyListDao(ConnectionOptions options); ApiKeyListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) ApiKeyListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<ApiKeyDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) ApiKeyDao getNewModelDao(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { AccountDao accountdao1 = new AccountDao(); AccountDao accountdao2 = accountdao1.clone(); assertNotNull(accountdao1); assertNotNull(accountdao2); assertNotSame(accountdao2, accountdao1); assertEquals(accountdao2, accountdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public AccountDao clone() { try { return new AccountDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | AccountDao extends AbstractModelDao<Account> implements CreateDao<Account>, UpdateDao<Account>, ReadDao<Account> { @Override @SuppressWarnings({ "resource", "unused" }) public AccountDao clone() { try { return new AccountDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | AccountDao extends AbstractModelDao<Account> implements CreateDao<Account>, UpdateDao<Account>, ReadDao<Account> { @Override @SuppressWarnings({ "resource", "unused" }) public AccountDao clone() { try { return new AccountDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } AccountDao(); AccountDao(ApiClientWrapper client); AccountDao(ConnectionOptions options); AccountDao(SdkContext sdkContext); } | AccountDao extends AbstractModelDao<Account> implements CreateDao<Account>, UpdateDao<Account>, ReadDao<Account> { @Override @SuppressWarnings({ "resource", "unused" }) public AccountDao clone() { try { return new AccountDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } AccountDao(); AccountDao(ApiClientWrapper client); AccountDao(ConnectionOptions options); AccountDao(SdkContext sdkContext); Paginator<SubtenantApiKey> allApiKeys(@NonNull String id, @Nullable String keyEq, @Nullable String ownerEq,
@Nullable SubtenantApiKeyListOptions options); Paginator<SubtenantApiKey> allApiKeys(@Nullable String keyEq, @Nullable String ownerEq,
@Nullable SubtenantApiKeyListOptions options); Paginator<SubtenantApiKey> allApiKeys(@Nullable String keyEq, @Nullable String ownerEq,
@Nullable SubtenantApiKeyListOptions options,
@NonNull Account account); Paginator<SubtenantApiKey> allApiKeys(@NonNull String id, @Nullable SubtenantApiKeyListOptions options); Paginator<SubtenantApiKey> allApiKeys(@Nullable SubtenantApiKeyListOptions options); Paginator<SubtenantApiKey> allApiKeys(@Nullable SubtenantApiKeyListOptions options,
@NonNull Account account); Paginator<SubtenantDarkThemeColor> allDarkThemeBrandingColors(@NonNull String id,
@Nullable SubtenantDarkThemeColorListOptions options); Paginator<SubtenantDarkThemeColor> allDarkThemeBrandingColors(@Nullable SubtenantDarkThemeColorListOptions options); Paginator<SubtenantDarkThemeColor> allDarkThemeBrandingColors(@Nullable SubtenantDarkThemeColorListOptions options,
@NonNull Account account); Paginator<SubtenantDarkThemeImage> allDarkThemeBrandingImages(@NonNull String id,
@Nullable SubtenantDarkThemeImageListOptions options); Paginator<SubtenantDarkThemeImage> allDarkThemeBrandingImages(@Nullable SubtenantDarkThemeImageListOptions options); Paginator<SubtenantDarkThemeImage> allDarkThemeBrandingImages(@Nullable SubtenantDarkThemeImageListOptions options,
@NonNull Account account); Paginator<SubtenantLightThemeColor> allLightThemeBrandingColors(@NonNull String id,
@Nullable SubtenantLightThemeColorListOptions options); Paginator<SubtenantLightThemeColor> allLightThemeBrandingColors(@Nullable SubtenantLightThemeColorListOptions options); Paginator<SubtenantLightThemeColor> allLightThemeBrandingColors(@Nullable SubtenantLightThemeColorListOptions options,
@NonNull Account account); Paginator<SubtenantLightThemeImage> allLightThemeBrandingImages(@NonNull String id,
@Nullable SubtenantLightThemeImageListOptions options); Paginator<SubtenantLightThemeImage> allLightThemeBrandingImages(@Nullable SubtenantLightThemeImageListOptions options); Paginator<SubtenantLightThemeImage> allLightThemeBrandingImages(@Nullable SubtenantLightThemeImageListOptions options,
@NonNull Account account); Paginator<SubtenantTrustedCertificate> allTrustedCertificates(@Nullable Integer expireEq, @Nullable String ownerEq,
@Nullable SubtenantTrustedCertificateListOptions options); Paginator<SubtenantTrustedCertificate> allTrustedCertificates(@Nullable Integer expireEq, @Nullable String ownerEq,
@Nullable SubtenantTrustedCertificateListOptions options,
@NonNull Account account); Paginator<SubtenantTrustedCertificate> allTrustedCertificates(@NonNull String id, @Nullable Integer expireEq, @Nullable String ownerEq,
@Nullable SubtenantTrustedCertificateListOptions options); Paginator<SubtenantTrustedCertificate> allTrustedCertificates(@NonNull String id,
@Nullable SubtenantTrustedCertificateListOptions options); Paginator<SubtenantTrustedCertificate> allTrustedCertificates(@Nullable SubtenantTrustedCertificateListOptions options); Paginator<SubtenantTrustedCertificate> allTrustedCertificates(@Nullable SubtenantTrustedCertificateListOptions options,
@NonNull Account account); Paginator<SubtenantUserInvitation> allUserInvitations(@NonNull String id,
@Nullable SubtenantUserInvitationListOptions options); Paginator<SubtenantUserInvitation> allUserInvitations(@Nullable SubtenantUserInvitationListOptions options); Paginator<SubtenantUserInvitation> allUserInvitations(@Nullable SubtenantUserInvitationListOptions options,
@NonNull Account account); Paginator<SubtenantUser> allUsers(@NonNull String id, @Nullable String emailEq,
@Nullable String loginProfilesEq,
@Nullable SubtenantUserListOptions options); Paginator<SubtenantUser> allUsers(@Nullable String emailEq, @Nullable String loginProfilesEq,
@Nullable SubtenantUserListOptions options); Paginator<SubtenantUser> allUsers(@Nullable String emailEq, @Nullable String loginProfilesEq,
@Nullable SubtenantUserListOptions options,
@NonNull Account account); Paginator<SubtenantUser> allUsers(@NonNull String id,
@Nullable SubtenantUserListOptions options); Paginator<SubtenantUser> allUsers(@Nullable SubtenantUserListOptions options); Paginator<SubtenantUser> allUsers(@Nullable SubtenantUserListOptions options,
@NonNull Account account); ListResponse<SubtenantApiKey> apiKeys(@NonNull String id, @Nullable String keyEq, @Nullable String ownerEq,
@Nullable SubtenantApiKeyListOptions options); ListResponse<SubtenantApiKey> apiKeys(@Nullable String keyEq, @Nullable String ownerEq,
@Nullable SubtenantApiKeyListOptions options); ListResponse<SubtenantApiKey> apiKeys(@Nullable String keyEq, @Nullable String ownerEq,
@Nullable SubtenantApiKeyListOptions options,
@NonNull Account account); ListResponse<SubtenantApiKey> apiKeys(@NonNull String id, @Nullable SubtenantApiKeyListOptions options); ListResponse<SubtenantApiKey> apiKeys(@Nullable SubtenantApiKeyListOptions options); ListResponse<SubtenantApiKey> apiKeys(@Nullable SubtenantApiKeyListOptions options,
@NonNull Account account); @Override @SuppressWarnings({ "resource", "unused" }) AccountDao clone(); @Override Account create(); @Override Account create(@NonNull Account account); Account create(@Nullable @DefaultValue("create") String action); Account create(@Nullable @DefaultValue("create") String action,
@NonNull Account account); ListResponse<SubtenantDarkThemeColor> darkThemeBrandingColors(@NonNull String id,
@Nullable SubtenantDarkThemeColorListOptions options); ListResponse<SubtenantDarkThemeColor> darkThemeBrandingColors(@Nullable SubtenantDarkThemeColorListOptions options); ListResponse<SubtenantDarkThemeColor> darkThemeBrandingColors(@Nullable SubtenantDarkThemeColorListOptions options,
@NonNull Account account); ListResponse<SubtenantDarkThemeImage> darkThemeBrandingImages(@NonNull String id,
@Nullable SubtenantDarkThemeImageListOptions options); ListResponse<SubtenantDarkThemeImage> darkThemeBrandingImages(@Nullable SubtenantDarkThemeImageListOptions options); ListResponse<SubtenantDarkThemeImage> darkThemeBrandingImages(@Nullable SubtenantDarkThemeImageListOptions options,
@NonNull Account account); ListResponse<SubtenantLightThemeColor> lightThemeBrandingColors(@NonNull String id,
@Nullable SubtenantLightThemeColorListOptions options); ListResponse<SubtenantLightThemeColor> lightThemeBrandingColors(@Nullable SubtenantLightThemeColorListOptions options); ListResponse<SubtenantLightThemeColor> lightThemeBrandingColors(@Nullable SubtenantLightThemeColorListOptions options,
@NonNull Account account); ListResponse<SubtenantLightThemeImage> lightThemeBrandingImages(@NonNull String id,
@Nullable SubtenantLightThemeImageListOptions options); ListResponse<SubtenantLightThemeImage> lightThemeBrandingImages(@Nullable SubtenantLightThemeImageListOptions options); ListResponse<SubtenantLightThemeImage> lightThemeBrandingImages(@Nullable SubtenantLightThemeImageListOptions options,
@NonNull Account account); @SuppressWarnings("PMD.ShortMethodName") Account me(); @SuppressWarnings("PMD.ShortMethodName") Account me(@Nullable String include, @Nullable String properties); @Override Account read(); Account read(@NonNull Account account); @Override Account read(@NonNull String id); Account read(@Nullable String include, @Nullable String properties); Account read(@Nullable String include, @Nullable String properties,
@NonNull Account account); Account read(@Nullable String include, @Nullable String properties,
@NonNull String id); ListResponse<SubtenantTrustedCertificate> trustedCertificates(@Nullable Integer expireEq, @Nullable String ownerEq,
@Nullable SubtenantTrustedCertificateListOptions options); ListResponse<SubtenantTrustedCertificate> trustedCertificates(@Nullable Integer expireEq, @Nullable String ownerEq,
@Nullable SubtenantTrustedCertificateListOptions options,
@NonNull Account account); ListResponse<SubtenantTrustedCertificate> trustedCertificates(@NonNull String id, @Nullable Integer expireEq, @Nullable String ownerEq,
@Nullable SubtenantTrustedCertificateListOptions options); ListResponse<SubtenantTrustedCertificate> trustedCertificates(@NonNull String id,
@Nullable SubtenantTrustedCertificateListOptions options); ListResponse<SubtenantTrustedCertificate> trustedCertificates(@Nullable SubtenantTrustedCertificateListOptions options); ListResponse<SubtenantTrustedCertificate> trustedCertificates(@Nullable SubtenantTrustedCertificateListOptions options,
@NonNull Account account); @Override Account update(); @Override Account update(@NonNull Account account); Account update(@NonNull String id); Account update(@NonNull String id, @NonNull Account account); ListResponse<SubtenantUserInvitation> userInvitations(@NonNull String id,
@Nullable SubtenantUserInvitationListOptions options); ListResponse<SubtenantUserInvitation> userInvitations(@Nullable SubtenantUserInvitationListOptions options); ListResponse<SubtenantUserInvitation> userInvitations(@Nullable SubtenantUserInvitationListOptions options,
@NonNull Account account); ListResponse<SubtenantUser> users(@NonNull String id, @Nullable String emailEq,
@Nullable String loginProfilesEq,
@Nullable SubtenantUserListOptions options); ListResponse<SubtenantUser> users(@Nullable String emailEq, @Nullable String loginProfilesEq,
@Nullable SubtenantUserListOptions options); ListResponse<SubtenantUser> users(@Nullable String emailEq, @Nullable String loginProfilesEq,
@Nullable SubtenantUserListOptions options,
@NonNull Account account); ListResponse<SubtenantUser> users(@NonNull String id,
@Nullable SubtenantUserListOptions options); ListResponse<SubtenantUser> users(@Nullable SubtenantUserListOptions options); ListResponse<SubtenantUser> users(@Nullable SubtenantUserListOptions options,
@NonNull Account account); } | AccountDao extends AbstractModelDao<Account> implements CreateDao<Account>, UpdateDao<Account>, ReadDao<Account> { @Override @SuppressWarnings({ "resource", "unused" }) public AccountDao clone() { try { return new AccountDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } AccountDao(); AccountDao(ApiClientWrapper client); AccountDao(ConnectionOptions options); AccountDao(SdkContext sdkContext); Paginator<SubtenantApiKey> allApiKeys(@NonNull String id, @Nullable String keyEq, @Nullable String ownerEq,
@Nullable SubtenantApiKeyListOptions options); Paginator<SubtenantApiKey> allApiKeys(@Nullable String keyEq, @Nullable String ownerEq,
@Nullable SubtenantApiKeyListOptions options); Paginator<SubtenantApiKey> allApiKeys(@Nullable String keyEq, @Nullable String ownerEq,
@Nullable SubtenantApiKeyListOptions options,
@NonNull Account account); Paginator<SubtenantApiKey> allApiKeys(@NonNull String id, @Nullable SubtenantApiKeyListOptions options); Paginator<SubtenantApiKey> allApiKeys(@Nullable SubtenantApiKeyListOptions options); Paginator<SubtenantApiKey> allApiKeys(@Nullable SubtenantApiKeyListOptions options,
@NonNull Account account); Paginator<SubtenantDarkThemeColor> allDarkThemeBrandingColors(@NonNull String id,
@Nullable SubtenantDarkThemeColorListOptions options); Paginator<SubtenantDarkThemeColor> allDarkThemeBrandingColors(@Nullable SubtenantDarkThemeColorListOptions options); Paginator<SubtenantDarkThemeColor> allDarkThemeBrandingColors(@Nullable SubtenantDarkThemeColorListOptions options,
@NonNull Account account); Paginator<SubtenantDarkThemeImage> allDarkThemeBrandingImages(@NonNull String id,
@Nullable SubtenantDarkThemeImageListOptions options); Paginator<SubtenantDarkThemeImage> allDarkThemeBrandingImages(@Nullable SubtenantDarkThemeImageListOptions options); Paginator<SubtenantDarkThemeImage> allDarkThemeBrandingImages(@Nullable SubtenantDarkThemeImageListOptions options,
@NonNull Account account); Paginator<SubtenantLightThemeColor> allLightThemeBrandingColors(@NonNull String id,
@Nullable SubtenantLightThemeColorListOptions options); Paginator<SubtenantLightThemeColor> allLightThemeBrandingColors(@Nullable SubtenantLightThemeColorListOptions options); Paginator<SubtenantLightThemeColor> allLightThemeBrandingColors(@Nullable SubtenantLightThemeColorListOptions options,
@NonNull Account account); Paginator<SubtenantLightThemeImage> allLightThemeBrandingImages(@NonNull String id,
@Nullable SubtenantLightThemeImageListOptions options); Paginator<SubtenantLightThemeImage> allLightThemeBrandingImages(@Nullable SubtenantLightThemeImageListOptions options); Paginator<SubtenantLightThemeImage> allLightThemeBrandingImages(@Nullable SubtenantLightThemeImageListOptions options,
@NonNull Account account); Paginator<SubtenantTrustedCertificate> allTrustedCertificates(@Nullable Integer expireEq, @Nullable String ownerEq,
@Nullable SubtenantTrustedCertificateListOptions options); Paginator<SubtenantTrustedCertificate> allTrustedCertificates(@Nullable Integer expireEq, @Nullable String ownerEq,
@Nullable SubtenantTrustedCertificateListOptions options,
@NonNull Account account); Paginator<SubtenantTrustedCertificate> allTrustedCertificates(@NonNull String id, @Nullable Integer expireEq, @Nullable String ownerEq,
@Nullable SubtenantTrustedCertificateListOptions options); Paginator<SubtenantTrustedCertificate> allTrustedCertificates(@NonNull String id,
@Nullable SubtenantTrustedCertificateListOptions options); Paginator<SubtenantTrustedCertificate> allTrustedCertificates(@Nullable SubtenantTrustedCertificateListOptions options); Paginator<SubtenantTrustedCertificate> allTrustedCertificates(@Nullable SubtenantTrustedCertificateListOptions options,
@NonNull Account account); Paginator<SubtenantUserInvitation> allUserInvitations(@NonNull String id,
@Nullable SubtenantUserInvitationListOptions options); Paginator<SubtenantUserInvitation> allUserInvitations(@Nullable SubtenantUserInvitationListOptions options); Paginator<SubtenantUserInvitation> allUserInvitations(@Nullable SubtenantUserInvitationListOptions options,
@NonNull Account account); Paginator<SubtenantUser> allUsers(@NonNull String id, @Nullable String emailEq,
@Nullable String loginProfilesEq,
@Nullable SubtenantUserListOptions options); Paginator<SubtenantUser> allUsers(@Nullable String emailEq, @Nullable String loginProfilesEq,
@Nullable SubtenantUserListOptions options); Paginator<SubtenantUser> allUsers(@Nullable String emailEq, @Nullable String loginProfilesEq,
@Nullable SubtenantUserListOptions options,
@NonNull Account account); Paginator<SubtenantUser> allUsers(@NonNull String id,
@Nullable SubtenantUserListOptions options); Paginator<SubtenantUser> allUsers(@Nullable SubtenantUserListOptions options); Paginator<SubtenantUser> allUsers(@Nullable SubtenantUserListOptions options,
@NonNull Account account); ListResponse<SubtenantApiKey> apiKeys(@NonNull String id, @Nullable String keyEq, @Nullable String ownerEq,
@Nullable SubtenantApiKeyListOptions options); ListResponse<SubtenantApiKey> apiKeys(@Nullable String keyEq, @Nullable String ownerEq,
@Nullable SubtenantApiKeyListOptions options); ListResponse<SubtenantApiKey> apiKeys(@Nullable String keyEq, @Nullable String ownerEq,
@Nullable SubtenantApiKeyListOptions options,
@NonNull Account account); ListResponse<SubtenantApiKey> apiKeys(@NonNull String id, @Nullable SubtenantApiKeyListOptions options); ListResponse<SubtenantApiKey> apiKeys(@Nullable SubtenantApiKeyListOptions options); ListResponse<SubtenantApiKey> apiKeys(@Nullable SubtenantApiKeyListOptions options,
@NonNull Account account); @Override @SuppressWarnings({ "resource", "unused" }) AccountDao clone(); @Override Account create(); @Override Account create(@NonNull Account account); Account create(@Nullable @DefaultValue("create") String action); Account create(@Nullable @DefaultValue("create") String action,
@NonNull Account account); ListResponse<SubtenantDarkThemeColor> darkThemeBrandingColors(@NonNull String id,
@Nullable SubtenantDarkThemeColorListOptions options); ListResponse<SubtenantDarkThemeColor> darkThemeBrandingColors(@Nullable SubtenantDarkThemeColorListOptions options); ListResponse<SubtenantDarkThemeColor> darkThemeBrandingColors(@Nullable SubtenantDarkThemeColorListOptions options,
@NonNull Account account); ListResponse<SubtenantDarkThemeImage> darkThemeBrandingImages(@NonNull String id,
@Nullable SubtenantDarkThemeImageListOptions options); ListResponse<SubtenantDarkThemeImage> darkThemeBrandingImages(@Nullable SubtenantDarkThemeImageListOptions options); ListResponse<SubtenantDarkThemeImage> darkThemeBrandingImages(@Nullable SubtenantDarkThemeImageListOptions options,
@NonNull Account account); ListResponse<SubtenantLightThemeColor> lightThemeBrandingColors(@NonNull String id,
@Nullable SubtenantLightThemeColorListOptions options); ListResponse<SubtenantLightThemeColor> lightThemeBrandingColors(@Nullable SubtenantLightThemeColorListOptions options); ListResponse<SubtenantLightThemeColor> lightThemeBrandingColors(@Nullable SubtenantLightThemeColorListOptions options,
@NonNull Account account); ListResponse<SubtenantLightThemeImage> lightThemeBrandingImages(@NonNull String id,
@Nullable SubtenantLightThemeImageListOptions options); ListResponse<SubtenantLightThemeImage> lightThemeBrandingImages(@Nullable SubtenantLightThemeImageListOptions options); ListResponse<SubtenantLightThemeImage> lightThemeBrandingImages(@Nullable SubtenantLightThemeImageListOptions options,
@NonNull Account account); @SuppressWarnings("PMD.ShortMethodName") Account me(); @SuppressWarnings("PMD.ShortMethodName") Account me(@Nullable String include, @Nullable String properties); @Override Account read(); Account read(@NonNull Account account); @Override Account read(@NonNull String id); Account read(@Nullable String include, @Nullable String properties); Account read(@Nullable String include, @Nullable String properties,
@NonNull Account account); Account read(@Nullable String include, @Nullable String properties,
@NonNull String id); ListResponse<SubtenantTrustedCertificate> trustedCertificates(@Nullable Integer expireEq, @Nullable String ownerEq,
@Nullable SubtenantTrustedCertificateListOptions options); ListResponse<SubtenantTrustedCertificate> trustedCertificates(@Nullable Integer expireEq, @Nullable String ownerEq,
@Nullable SubtenantTrustedCertificateListOptions options,
@NonNull Account account); ListResponse<SubtenantTrustedCertificate> trustedCertificates(@NonNull String id, @Nullable Integer expireEq, @Nullable String ownerEq,
@Nullable SubtenantTrustedCertificateListOptions options); ListResponse<SubtenantTrustedCertificate> trustedCertificates(@NonNull String id,
@Nullable SubtenantTrustedCertificateListOptions options); ListResponse<SubtenantTrustedCertificate> trustedCertificates(@Nullable SubtenantTrustedCertificateListOptions options); ListResponse<SubtenantTrustedCertificate> trustedCertificates(@Nullable SubtenantTrustedCertificateListOptions options,
@NonNull Account account); @Override Account update(); @Override Account update(@NonNull Account account); Account update(@NonNull String id); Account update(@NonNull String id, @NonNull Account account); ListResponse<SubtenantUserInvitation> userInvitations(@NonNull String id,
@Nullable SubtenantUserInvitationListOptions options); ListResponse<SubtenantUserInvitation> userInvitations(@Nullable SubtenantUserInvitationListOptions options); ListResponse<SubtenantUserInvitation> userInvitations(@Nullable SubtenantUserInvitationListOptions options,
@NonNull Account account); ListResponse<SubtenantUser> users(@NonNull String id, @Nullable String emailEq,
@Nullable String loginProfilesEq,
@Nullable SubtenantUserListOptions options); ListResponse<SubtenantUser> users(@Nullable String emailEq, @Nullable String loginProfilesEq,
@Nullable SubtenantUserListOptions options); ListResponse<SubtenantUser> users(@Nullable String emailEq, @Nullable String loginProfilesEq,
@Nullable SubtenantUserListOptions options,
@NonNull Account account); ListResponse<SubtenantUser> users(@NonNull String id,
@Nullable SubtenantUserListOptions options); ListResponse<SubtenantUser> users(@Nullable SubtenantUserListOptions options); ListResponse<SubtenantUser> users(@Nullable SubtenantUserListOptions options,
@NonNull Account account); } |
@SuppressWarnings("resource") @Test public void testClone() { try { SubtenantIdentityProviderListOptions subtenantidentityproviderlistoptions1 = new SubtenantIdentityProviderListOptions(Integer.valueOf(115), Long.valueOf(-105), Order.getDefault(), "b17f717b-ea07-4b1f-8f6b-5b0d4d727a72", null, null); SubtenantIdentityProviderListOptions subtenantidentityproviderlistoptions2 = subtenantidentityproviderlistoptions1.clone(); assertNotNull(subtenantidentityproviderlistoptions1); assertNotNull(subtenantidentityproviderlistoptions2); assertNotSame(subtenantidentityproviderlistoptions2, subtenantidentityproviderlistoptions1); assertEquals(subtenantidentityproviderlistoptions2, subtenantidentityproviderlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public SubtenantIdentityProviderListOptions clone() { final SubtenantIdentityProviderListOptions opt = new SubtenantIdentityProviderListOptions(); opt.setOptions(this); return opt; } | SubtenantIdentityProviderListOptions extends ListOptions { @Override public SubtenantIdentityProviderListOptions clone() { final SubtenantIdentityProviderListOptions opt = new SubtenantIdentityProviderListOptions(); opt.setOptions(this); return opt; } } | SubtenantIdentityProviderListOptions extends ListOptions { @Override public SubtenantIdentityProviderListOptions clone() { final SubtenantIdentityProviderListOptions opt = new SubtenantIdentityProviderListOptions(); opt.setOptions(this); return opt; } @Internal SubtenantIdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantIdentityProviderListOptions(SubtenantIdentityProviderListOptions subtenantIdentityProviderListOptions); SubtenantIdentityProviderListOptions(); @Internal SubtenantIdentityProviderListOptions(String after, Filters filter); } | SubtenantIdentityProviderListOptions extends ListOptions { @Override public SubtenantIdentityProviderListOptions clone() { final SubtenantIdentityProviderListOptions opt = new SubtenantIdentityProviderListOptions(); opt.setOptions(this); return opt; } @Internal SubtenantIdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantIdentityProviderListOptions(SubtenantIdentityProviderListOptions subtenantIdentityProviderListOptions); SubtenantIdentityProviderListOptions(); @Internal SubtenantIdentityProviderListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantIdentityProviderListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | SubtenantIdentityProviderListOptions extends ListOptions { @Override public SubtenantIdentityProviderListOptions clone() { final SubtenantIdentityProviderListOptions opt = new SubtenantIdentityProviderListOptions(); opt.setOptions(this); return opt; } @Internal SubtenantIdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantIdentityProviderListOptions(SubtenantIdentityProviderListOptions subtenantIdentityProviderListOptions); SubtenantIdentityProviderListOptions(); @Internal SubtenantIdentityProviderListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantIdentityProviderListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@Test public final void testConvertTimestampStringDateFormat() { assumeThat(Locale.getDefault(), is(Locale.UK)); String timestamp = "Fri, 11 Aug 2017 19:33:35 GMT"; Date date = null; try { date = TranslationUtils.convertTimestamp(timestamp, new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss z")); } catch (@SuppressWarnings("unused") Exception e) { fail("Could not convert date"); } Calendar calendar = Calendar.getInstance(); calendar.setTimeZone(TimeZone.getTimeZone("GMT")); calendar.set(2017, 7, 11, 19, 33, 35); calendar.set(Calendar.MILLISECOND, 0); assertEquals(calendar.getTime(), date); } | public static synchronized Date convertTimestamp(String timestamp) throws MbedCloudException { return convertTimestamp(timestamp, DateFormat.getDateTimeInstance()); } | TranslationUtils { public static synchronized Date convertTimestamp(String timestamp) throws MbedCloudException { return convertTimestamp(timestamp, DateFormat.getDateTimeInstance()); } } | TranslationUtils { public static synchronized Date convertTimestamp(String timestamp) throws MbedCloudException { return convertTimestamp(timestamp, DateFormat.getDateTimeInstance()); } private TranslationUtils(); } | TranslationUtils { public static synchronized Date convertTimestamp(String timestamp) throws MbedCloudException { return convertTimestamp(timestamp, DateFormat.getDateTimeInstance()); } private TranslationUtils(); static Date toDate(DateTime date); static Date toDate(LocalDate ldate); static Date toDate(Calendar date); static Date toDate(Number timestamp); static Date toDate(Number timestamp, TimeUnit unit); static DateTime toDateTime(Date date); static LocalDate toLocalDate(Date date); static DataFile toDataFile(File file); static DataFile toDataFile(String filePath); static long toLong(Number longE); static long toLong(Date value); static long toLong(String value); static long toLong(Number longE, long defaultValue); static long toLong(Date value, long defaultValue); static long toLong(String stringContainingANumber, long defaultValue); static int toInt(Number number); static int toInt(String value); static int toInt(Number integer, int defaultV); static int toInt(String value, int defaultV); static Integer toInteger(String value, Integer defaultV); static boolean toBool(Boolean bool); static boolean toBool(String value); static boolean toBool(Boolean bool, boolean defaultB); static boolean toBool(String value, boolean defaultV); static double toDouble(Number value); static double toDouble(String value); static double toDouble(Number value, double defaultD); static double toDouble(String value, double defaultD); static URL toUrl(String url); static String toString(Object obj); static Base64 toBase64(Object obj); static byte[] toByteArray(Object obj); static synchronized Date convertTimestamp(String timestamp); static synchronized Date convertTimestamp(String timestamp, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format); static synchronized Date convertRfc3339Timestamp(String timestamp); static synchronized Date convertRfc3339Timestamp(String timestamp, Date defaultDate); static synchronized String toDefaultTimestamp(Date date); static synchronized String toRfc3339Timestamp(Date date); static String toTimestamp(Date date, DateFormat format); static List<String> parseList(String string, String separator); static DateTime moveToUtc(Date date); static Date moveDateTimeToUtc(Date date); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); } | TranslationUtils { public static synchronized Date convertTimestamp(String timestamp) throws MbedCloudException { return convertTimestamp(timestamp, DateFormat.getDateTimeInstance()); } private TranslationUtils(); static Date toDate(DateTime date); static Date toDate(LocalDate ldate); static Date toDate(Calendar date); static Date toDate(Number timestamp); static Date toDate(Number timestamp, TimeUnit unit); static DateTime toDateTime(Date date); static LocalDate toLocalDate(Date date); static DataFile toDataFile(File file); static DataFile toDataFile(String filePath); static long toLong(Number longE); static long toLong(Date value); static long toLong(String value); static long toLong(Number longE, long defaultValue); static long toLong(Date value, long defaultValue); static long toLong(String stringContainingANumber, long defaultValue); static int toInt(Number number); static int toInt(String value); static int toInt(Number integer, int defaultV); static int toInt(String value, int defaultV); static Integer toInteger(String value, Integer defaultV); static boolean toBool(Boolean bool); static boolean toBool(String value); static boolean toBool(Boolean bool, boolean defaultB); static boolean toBool(String value, boolean defaultV); static double toDouble(Number value); static double toDouble(String value); static double toDouble(Number value, double defaultD); static double toDouble(String value, double defaultD); static URL toUrl(String url); static String toString(Object obj); static Base64 toBase64(Object obj); static byte[] toByteArray(Object obj); static synchronized Date convertTimestamp(String timestamp); static synchronized Date convertTimestamp(String timestamp, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format); static synchronized Date convertRfc3339Timestamp(String timestamp); static synchronized Date convertRfc3339Timestamp(String timestamp, Date defaultDate); static synchronized String toDefaultTimestamp(Date date); static synchronized String toRfc3339Timestamp(Date date); static String toTimestamp(Date date, DateFormat format); static List<String> parseList(String string, String separator); static DateTime moveToUtc(Date date); static Date moveDateTimeToUtc(Date date); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); static final String METHOD_CONVERT_STRING_TO_DATE; static final String METHOD_CONVERT_OTHER_TO_DATE; static final String METHOD_CONVERT_DATE_TO_DATETIME; static final String METHOD_CONVERT_DATE_TO_LOCALDATE; static final String METHOD_CONVERT_DATE_TO_STRING; static final String METHOD_CONVERT_STRING_TO_URL; static final String METHOD_CONVERT_BOOL_TO_BOOL; static final String METHOD_CONVERT_NUMBER_TO_LONG; static final String METHOD_CONVERT_NUMBER_TO_INT; static final String METHOD_CONVERT_NUMBER_TO_DOUBLE; static final String METHOD_CONVERT_ANY_TO_STRING; static final String METHOD_CONVERT_ANY_TO_BYTE_ARRAY; static final String METHOD_CONVERT_ANY_TO_BASE64; static final String METHOD_CONVERT_TO_DATA_FILE; } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { SubtenantIdentityProviderListOptions subtenantidentityproviderlistoptions1 = new SubtenantIdentityProviderListOptions(Integer.valueOf(35), Long.valueOf(-90), Order.getDefault(), "e8d0da9c-c88b-45fe-89e9-6509741aef23", null, null); SubtenantIdentityProviderListOptions subtenantidentityproviderlistoptions2 = new SubtenantIdentityProviderListOptions(Integer.valueOf(35), Long.valueOf(-90), Order.getDefault(), "e8d0da9c-c88b-45fe-89e9-6509741aef23", null, null); assertNotNull(subtenantidentityproviderlistoptions1); assertNotNull(subtenantidentityproviderlistoptions2); assertNotSame(subtenantidentityproviderlistoptions2, subtenantidentityproviderlistoptions1); assertEquals(subtenantidentityproviderlistoptions2, subtenantidentityproviderlistoptions1); assertEquals(subtenantidentityproviderlistoptions2.hashCode(), subtenantidentityproviderlistoptions1.hashCode()); int hashCode = subtenantidentityproviderlistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, subtenantidentityproviderlistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | SubtenantIdentityProviderListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | SubtenantIdentityProviderListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal SubtenantIdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantIdentityProviderListOptions(SubtenantIdentityProviderListOptions subtenantIdentityProviderListOptions); SubtenantIdentityProviderListOptions(); @Internal SubtenantIdentityProviderListOptions(String after, Filters filter); } | SubtenantIdentityProviderListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal SubtenantIdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantIdentityProviderListOptions(SubtenantIdentityProviderListOptions subtenantIdentityProviderListOptions); SubtenantIdentityProviderListOptions(); @Internal SubtenantIdentityProviderListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantIdentityProviderListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | SubtenantIdentityProviderListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal SubtenantIdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantIdentityProviderListOptions(SubtenantIdentityProviderListOptions subtenantIdentityProviderListOptions); SubtenantIdentityProviderListOptions(); @Internal SubtenantIdentityProviderListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantIdentityProviderListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testEquals() { try { SubtenantIdentityProviderListOptions subtenantidentityproviderlistoptions1 = new SubtenantIdentityProviderListOptions(Integer.valueOf(-107), Long.valueOf(-106), Order.getDefault(), "9c749b49-2a71-49ee-b068-ee815fec79e8", null, null); SubtenantIdentityProviderListOptions subtenantidentityproviderlistoptions2 = new SubtenantIdentityProviderListOptions(Integer.valueOf(-107), Long.valueOf(-106), Order.getDefault(), "9c749b49-2a71-49ee-b068-ee815fec79e8", null, null); SubtenantIdentityProviderListOptions subtenantidentityproviderlistoptions3 = new SubtenantIdentityProviderListOptions(Integer.valueOf(15), Long.valueOf(-102), Order.getDefault(), "f8eb9baa-588d-4be4-be98-06a336c36a73", null, null); assertNotNull(subtenantidentityproviderlistoptions1); assertNotNull(subtenantidentityproviderlistoptions2); assertNotNull(subtenantidentityproviderlistoptions3); assertNotSame(subtenantidentityproviderlistoptions2, subtenantidentityproviderlistoptions1); assertNotSame(subtenantidentityproviderlistoptions3, subtenantidentityproviderlistoptions1); assertEquals(subtenantidentityproviderlistoptions2, subtenantidentityproviderlistoptions1); assertEquals(subtenantidentityproviderlistoptions2, subtenantidentityproviderlistoptions1); assertEquals(subtenantidentityproviderlistoptions1, subtenantidentityproviderlistoptions2); assertEquals(subtenantidentityproviderlistoptions1, subtenantidentityproviderlistoptions1); assertFalse(subtenantidentityproviderlistoptions1.equals(null)); assertNotEquals(subtenantidentityproviderlistoptions3, subtenantidentityproviderlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantIdentityProviderListOptions)) { return false; } final SubtenantIdentityProviderListOptions other = (SubtenantIdentityProviderListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | SubtenantIdentityProviderListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantIdentityProviderListOptions)) { return false; } final SubtenantIdentityProviderListOptions other = (SubtenantIdentityProviderListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | SubtenantIdentityProviderListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantIdentityProviderListOptions)) { return false; } final SubtenantIdentityProviderListOptions other = (SubtenantIdentityProviderListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal SubtenantIdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantIdentityProviderListOptions(SubtenantIdentityProviderListOptions subtenantIdentityProviderListOptions); SubtenantIdentityProviderListOptions(); @Internal SubtenantIdentityProviderListOptions(String after, Filters filter); } | SubtenantIdentityProviderListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantIdentityProviderListOptions)) { return false; } final SubtenantIdentityProviderListOptions other = (SubtenantIdentityProviderListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal SubtenantIdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantIdentityProviderListOptions(SubtenantIdentityProviderListOptions subtenantIdentityProviderListOptions); SubtenantIdentityProviderListOptions(); @Internal SubtenantIdentityProviderListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantIdentityProviderListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | SubtenantIdentityProviderListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof SubtenantIdentityProviderListOptions)) { return false; } final SubtenantIdentityProviderListOptions other = (SubtenantIdentityProviderListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal SubtenantIdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal SubtenantIdentityProviderListOptions(SubtenantIdentityProviderListOptions subtenantIdentityProviderListOptions); SubtenantIdentityProviderListOptions(); @Internal SubtenantIdentityProviderListOptions(String after, Filters filter); @Override String toString(); @Override SubtenantIdentityProviderListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { PolicyGroupDao policygroupdao1 = new PolicyGroupDao(); PolicyGroupDao policygroupdao2 = policygroupdao1.clone(); assertNotNull(policygroupdao1); assertNotNull(policygroupdao2); assertNotSame(policygroupdao2, policygroupdao1); assertEquals(policygroupdao2, policygroupdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public PolicyGroupDao clone() { try { return new PolicyGroupDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | PolicyGroupDao extends AbstractModelDao<PolicyGroup> implements CrudDao<PolicyGroup> { @Override @SuppressWarnings({ "resource", "unused" }) public PolicyGroupDao clone() { try { return new PolicyGroupDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | PolicyGroupDao extends AbstractModelDao<PolicyGroup> implements CrudDao<PolicyGroup> { @Override @SuppressWarnings({ "resource", "unused" }) public PolicyGroupDao clone() { try { return new PolicyGroupDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } PolicyGroupDao(); PolicyGroupDao(ApiClientWrapper client); PolicyGroupDao(ConnectionOptions options); PolicyGroupDao(SdkContext sdkContext); } | PolicyGroupDao extends AbstractModelDao<PolicyGroup> implements CrudDao<PolicyGroup> { @Override @SuppressWarnings({ "resource", "unused" }) public PolicyGroupDao clone() { try { return new PolicyGroupDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } PolicyGroupDao(); PolicyGroupDao(ApiClientWrapper client); PolicyGroupDao(ConnectionOptions options); PolicyGroupDao(SdkContext sdkContext); Paginator<ApiKey> allApiKeys(@Nullable ApiKeyListOptions options); Paginator<ApiKey> allApiKeys(@Nullable ApiKeyListOptions options,
@NonNull PolicyGroup policyGroup); Paginator<ApiKey> allApiKeys(@NonNull String id,
@Nullable ApiKeyListOptions options); Paginator<User> allUsers(@NonNull String id, @Nullable UserListOptions options); Paginator<User> allUsers(@Nullable UserListOptions options); Paginator<User> allUsers(@Nullable UserListOptions options,
@NonNull PolicyGroup policyGroup); ListResponse<ApiKey> apiKeys(@Nullable ApiKeyListOptions options); ListResponse<ApiKey> apiKeys(@Nullable ApiKeyListOptions options,
@NonNull PolicyGroup policyGroup); ListResponse<ApiKey> apiKeys(@NonNull String id,
@Nullable ApiKeyListOptions options); @Override @SuppressWarnings({ "resource", "unused" }) PolicyGroupDao clone(); @Override PolicyGroup create(); PolicyGroup create(@Nullable Object members); PolicyGroup create(@Nullable Object members, @NonNull PolicyGroup policyGroup); @Override PolicyGroup create(@NonNull PolicyGroup policyGroup); @Override void delete(); @Override void delete(@NonNull PolicyGroup policyGroup); @Override void delete(@NonNull String id); @Override PolicyGroup read(); PolicyGroup read(@NonNull PolicyGroup policyGroup); @Override PolicyGroup read(@NonNull String id); @Override PolicyGroup update(); @Override PolicyGroup update(@NonNull PolicyGroup policyGroup); PolicyGroup update(@NonNull String id); PolicyGroup update(@NonNull String id, @NonNull PolicyGroup policyGroup); ListResponse<User> users(@NonNull String id, @Nullable UserListOptions options); ListResponse<User> users(@Nullable UserListOptions options); ListResponse<User> users(@Nullable UserListOptions options,
@NonNull PolicyGroup policyGroup); } | PolicyGroupDao extends AbstractModelDao<PolicyGroup> implements CrudDao<PolicyGroup> { @Override @SuppressWarnings({ "resource", "unused" }) public PolicyGroupDao clone() { try { return new PolicyGroupDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } PolicyGroupDao(); PolicyGroupDao(ApiClientWrapper client); PolicyGroupDao(ConnectionOptions options); PolicyGroupDao(SdkContext sdkContext); Paginator<ApiKey> allApiKeys(@Nullable ApiKeyListOptions options); Paginator<ApiKey> allApiKeys(@Nullable ApiKeyListOptions options,
@NonNull PolicyGroup policyGroup); Paginator<ApiKey> allApiKeys(@NonNull String id,
@Nullable ApiKeyListOptions options); Paginator<User> allUsers(@NonNull String id, @Nullable UserListOptions options); Paginator<User> allUsers(@Nullable UserListOptions options); Paginator<User> allUsers(@Nullable UserListOptions options,
@NonNull PolicyGroup policyGroup); ListResponse<ApiKey> apiKeys(@Nullable ApiKeyListOptions options); ListResponse<ApiKey> apiKeys(@Nullable ApiKeyListOptions options,
@NonNull PolicyGroup policyGroup); ListResponse<ApiKey> apiKeys(@NonNull String id,
@Nullable ApiKeyListOptions options); @Override @SuppressWarnings({ "resource", "unused" }) PolicyGroupDao clone(); @Override PolicyGroup create(); PolicyGroup create(@Nullable Object members); PolicyGroup create(@Nullable Object members, @NonNull PolicyGroup policyGroup); @Override PolicyGroup create(@NonNull PolicyGroup policyGroup); @Override void delete(); @Override void delete(@NonNull PolicyGroup policyGroup); @Override void delete(@NonNull String id); @Override PolicyGroup read(); PolicyGroup read(@NonNull PolicyGroup policyGroup); @Override PolicyGroup read(@NonNull String id); @Override PolicyGroup update(); @Override PolicyGroup update(@NonNull PolicyGroup policyGroup); PolicyGroup update(@NonNull String id); PolicyGroup update(@NonNull String id, @NonNull PolicyGroup policyGroup); ListResponse<User> users(@NonNull String id, @Nullable UserListOptions options); ListResponse<User> users(@Nullable UserListOptions options); ListResponse<User> users(@Nullable UserListOptions options,
@NonNull PolicyGroup policyGroup); } |
@SuppressWarnings("resource") @Test public void testClone() { try { IdentityProviderListOptions identityproviderlistoptions1 = new IdentityProviderListOptions(Integer.valueOf(32), Long.valueOf(126), Order.getDefault(), "ff96ce8b-a1f6-4a4f-b58b-3ce84e48d530", null, null); IdentityProviderListOptions identityproviderlistoptions2 = identityproviderlistoptions1.clone(); assertNotNull(identityproviderlistoptions1); assertNotNull(identityproviderlistoptions2); assertNotSame(identityproviderlistoptions2, identityproviderlistoptions1); assertEquals(identityproviderlistoptions2, identityproviderlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public IdentityProviderListOptions clone() { final IdentityProviderListOptions opt = new IdentityProviderListOptions(); opt.setOptions(this); return opt; } | IdentityProviderListOptions extends ListOptions { @Override public IdentityProviderListOptions clone() { final IdentityProviderListOptions opt = new IdentityProviderListOptions(); opt.setOptions(this); return opt; } } | IdentityProviderListOptions extends ListOptions { @Override public IdentityProviderListOptions clone() { final IdentityProviderListOptions opt = new IdentityProviderListOptions(); opt.setOptions(this); return opt; } @Internal IdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal IdentityProviderListOptions(IdentityProviderListOptions identityProviderListOptions); IdentityProviderListOptions(); @Internal IdentityProviderListOptions(String after, Filters filter); } | IdentityProviderListOptions extends ListOptions { @Override public IdentityProviderListOptions clone() { final IdentityProviderListOptions opt = new IdentityProviderListOptions(); opt.setOptions(this); return opt; } @Internal IdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal IdentityProviderListOptions(IdentityProviderListOptions identityProviderListOptions); IdentityProviderListOptions(); @Internal IdentityProviderListOptions(String after, Filters filter); @Override String toString(); @Override IdentityProviderListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | IdentityProviderListOptions extends ListOptions { @Override public IdentityProviderListOptions clone() { final IdentityProviderListOptions opt = new IdentityProviderListOptions(); opt.setOptions(this); return opt; } @Internal IdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal IdentityProviderListOptions(IdentityProviderListOptions identityProviderListOptions); IdentityProviderListOptions(); @Internal IdentityProviderListOptions(String after, Filters filter); @Override String toString(); @Override IdentityProviderListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { IdentityProviderListOptions identityproviderlistoptions1 = new IdentityProviderListOptions(Integer.valueOf(-104), Long.valueOf(101), Order.getDefault(), "b9d02487-86b9-43eb-b4a8-409c434ce34d", null, null); IdentityProviderListOptions identityproviderlistoptions2 = new IdentityProviderListOptions(Integer.valueOf(-104), Long.valueOf(101), Order.getDefault(), "b9d02487-86b9-43eb-b4a8-409c434ce34d", null, null); assertNotNull(identityproviderlistoptions1); assertNotNull(identityproviderlistoptions2); assertNotSame(identityproviderlistoptions2, identityproviderlistoptions1); assertEquals(identityproviderlistoptions2, identityproviderlistoptions1); assertEquals(identityproviderlistoptions2.hashCode(), identityproviderlistoptions1.hashCode()); int hashCode = identityproviderlistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, identityproviderlistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | IdentityProviderListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | IdentityProviderListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal IdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal IdentityProviderListOptions(IdentityProviderListOptions identityProviderListOptions); IdentityProviderListOptions(); @Internal IdentityProviderListOptions(String after, Filters filter); } | IdentityProviderListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal IdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal IdentityProviderListOptions(IdentityProviderListOptions identityProviderListOptions); IdentityProviderListOptions(); @Internal IdentityProviderListOptions(String after, Filters filter); @Override String toString(); @Override IdentityProviderListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | IdentityProviderListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal IdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal IdentityProviderListOptions(IdentityProviderListOptions identityProviderListOptions); IdentityProviderListOptions(); @Internal IdentityProviderListOptions(String after, Filters filter); @Override String toString(); @Override IdentityProviderListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testEquals() { try { IdentityProviderListOptions identityproviderlistoptions1 = new IdentityProviderListOptions(Integer.valueOf(41), Long.valueOf(-97), Order.getDefault(), "4239e087-141b-469a-b1be-f722b89b1359", null, null); IdentityProviderListOptions identityproviderlistoptions2 = new IdentityProviderListOptions(Integer.valueOf(41), Long.valueOf(-97), Order.getDefault(), "4239e087-141b-469a-b1be-f722b89b1359", null, null); IdentityProviderListOptions identityproviderlistoptions3 = new IdentityProviderListOptions(Integer.valueOf(-28), Long.valueOf(-31), Order.getDefault(), "65dc9b3e-1b38-48a6-aa89-420f37da8437", null, null); assertNotNull(identityproviderlistoptions1); assertNotNull(identityproviderlistoptions2); assertNotNull(identityproviderlistoptions3); assertNotSame(identityproviderlistoptions2, identityproviderlistoptions1); assertNotSame(identityproviderlistoptions3, identityproviderlistoptions1); assertEquals(identityproviderlistoptions2, identityproviderlistoptions1); assertEquals(identityproviderlistoptions2, identityproviderlistoptions1); assertEquals(identityproviderlistoptions1, identityproviderlistoptions2); assertEquals(identityproviderlistoptions1, identityproviderlistoptions1); assertFalse(identityproviderlistoptions1.equals(null)); assertNotEquals(identityproviderlistoptions3, identityproviderlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof IdentityProviderListOptions)) { return false; } final IdentityProviderListOptions other = (IdentityProviderListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | IdentityProviderListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof IdentityProviderListOptions)) { return false; } final IdentityProviderListOptions other = (IdentityProviderListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | IdentityProviderListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof IdentityProviderListOptions)) { return false; } final IdentityProviderListOptions other = (IdentityProviderListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal IdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal IdentityProviderListOptions(IdentityProviderListOptions identityProviderListOptions); IdentityProviderListOptions(); @Internal IdentityProviderListOptions(String after, Filters filter); } | IdentityProviderListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof IdentityProviderListOptions)) { return false; } final IdentityProviderListOptions other = (IdentityProviderListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal IdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal IdentityProviderListOptions(IdentityProviderListOptions identityProviderListOptions); IdentityProviderListOptions(); @Internal IdentityProviderListOptions(String after, Filters filter); @Override String toString(); @Override IdentityProviderListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | IdentityProviderListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof IdentityProviderListOptions)) { return false; } final IdentityProviderListOptions other = (IdentityProviderListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal IdentityProviderListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal IdentityProviderListOptions(IdentityProviderListOptions identityProviderListOptions); IdentityProviderListOptions(); @Internal IdentityProviderListOptions(String after, Filters filter); @Override String toString(); @Override IdentityProviderListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { SubtenantIdentityProviderListDao subtenantidentityproviderlistdao1 = new SubtenantIdentityProviderListDao(); SubtenantIdentityProviderListDao subtenantidentityproviderlistdao2 = subtenantidentityproviderlistdao1.clone(); assertNotNull(subtenantidentityproviderlistdao1); assertNotNull(subtenantidentityproviderlistdao2); assertNotSame(subtenantidentityproviderlistdao2, subtenantidentityproviderlistdao1); assertEquals(subtenantidentityproviderlistdao2, subtenantidentityproviderlistdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantIdentityProviderListDao clone() { try { return new SubtenantIdentityProviderListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | SubtenantIdentityProviderListDao extends AbstractSubtenantIdentityProviderListDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantIdentityProviderListDao clone() { try { return new SubtenantIdentityProviderListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | SubtenantIdentityProviderListDao extends AbstractSubtenantIdentityProviderListDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantIdentityProviderListDao clone() { try { return new SubtenantIdentityProviderListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantIdentityProviderListDao(); SubtenantIdentityProviderListDao(ApiClientWrapper client); SubtenantIdentityProviderListDao(ConnectionOptions options); SubtenantIdentityProviderListDao(SdkContext sdkContext); } | SubtenantIdentityProviderListDao extends AbstractSubtenantIdentityProviderListDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantIdentityProviderListDao clone() { try { return new SubtenantIdentityProviderListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantIdentityProviderListDao(); SubtenantIdentityProviderListDao(ApiClientWrapper client); SubtenantIdentityProviderListDao(ConnectionOptions options); SubtenantIdentityProviderListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) SubtenantIdentityProviderListDao clone(); } | SubtenantIdentityProviderListDao extends AbstractSubtenantIdentityProviderListDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantIdentityProviderListDao clone() { try { return new SubtenantIdentityProviderListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantIdentityProviderListDao(); SubtenantIdentityProviderListDao(ApiClientWrapper client); SubtenantIdentityProviderListDao(ConnectionOptions options); SubtenantIdentityProviderListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) SubtenantIdentityProviderListDao clone(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { ApiKeyListOptions apikeylistoptions1 = new ApiKeyListOptions(Integer.valueOf(0), Long.valueOf(-98), Order.getDefault(), "0e0f2855-e5cb-45b8-8b0e-5c5d3f7873de", null, null); ApiKeyListOptions apikeylistoptions2 = apikeylistoptions1.clone(); assertNotNull(apikeylistoptions1); assertNotNull(apikeylistoptions2); assertNotSame(apikeylistoptions2, apikeylistoptions1); assertEquals(apikeylistoptions2, apikeylistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public ApiKeyListOptions clone() { final ApiKeyListOptions opt = new ApiKeyListOptions(); opt.setOptions(this); return opt; } | ApiKeyListOptions extends ListOptions { @Override public ApiKeyListOptions clone() { final ApiKeyListOptions opt = new ApiKeyListOptions(); opt.setOptions(this); return opt; } } | ApiKeyListOptions extends ListOptions { @Override public ApiKeyListOptions clone() { final ApiKeyListOptions opt = new ApiKeyListOptions(); opt.setOptions(this); return opt; } @Internal ApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal ApiKeyListOptions(ApiKeyListOptions apiKeyListOptions); ApiKeyListOptions(); @Internal ApiKeyListOptions(String after, Filters filter); } | ApiKeyListOptions extends ListOptions { @Override public ApiKeyListOptions clone() { final ApiKeyListOptions opt = new ApiKeyListOptions(); opt.setOptions(this); return opt; } @Internal ApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal ApiKeyListOptions(ApiKeyListOptions apiKeyListOptions); ApiKeyListOptions(); @Internal ApiKeyListOptions(String after, Filters filter); @Override String toString(); @Override ApiKeyListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | ApiKeyListOptions extends ListOptions { @Override public ApiKeyListOptions clone() { final ApiKeyListOptions opt = new ApiKeyListOptions(); opt.setOptions(this); return opt; } @Internal ApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal ApiKeyListOptions(ApiKeyListOptions apiKeyListOptions); ApiKeyListOptions(); @Internal ApiKeyListOptions(String after, Filters filter); @Override String toString(); @Override ApiKeyListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { ApiKeyListOptions apikeylistoptions1 = new ApiKeyListOptions(Integer.valueOf(-28), Long.valueOf(110), Order.getDefault(), "dc5971ae-9343-451a-bf95-541dee920182", null, null); ApiKeyListOptions apikeylistoptions2 = new ApiKeyListOptions(Integer.valueOf(-28), Long.valueOf(110), Order.getDefault(), "dc5971ae-9343-451a-bf95-541dee920182", null, null); assertNotNull(apikeylistoptions1); assertNotNull(apikeylistoptions2); assertNotSame(apikeylistoptions2, apikeylistoptions1); assertEquals(apikeylistoptions2, apikeylistoptions1); assertEquals(apikeylistoptions2.hashCode(), apikeylistoptions1.hashCode()); int hashCode = apikeylistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, apikeylistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | ApiKeyListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | ApiKeyListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal ApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal ApiKeyListOptions(ApiKeyListOptions apiKeyListOptions); ApiKeyListOptions(); @Internal ApiKeyListOptions(String after, Filters filter); } | ApiKeyListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal ApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal ApiKeyListOptions(ApiKeyListOptions apiKeyListOptions); ApiKeyListOptions(); @Internal ApiKeyListOptions(String after, Filters filter); @Override String toString(); @Override ApiKeyListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | ApiKeyListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal ApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal ApiKeyListOptions(ApiKeyListOptions apiKeyListOptions); ApiKeyListOptions(); @Internal ApiKeyListOptions(String after, Filters filter); @Override String toString(); @Override ApiKeyListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testEquals() { try { ApiKeyListOptions apikeylistoptions1 = new ApiKeyListOptions(Integer.valueOf(93), Long.valueOf(85), Order.getDefault(), "58e43002-1b78-4bf4-ab70-f5618938d683", null, null); ApiKeyListOptions apikeylistoptions2 = new ApiKeyListOptions(Integer.valueOf(93), Long.valueOf(85), Order.getDefault(), "58e43002-1b78-4bf4-ab70-f5618938d683", null, null); ApiKeyListOptions apikeylistoptions3 = new ApiKeyListOptions(Integer.valueOf(107), Long.valueOf(-32), Order.getDefault(), "7c241edb-798f-474e-9140-ebc4a96e397e", null, null); assertNotNull(apikeylistoptions1); assertNotNull(apikeylistoptions2); assertNotNull(apikeylistoptions3); assertNotSame(apikeylistoptions2, apikeylistoptions1); assertNotSame(apikeylistoptions3, apikeylistoptions1); assertEquals(apikeylistoptions2, apikeylistoptions1); assertEquals(apikeylistoptions2, apikeylistoptions1); assertEquals(apikeylistoptions1, apikeylistoptions2); assertEquals(apikeylistoptions1, apikeylistoptions1); assertFalse(apikeylistoptions1.equals(null)); assertNotEquals(apikeylistoptions3, apikeylistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof ApiKeyListOptions)) { return false; } final ApiKeyListOptions other = (ApiKeyListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | ApiKeyListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof ApiKeyListOptions)) { return false; } final ApiKeyListOptions other = (ApiKeyListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | ApiKeyListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof ApiKeyListOptions)) { return false; } final ApiKeyListOptions other = (ApiKeyListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal ApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal ApiKeyListOptions(ApiKeyListOptions apiKeyListOptions); ApiKeyListOptions(); @Internal ApiKeyListOptions(String after, Filters filter); } | ApiKeyListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof ApiKeyListOptions)) { return false; } final ApiKeyListOptions other = (ApiKeyListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal ApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal ApiKeyListOptions(ApiKeyListOptions apiKeyListOptions); ApiKeyListOptions(); @Internal ApiKeyListOptions(String after, Filters filter); @Override String toString(); @Override ApiKeyListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | ApiKeyListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof ApiKeyListOptions)) { return false; } final ApiKeyListOptions other = (ApiKeyListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal ApiKeyListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal ApiKeyListOptions(ApiKeyListOptions apiKeyListOptions); ApiKeyListOptions(); @Internal ApiKeyListOptions(String after, Filters filter); @Override String toString(); @Override ApiKeyListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@Test public void testToTimestamp() { assumeThat(Locale.getDefault(), is(Locale.UK)); Calendar calendar = Calendar.getInstance(); calendar.setTimeZone(TimeZone.getTimeZone("GMT")); calendar.set(2017, 7, 11, 19, 33, 35); calendar.set(Calendar.MILLISECOND, 0); DateFormat format = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss z"); format.setTimeZone(TimeZone.getTimeZone("GMT")); assertEquals("Fri, 11 Aug 2017 19:33:35 GMT", TranslationUtils.toTimestamp(calendar.getTime(), format)); } | public static String toTimestamp(Date date, DateFormat format) { if (date == null || format == null) { return null; } return format.format(date); } | TranslationUtils { public static String toTimestamp(Date date, DateFormat format) { if (date == null || format == null) { return null; } return format.format(date); } } | TranslationUtils { public static String toTimestamp(Date date, DateFormat format) { if (date == null || format == null) { return null; } return format.format(date); } private TranslationUtils(); } | TranslationUtils { public static String toTimestamp(Date date, DateFormat format) { if (date == null || format == null) { return null; } return format.format(date); } private TranslationUtils(); static Date toDate(DateTime date); static Date toDate(LocalDate ldate); static Date toDate(Calendar date); static Date toDate(Number timestamp); static Date toDate(Number timestamp, TimeUnit unit); static DateTime toDateTime(Date date); static LocalDate toLocalDate(Date date); static DataFile toDataFile(File file); static DataFile toDataFile(String filePath); static long toLong(Number longE); static long toLong(Date value); static long toLong(String value); static long toLong(Number longE, long defaultValue); static long toLong(Date value, long defaultValue); static long toLong(String stringContainingANumber, long defaultValue); static int toInt(Number number); static int toInt(String value); static int toInt(Number integer, int defaultV); static int toInt(String value, int defaultV); static Integer toInteger(String value, Integer defaultV); static boolean toBool(Boolean bool); static boolean toBool(String value); static boolean toBool(Boolean bool, boolean defaultB); static boolean toBool(String value, boolean defaultV); static double toDouble(Number value); static double toDouble(String value); static double toDouble(Number value, double defaultD); static double toDouble(String value, double defaultD); static URL toUrl(String url); static String toString(Object obj); static Base64 toBase64(Object obj); static byte[] toByteArray(Object obj); static synchronized Date convertTimestamp(String timestamp); static synchronized Date convertTimestamp(String timestamp, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format); static synchronized Date convertRfc3339Timestamp(String timestamp); static synchronized Date convertRfc3339Timestamp(String timestamp, Date defaultDate); static synchronized String toDefaultTimestamp(Date date); static synchronized String toRfc3339Timestamp(Date date); static String toTimestamp(Date date, DateFormat format); static List<String> parseList(String string, String separator); static DateTime moveToUtc(Date date); static Date moveDateTimeToUtc(Date date); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); } | TranslationUtils { public static String toTimestamp(Date date, DateFormat format) { if (date == null || format == null) { return null; } return format.format(date); } private TranslationUtils(); static Date toDate(DateTime date); static Date toDate(LocalDate ldate); static Date toDate(Calendar date); static Date toDate(Number timestamp); static Date toDate(Number timestamp, TimeUnit unit); static DateTime toDateTime(Date date); static LocalDate toLocalDate(Date date); static DataFile toDataFile(File file); static DataFile toDataFile(String filePath); static long toLong(Number longE); static long toLong(Date value); static long toLong(String value); static long toLong(Number longE, long defaultValue); static long toLong(Date value, long defaultValue); static long toLong(String stringContainingANumber, long defaultValue); static int toInt(Number number); static int toInt(String value); static int toInt(Number integer, int defaultV); static int toInt(String value, int defaultV); static Integer toInteger(String value, Integer defaultV); static boolean toBool(Boolean bool); static boolean toBool(String value); static boolean toBool(Boolean bool, boolean defaultB); static boolean toBool(String value, boolean defaultV); static double toDouble(Number value); static double toDouble(String value); static double toDouble(Number value, double defaultD); static double toDouble(String value, double defaultD); static URL toUrl(String url); static String toString(Object obj); static Base64 toBase64(Object obj); static byte[] toByteArray(Object obj); static synchronized Date convertTimestamp(String timestamp); static synchronized Date convertTimestamp(String timestamp, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format); static synchronized Date convertRfc3339Timestamp(String timestamp); static synchronized Date convertRfc3339Timestamp(String timestamp, Date defaultDate); static synchronized String toDefaultTimestamp(Date date); static synchronized String toRfc3339Timestamp(Date date); static String toTimestamp(Date date, DateFormat format); static List<String> parseList(String string, String separator); static DateTime moveToUtc(Date date); static Date moveDateTimeToUtc(Date date); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); static final String METHOD_CONVERT_STRING_TO_DATE; static final String METHOD_CONVERT_OTHER_TO_DATE; static final String METHOD_CONVERT_DATE_TO_DATETIME; static final String METHOD_CONVERT_DATE_TO_LOCALDATE; static final String METHOD_CONVERT_DATE_TO_STRING; static final String METHOD_CONVERT_STRING_TO_URL; static final String METHOD_CONVERT_BOOL_TO_BOOL; static final String METHOD_CONVERT_NUMBER_TO_LONG; static final String METHOD_CONVERT_NUMBER_TO_INT; static final String METHOD_CONVERT_NUMBER_TO_DOUBLE; static final String METHOD_CONVERT_ANY_TO_STRING; static final String METHOD_CONVERT_ANY_TO_BYTE_ARRAY; static final String METHOD_CONVERT_ANY_TO_BASE64; static final String METHOD_CONVERT_TO_DATA_FILE; } |
@SuppressWarnings("boxing") @Test public void testToDateNumberTimeUnit() { Calendar calendar = Calendar.getInstance(); calendar.setTimeZone(TimeZone.getTimeZone("GMT")); calendar.set(Calendar.MILLISECOND, 0); calendar.set(1971, 0, 1, 0, 0, 0); assertEquals(calendar.getTime(), TranslationUtils.toDate(365, TimeUnit.DAYS)); calendar.set(1970, 0, 1, 0, 0, 0); assertEquals(calendar.getTime(), TranslationUtils.toDate(0, TimeUnit.DAYS)); calendar.set(1970, 0, 1, 0, 0, 1); assertEquals(calendar.getTime(), TranslationUtils.toDate(1000, TimeUnit.MILLISECONDS)); calendar.set(2069, 11, 7, 0, 0, 0); assertEquals(calendar.getTime(), TranslationUtils.toDate(36500, TimeUnit.DAYS)); } | public static Date toDate(DateTime date) { return (date == null) ? null : date.toDate(); } | TranslationUtils { public static Date toDate(DateTime date) { return (date == null) ? null : date.toDate(); } } | TranslationUtils { public static Date toDate(DateTime date) { return (date == null) ? null : date.toDate(); } private TranslationUtils(); } | TranslationUtils { public static Date toDate(DateTime date) { return (date == null) ? null : date.toDate(); } private TranslationUtils(); static Date toDate(DateTime date); static Date toDate(LocalDate ldate); static Date toDate(Calendar date); static Date toDate(Number timestamp); static Date toDate(Number timestamp, TimeUnit unit); static DateTime toDateTime(Date date); static LocalDate toLocalDate(Date date); static DataFile toDataFile(File file); static DataFile toDataFile(String filePath); static long toLong(Number longE); static long toLong(Date value); static long toLong(String value); static long toLong(Number longE, long defaultValue); static long toLong(Date value, long defaultValue); static long toLong(String stringContainingANumber, long defaultValue); static int toInt(Number number); static int toInt(String value); static int toInt(Number integer, int defaultV); static int toInt(String value, int defaultV); static Integer toInteger(String value, Integer defaultV); static boolean toBool(Boolean bool); static boolean toBool(String value); static boolean toBool(Boolean bool, boolean defaultB); static boolean toBool(String value, boolean defaultV); static double toDouble(Number value); static double toDouble(String value); static double toDouble(Number value, double defaultD); static double toDouble(String value, double defaultD); static URL toUrl(String url); static String toString(Object obj); static Base64 toBase64(Object obj); static byte[] toByteArray(Object obj); static synchronized Date convertTimestamp(String timestamp); static synchronized Date convertTimestamp(String timestamp, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format); static synchronized Date convertRfc3339Timestamp(String timestamp); static synchronized Date convertRfc3339Timestamp(String timestamp, Date defaultDate); static synchronized String toDefaultTimestamp(Date date); static synchronized String toRfc3339Timestamp(Date date); static String toTimestamp(Date date, DateFormat format); static List<String> parseList(String string, String separator); static DateTime moveToUtc(Date date); static Date moveDateTimeToUtc(Date date); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); } | TranslationUtils { public static Date toDate(DateTime date) { return (date == null) ? null : date.toDate(); } private TranslationUtils(); static Date toDate(DateTime date); static Date toDate(LocalDate ldate); static Date toDate(Calendar date); static Date toDate(Number timestamp); static Date toDate(Number timestamp, TimeUnit unit); static DateTime toDateTime(Date date); static LocalDate toLocalDate(Date date); static DataFile toDataFile(File file); static DataFile toDataFile(String filePath); static long toLong(Number longE); static long toLong(Date value); static long toLong(String value); static long toLong(Number longE, long defaultValue); static long toLong(Date value, long defaultValue); static long toLong(String stringContainingANumber, long defaultValue); static int toInt(Number number); static int toInt(String value); static int toInt(Number integer, int defaultV); static int toInt(String value, int defaultV); static Integer toInteger(String value, Integer defaultV); static boolean toBool(Boolean bool); static boolean toBool(String value); static boolean toBool(Boolean bool, boolean defaultB); static boolean toBool(String value, boolean defaultV); static double toDouble(Number value); static double toDouble(String value); static double toDouble(Number value, double defaultD); static double toDouble(String value, double defaultD); static URL toUrl(String url); static String toString(Object obj); static Base64 toBase64(Object obj); static byte[] toByteArray(Object obj); static synchronized Date convertTimestamp(String timestamp); static synchronized Date convertTimestamp(String timestamp, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format); static synchronized Date convertRfc3339Timestamp(String timestamp); static synchronized Date convertRfc3339Timestamp(String timestamp, Date defaultDate); static synchronized String toDefaultTimestamp(Date date); static synchronized String toRfc3339Timestamp(Date date); static String toTimestamp(Date date, DateFormat format); static List<String> parseList(String string, String separator); static DateTime moveToUtc(Date date); static Date moveDateTimeToUtc(Date date); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); static final String METHOD_CONVERT_STRING_TO_DATE; static final String METHOD_CONVERT_OTHER_TO_DATE; static final String METHOD_CONVERT_DATE_TO_DATETIME; static final String METHOD_CONVERT_DATE_TO_LOCALDATE; static final String METHOD_CONVERT_DATE_TO_STRING; static final String METHOD_CONVERT_STRING_TO_URL; static final String METHOD_CONVERT_BOOL_TO_BOOL; static final String METHOD_CONVERT_NUMBER_TO_LONG; static final String METHOD_CONVERT_NUMBER_TO_INT; static final String METHOD_CONVERT_NUMBER_TO_DOUBLE; static final String METHOD_CONVERT_ANY_TO_STRING; static final String METHOD_CONVERT_ANY_TO_BYTE_ARRAY; static final String METHOD_CONVERT_ANY_TO_BASE64; static final String METHOD_CONVERT_TO_DATA_FILE; } |
@SuppressWarnings("resource") @Test public void testClone() { try { UserInvitationListOptions userinvitationlistoptions1 = new UserInvitationListOptions(Integer.valueOf(-5), Long.valueOf(-102), Order.getDefault(), "4497049c-f021-423b-91fb-3125652d0333", null, null); UserInvitationListOptions userinvitationlistoptions2 = userinvitationlistoptions1.clone(); assertNotNull(userinvitationlistoptions1); assertNotNull(userinvitationlistoptions2); assertNotSame(userinvitationlistoptions2, userinvitationlistoptions1); assertEquals(userinvitationlistoptions2, userinvitationlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public UserInvitationListOptions clone() { final UserInvitationListOptions opt = new UserInvitationListOptions(); opt.setOptions(this); return opt; } | UserInvitationListOptions extends ListOptions { @Override public UserInvitationListOptions clone() { final UserInvitationListOptions opt = new UserInvitationListOptions(); opt.setOptions(this); return opt; } } | UserInvitationListOptions extends ListOptions { @Override public UserInvitationListOptions clone() { final UserInvitationListOptions opt = new UserInvitationListOptions(); opt.setOptions(this); return opt; } @Internal UserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UserInvitationListOptions(UserInvitationListOptions userInvitationListOptions); UserInvitationListOptions(); @Internal UserInvitationListOptions(String after, Filters filter); } | UserInvitationListOptions extends ListOptions { @Override public UserInvitationListOptions clone() { final UserInvitationListOptions opt = new UserInvitationListOptions(); opt.setOptions(this); return opt; } @Internal UserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UserInvitationListOptions(UserInvitationListOptions userInvitationListOptions); UserInvitationListOptions(); @Internal UserInvitationListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); @Override String toString(); @Override UserInvitationListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | UserInvitationListOptions extends ListOptions { @Override public UserInvitationListOptions clone() { final UserInvitationListOptions opt = new UserInvitationListOptions(); opt.setOptions(this); return opt; } @Internal UserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UserInvitationListOptions(UserInvitationListOptions userInvitationListOptions); UserInvitationListOptions(); @Internal UserInvitationListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); @Override String toString(); @Override UserInvitationListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_LOGIN_PROFILES; } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { UserInvitationListOptions userinvitationlistoptions1 = new UserInvitationListOptions(Integer.valueOf(22), Long.valueOf(-22), Order.getDefault(), "03e6a3f8-b0ae-4075-8af0-344f02517fcc", null, null); UserInvitationListOptions userinvitationlistoptions2 = new UserInvitationListOptions(Integer.valueOf(22), Long.valueOf(-22), Order.getDefault(), "03e6a3f8-b0ae-4075-8af0-344f02517fcc", null, null); assertNotNull(userinvitationlistoptions1); assertNotNull(userinvitationlistoptions2); assertNotSame(userinvitationlistoptions2, userinvitationlistoptions1); assertEquals(userinvitationlistoptions2, userinvitationlistoptions1); assertEquals(userinvitationlistoptions2.hashCode(), userinvitationlistoptions1.hashCode()); int hashCode = userinvitationlistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, userinvitationlistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | UserInvitationListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | UserInvitationListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal UserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UserInvitationListOptions(UserInvitationListOptions userInvitationListOptions); UserInvitationListOptions(); @Internal UserInvitationListOptions(String after, Filters filter); } | UserInvitationListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal UserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UserInvitationListOptions(UserInvitationListOptions userInvitationListOptions); UserInvitationListOptions(); @Internal UserInvitationListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); @Override String toString(); @Override UserInvitationListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | UserInvitationListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal UserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UserInvitationListOptions(UserInvitationListOptions userInvitationListOptions); UserInvitationListOptions(); @Internal UserInvitationListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); @Override String toString(); @Override UserInvitationListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_LOGIN_PROFILES; } |
@SuppressWarnings("resource") @Test public void testEquals() { try { UserInvitationListOptions userinvitationlistoptions1 = new UserInvitationListOptions(Integer.valueOf(-38), Long.valueOf(62), Order.getDefault(), "cdd23c3c-f7bc-45b4-93e8-6b5a69efa811", null, null); UserInvitationListOptions userinvitationlistoptions2 = new UserInvitationListOptions(Integer.valueOf(-38), Long.valueOf(62), Order.getDefault(), "cdd23c3c-f7bc-45b4-93e8-6b5a69efa811", null, null); UserInvitationListOptions userinvitationlistoptions3 = new UserInvitationListOptions(Integer.valueOf(20), Long.valueOf(-125), Order.getDefault(), "43ed5791-6f4b-41f9-b5ab-aa66ce00c13c", null, null); assertNotNull(userinvitationlistoptions1); assertNotNull(userinvitationlistoptions2); assertNotNull(userinvitationlistoptions3); assertNotSame(userinvitationlistoptions2, userinvitationlistoptions1); assertNotSame(userinvitationlistoptions3, userinvitationlistoptions1); assertEquals(userinvitationlistoptions2, userinvitationlistoptions1); assertEquals(userinvitationlistoptions2, userinvitationlistoptions1); assertEquals(userinvitationlistoptions1, userinvitationlistoptions2); assertEquals(userinvitationlistoptions1, userinvitationlistoptions1); assertFalse(userinvitationlistoptions1.equals(null)); assertNotEquals(userinvitationlistoptions3, userinvitationlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof UserInvitationListOptions)) { return false; } final UserInvitationListOptions other = (UserInvitationListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | UserInvitationListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof UserInvitationListOptions)) { return false; } final UserInvitationListOptions other = (UserInvitationListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | UserInvitationListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof UserInvitationListOptions)) { return false; } final UserInvitationListOptions other = (UserInvitationListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal UserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UserInvitationListOptions(UserInvitationListOptions userInvitationListOptions); UserInvitationListOptions(); @Internal UserInvitationListOptions(String after, Filters filter); } | UserInvitationListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof UserInvitationListOptions)) { return false; } final UserInvitationListOptions other = (UserInvitationListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal UserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UserInvitationListOptions(UserInvitationListOptions userInvitationListOptions); UserInvitationListOptions(); @Internal UserInvitationListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); @Override String toString(); @Override UserInvitationListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | UserInvitationListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof UserInvitationListOptions)) { return false; } final UserInvitationListOptions other = (UserInvitationListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal UserInvitationListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UserInvitationListOptions(UserInvitationListOptions userInvitationListOptions); UserInvitationListOptions(); @Internal UserInvitationListOptions(String after, Filters filter); List<Filter> getLoginProfilesFilters(); void addEqualToLoginProfilesFilter(List<LoginProfile> filterByLoginProfiles); @SuppressWarnings("unchecked") T equalToLoginProfiles(List<LoginProfile> filterByLoginProfiles); @Override String toString(); @Override UserInvitationListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_LOGIN_PROFILES; } |
@SuppressWarnings("resource") @Test public void testClone() { try { AccountListDao accountlistdao1 = new AccountListDao(); AccountListDao accountlistdao2 = accountlistdao1.clone(); assertNotNull(accountlistdao1); assertNotNull(accountlistdao2); assertNotSame(accountlistdao2, accountlistdao1); assertEquals(accountlistdao2, accountlistdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public AccountListDao clone() { try { return new AccountListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | AccountListDao extends AbstractModelListDao<Account, AccountListOptions> implements ModelListDao<Account, AccountListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public AccountListDao clone() { try { return new AccountListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | AccountListDao extends AbstractModelListDao<Account, AccountListOptions> implements ModelListDao<Account, AccountListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public AccountListDao clone() { try { return new AccountListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } AccountListDao(); AccountListDao(ApiClientWrapper client); AccountListDao(ConnectionOptions options); AccountListDao(SdkContext sdkContext); } | AccountListDao extends AbstractModelListDao<Account, AccountListOptions> implements ModelListDao<Account, AccountListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public AccountListDao clone() { try { return new AccountListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } AccountListDao(); AccountListDao(ApiClientWrapper client); AccountListDao(ConnectionOptions options); AccountListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) AccountListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<AccountDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) AccountDao getNewModelDao(); } | AccountListDao extends AbstractModelListDao<Account, AccountListOptions> implements ModelListDao<Account, AccountListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public AccountListDao clone() { try { return new AccountListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } AccountListDao(); AccountListDao(ApiClientWrapper client); AccountListDao(ConnectionOptions options); AccountListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) AccountListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<AccountDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) AccountDao getNewModelDao(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { SubtenantPolicyGroupListDao subtenantpolicygrouplistdao1 = new SubtenantPolicyGroupListDao(); SubtenantPolicyGroupListDao subtenantpolicygrouplistdao2 = subtenantpolicygrouplistdao1.clone(); assertNotNull(subtenantpolicygrouplistdao1); assertNotNull(subtenantpolicygrouplistdao2); assertNotSame(subtenantpolicygrouplistdao2, subtenantpolicygrouplistdao1); assertEquals(subtenantpolicygrouplistdao2, subtenantpolicygrouplistdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantPolicyGroupListDao clone() { try { return new SubtenantPolicyGroupListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | SubtenantPolicyGroupListDao extends AbstractSubtenantPolicyGroupListDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantPolicyGroupListDao clone() { try { return new SubtenantPolicyGroupListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | SubtenantPolicyGroupListDao extends AbstractSubtenantPolicyGroupListDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantPolicyGroupListDao clone() { try { return new SubtenantPolicyGroupListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantPolicyGroupListDao(); SubtenantPolicyGroupListDao(ApiClientWrapper client); SubtenantPolicyGroupListDao(ConnectionOptions options); SubtenantPolicyGroupListDao(SdkContext sdkContext); } | SubtenantPolicyGroupListDao extends AbstractSubtenantPolicyGroupListDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantPolicyGroupListDao clone() { try { return new SubtenantPolicyGroupListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantPolicyGroupListDao(); SubtenantPolicyGroupListDao(ApiClientWrapper client); SubtenantPolicyGroupListDao(ConnectionOptions options); SubtenantPolicyGroupListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) SubtenantPolicyGroupListDao clone(); } | SubtenantPolicyGroupListDao extends AbstractSubtenantPolicyGroupListDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantPolicyGroupListDao clone() { try { return new SubtenantPolicyGroupListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantPolicyGroupListDao(); SubtenantPolicyGroupListDao(ApiClientWrapper client); SubtenantPolicyGroupListDao(ConnectionOptions options); SubtenantPolicyGroupListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) SubtenantPolicyGroupListDao clone(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { UserListDao userlistdao1 = new UserListDao(); UserListDao userlistdao2 = userlistdao1.clone(); assertNotNull(userlistdao1); assertNotNull(userlistdao2); assertNotSame(userlistdao2, userlistdao1); assertEquals(userlistdao2, userlistdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public UserListDao clone() { try { return new UserListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | UserListDao extends AbstractModelListDao<User, UserListOptions> implements ModelListDao<User, UserListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public UserListDao clone() { try { return new UserListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | UserListDao extends AbstractModelListDao<User, UserListOptions> implements ModelListDao<User, UserListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public UserListDao clone() { try { return new UserListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UserListDao(); UserListDao(ApiClientWrapper client); UserListDao(ConnectionOptions options); UserListDao(SdkContext sdkContext); } | UserListDao extends AbstractModelListDao<User, UserListOptions> implements ModelListDao<User, UserListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public UserListDao clone() { try { return new UserListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UserListDao(); UserListDao(ApiClientWrapper client); UserListDao(ConnectionOptions options); UserListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) UserListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<UserDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) UserDao getNewModelDao(); } | UserListDao extends AbstractModelListDao<User, UserListOptions> implements ModelListDao<User, UserListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public UserListDao clone() { try { return new UserListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UserListDao(); UserListDao(ApiClientWrapper client); UserListDao(ConnectionOptions options); UserListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) UserListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<UserDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) UserDao getNewModelDao(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { SubtenantIdentityProviderDao subtenantidentityproviderdao1 = new SubtenantIdentityProviderDao(); SubtenantIdentityProviderDao subtenantidentityproviderdao2 = subtenantidentityproviderdao1.clone(); assertNotNull(subtenantidentityproviderdao1); assertNotNull(subtenantidentityproviderdao2); assertNotSame(subtenantidentityproviderdao2, subtenantidentityproviderdao1); assertEquals(subtenantidentityproviderdao2, subtenantidentityproviderdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantIdentityProviderDao clone() { try { return new SubtenantIdentityProviderDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | SubtenantIdentityProviderDao extends AbstractSubtenantIdentityProviderDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantIdentityProviderDao clone() { try { return new SubtenantIdentityProviderDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | SubtenantIdentityProviderDao extends AbstractSubtenantIdentityProviderDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantIdentityProviderDao clone() { try { return new SubtenantIdentityProviderDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantIdentityProviderDao(); SubtenantIdentityProviderDao(ApiClientWrapper client); SubtenantIdentityProviderDao(ConnectionOptions options); SubtenantIdentityProviderDao(SdkContext sdkContext); } | SubtenantIdentityProviderDao extends AbstractSubtenantIdentityProviderDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantIdentityProviderDao clone() { try { return new SubtenantIdentityProviderDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantIdentityProviderDao(); SubtenantIdentityProviderDao(ApiClientWrapper client); SubtenantIdentityProviderDao(ConnectionOptions options); SubtenantIdentityProviderDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) SubtenantIdentityProviderDao clone(); @Override @NotImplemented void delete(String id); @Override @NotImplemented SubtenantIdentityProvider read(String id); } | SubtenantIdentityProviderDao extends AbstractSubtenantIdentityProviderDao { @Override @SuppressWarnings({ "resource", "unused" }) public SubtenantIdentityProviderDao clone() { try { return new SubtenantIdentityProviderDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } SubtenantIdentityProviderDao(); SubtenantIdentityProviderDao(ApiClientWrapper client); SubtenantIdentityProviderDao(ConnectionOptions options); SubtenantIdentityProviderDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) SubtenantIdentityProviderDao clone(); @Override @NotImplemented void delete(String id); @Override @NotImplemented SubtenantIdentityProvider read(String id); } |
@SuppressWarnings("resource") @Test public void testClone() { try { UserDao userdao1 = new UserDao(); UserDao userdao2 = userdao1.clone(); assertNotNull(userdao1); assertNotNull(userdao2); assertNotSame(userdao2, userdao1); assertEquals(userdao2, userdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public UserDao clone() { try { return new UserDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | UserDao extends AbstractModelDao<User> implements CrudDao<User> { @Override @SuppressWarnings({ "resource", "unused" }) public UserDao clone() { try { return new UserDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | UserDao extends AbstractModelDao<User> implements CrudDao<User> { @Override @SuppressWarnings({ "resource", "unused" }) public UserDao clone() { try { return new UserDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UserDao(); UserDao(ApiClientWrapper client); UserDao(ConnectionOptions options); UserDao(SdkContext sdkContext); } | UserDao extends AbstractModelDao<User> implements CrudDao<User> { @Override @SuppressWarnings({ "resource", "unused" }) public UserDao clone() { try { return new UserDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UserDao(); UserDao(ApiClientWrapper client); UserDao(ConnectionOptions options); UserDao(SdkContext sdkContext); Paginator<PolicyGroup> allPolicyGroups(@Nullable PolicyGroupListOptions options); Paginator<PolicyGroup> allPolicyGroups(@Nullable PolicyGroupListOptions options,
@NonNull User user); Paginator<PolicyGroup> allPolicyGroups(@NonNull String id,
@Nullable PolicyGroupListOptions options); @Override @SuppressWarnings({ "resource", "unused" }) UserDao clone(); @Override User create(); @Override User create(@NonNull User user); User create(@Nullable @DefaultValue("create") String action); User create(@Nullable @DefaultValue("create") String action, @NonNull User user); @Override void delete(); @Override void delete(@NonNull User user); @Override void delete(@NonNull String id); ListResponse<PolicyGroup> policyGroups(@Nullable PolicyGroupListOptions options); ListResponse<PolicyGroup> policyGroups(@Nullable PolicyGroupListOptions options,
@NonNull User user); ListResponse<PolicyGroup> policyGroups(@NonNull String id,
@Nullable PolicyGroupListOptions options); @Override User read(); User read(@NonNull User user); @Override User read(@NonNull String id); @Override User update(); @Override User update(@NonNull User user); User update(@NonNull String id); User update(@NonNull String id, @NonNull User user); } | UserDao extends AbstractModelDao<User> implements CrudDao<User> { @Override @SuppressWarnings({ "resource", "unused" }) public UserDao clone() { try { return new UserDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UserDao(); UserDao(ApiClientWrapper client); UserDao(ConnectionOptions options); UserDao(SdkContext sdkContext); Paginator<PolicyGroup> allPolicyGroups(@Nullable PolicyGroupListOptions options); Paginator<PolicyGroup> allPolicyGroups(@Nullable PolicyGroupListOptions options,
@NonNull User user); Paginator<PolicyGroup> allPolicyGroups(@NonNull String id,
@Nullable PolicyGroupListOptions options); @Override @SuppressWarnings({ "resource", "unused" }) UserDao clone(); @Override User create(); @Override User create(@NonNull User user); User create(@Nullable @DefaultValue("create") String action); User create(@Nullable @DefaultValue("create") String action, @NonNull User user); @Override void delete(); @Override void delete(@NonNull User user); @Override void delete(@NonNull String id); ListResponse<PolicyGroup> policyGroups(@Nullable PolicyGroupListOptions options); ListResponse<PolicyGroup> policyGroups(@Nullable PolicyGroupListOptions options,
@NonNull User user); ListResponse<PolicyGroup> policyGroups(@NonNull String id,
@Nullable PolicyGroupListOptions options); @Override User read(); User read(@NonNull User user); @Override User read(@NonNull String id); @Override User update(); @Override User update(@NonNull User user); User update(@NonNull String id); User update(@NonNull String id, @NonNull User user); } |
@SuppressWarnings("resource") @Test public void testClone() { try { DaoFactory daofactory1 = new DaoFactory((DaoFactory) null); DaoFactory daofactory2 = daofactory1.clone(); assertNotNull(daofactory1); assertNotNull(daofactory2); assertNotSame(daofactory2, daofactory1); assertEquals(daofactory2, daofactory1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public DaoFactory clone() { return new DaoFactory(this); } | DaoFactory implements Cloneable { @Override public DaoFactory clone() { return new DaoFactory(this); } } | DaoFactory implements Cloneable { @Override public DaoFactory clone() { return new DaoFactory(this); } DaoFactory(SdkContext context); DaoFactory(); DaoFactory(DaoFactory daoFactory); } | DaoFactory implements Cloneable { @Override public DaoFactory clone() { return new DaoFactory(this); } DaoFactory(SdkContext context); DaoFactory(); DaoFactory(DaoFactory daoFactory); @Override DaoFactory clone(); @Override boolean equals(Object obj); @SuppressWarnings("resource") AccountDao getAccountDao(); @SuppressWarnings("resource") AccountListDao getAccountListDao(); @SuppressWarnings("resource") ApiKeyDao getApiKeyDao(); @SuppressWarnings("resource") ApiKeyListDao getApiKeyListDao(); @SuppressWarnings("resource") CampaignDeviceMetadataDao getCampaignDeviceMetadataDao(); @SuppressWarnings("resource") CampaignStatisticsDao getCampaignStatisticsDao(); @SuppressWarnings("resource") CampaignStatisticsEventsDao getCampaignStatisticsEventsDao(); @SuppressWarnings("resource") CampaignStatisticsListDao getCampaignStatisticsListDao(); @SuppressWarnings("resource") CertificateEnrollmentDao getCertificateEnrollmentDao(); @SuppressWarnings("resource") CertificateEnrollmentListDao getCertificateEnrollmentListDao(); @SuppressWarnings("resource") CertificateIssuerConfigDao getCertificateIssuerConfigDao(); @SuppressWarnings("resource") CertificateIssuerConfigListDao getCertificateIssuerConfigListDao(); @SuppressWarnings("resource") CertificateIssuerDao getCertificateIssuerDao(); @SuppressWarnings("resource") CertificateIssuerListDao getCertificateIssuerListDao(); @Internal SdkContext getContext(); DaoProvider getDaoProvider(); @SuppressWarnings("resource") DarkThemeColorDao getDarkThemeColorDao(); @SuppressWarnings("resource") DarkThemeColorListDao getDarkThemeColorListDao(); @SuppressWarnings("resource") DarkThemeImageDao getDarkThemeImageDao(); @SuppressWarnings("resource") DarkThemeImageListDao getDarkThemeImageListDao(); @SuppressWarnings("resource") DeveloperCertificateDao getDeveloperCertificateDao(); @SuppressWarnings("resource") DeviceDao getDeviceDao(); @SuppressWarnings("resource") DeviceEnrollmentBulkCreateDao getDeviceEnrollmentBulkCreateDao(); @SuppressWarnings("resource") DeviceEnrollmentBulkDeleteDao getDeviceEnrollmentBulkDeleteDao(); @SuppressWarnings("resource") DeviceEnrollmentDao getDeviceEnrollmentDao(); @SuppressWarnings("resource") DeviceEnrollmentDenialDao getDeviceEnrollmentDenialDao(); @SuppressWarnings("resource") DeviceEnrollmentDenialListDao getDeviceEnrollmentDenialListDao(); @SuppressWarnings("resource") DeviceEnrollmentListDao getDeviceEnrollmentListDao(); @SuppressWarnings("resource") DeviceEventsDao getDeviceEventsDao(); @SuppressWarnings("resource") DeviceEventsListDao getDeviceEventsListDao(); @SuppressWarnings("resource") DeviceGroupDao getDeviceGroupDao(); @SuppressWarnings("resource") DeviceGroupListDao getDeviceGroupListDao(); @SuppressWarnings("resource") DeviceListDao getDeviceListDao(); @SuppressWarnings("resource") FirmwareImageDao getFirmwareImageDao(); @SuppressWarnings("resource") FirmwareImageListDao getFirmwareImageListDao(); @SuppressWarnings("resource") FirmwareManifestDao getFirmwareManifestDao(); @SuppressWarnings("resource") FirmwareManifestListDao getFirmwareManifestListDao(); @SuppressWarnings("resource") IdentityProviderDao getIdentityProviderDao(); @SuppressWarnings("resource") IdentityProviderListDao getIdentityProviderListDao(); @SuppressWarnings("resource") LightThemeColorDao getLightThemeColorDao(); @SuppressWarnings("resource") LightThemeColorListDao getLightThemeColorListDao(); @SuppressWarnings("resource") LightThemeImageDao getLightThemeImageDao(); @SuppressWarnings("resource") LightThemeImageListDao getLightThemeImageListDao(); @SuppressWarnings("resource") PolicyGroupDao getPolicyGroupDao(); @SuppressWarnings("resource") PolicyGroupListDao getPolicyGroupListDao(); @SuppressWarnings("resource") PreSharedKeyDao getPreSharedKeyDao(); @SuppressWarnings("resource") PreSharedKeyListDao getPreSharedKeyListDao(); @SuppressWarnings("resource") ServerCredentialsDao getServerCredentialsDao(); @SuppressWarnings("resource") SubtenantApiKeyDao getSubtenantApiKeyDao(); @SuppressWarnings("resource") SubtenantDarkThemeColorDao getSubtenantDarkThemeColorDao(); @SuppressWarnings("resource") SubtenantDarkThemeImageDao getSubtenantDarkThemeImageDao(); @SuppressWarnings("resource") SubtenantIdentityProviderDao getSubtenantIdentityProviderDao(); @SuppressWarnings("resource") SubtenantIdentityProviderListDao getSubtenantIdentityProviderListDao(); @SuppressWarnings("resource") SubtenantLightThemeColorDao getSubtenantLightThemeColorDao(); @SuppressWarnings("resource") SubtenantLightThemeImageDao getSubtenantLightThemeImageDao(); @SuppressWarnings("resource") SubtenantPolicyGroupDao getSubtenantPolicyGroupDao(); @SuppressWarnings("resource") SubtenantPolicyGroupListDao getSubtenantPolicyGroupListDao(); @SuppressWarnings("resource") SubtenantTrustedCertificateDao getSubtenantTrustedCertificateDao(); @SuppressWarnings("resource") SubtenantUserDao getSubtenantUserDao(); @SuppressWarnings("resource") SubtenantUserInvitationDao getSubtenantUserInvitationDao(); @SuppressWarnings("resource") TrustedCertificateDao getTrustedCertificateDao(); @SuppressWarnings("resource") TrustedCertificateListDao getTrustedCertificateListDao(); @SuppressWarnings("resource") UpdateCampaignDao getUpdateCampaignDao(); @SuppressWarnings("resource") UpdateCampaignListDao getUpdateCampaignListDao(); @SuppressWarnings("resource") UserDao getUserDao(); @SuppressWarnings("resource") UserInvitationDao getUserInvitationDao(); @SuppressWarnings("resource") UserInvitationListDao getUserInvitationListDao(); @SuppressWarnings("resource") UserListDao getUserListDao(); @Override int hashCode(); @Override String toString(); } | DaoFactory implements Cloneable { @Override public DaoFactory clone() { return new DaoFactory(this); } DaoFactory(SdkContext context); DaoFactory(); DaoFactory(DaoFactory daoFactory); @Override DaoFactory clone(); @Override boolean equals(Object obj); @SuppressWarnings("resource") AccountDao getAccountDao(); @SuppressWarnings("resource") AccountListDao getAccountListDao(); @SuppressWarnings("resource") ApiKeyDao getApiKeyDao(); @SuppressWarnings("resource") ApiKeyListDao getApiKeyListDao(); @SuppressWarnings("resource") CampaignDeviceMetadataDao getCampaignDeviceMetadataDao(); @SuppressWarnings("resource") CampaignStatisticsDao getCampaignStatisticsDao(); @SuppressWarnings("resource") CampaignStatisticsEventsDao getCampaignStatisticsEventsDao(); @SuppressWarnings("resource") CampaignStatisticsListDao getCampaignStatisticsListDao(); @SuppressWarnings("resource") CertificateEnrollmentDao getCertificateEnrollmentDao(); @SuppressWarnings("resource") CertificateEnrollmentListDao getCertificateEnrollmentListDao(); @SuppressWarnings("resource") CertificateIssuerConfigDao getCertificateIssuerConfigDao(); @SuppressWarnings("resource") CertificateIssuerConfigListDao getCertificateIssuerConfigListDao(); @SuppressWarnings("resource") CertificateIssuerDao getCertificateIssuerDao(); @SuppressWarnings("resource") CertificateIssuerListDao getCertificateIssuerListDao(); @Internal SdkContext getContext(); DaoProvider getDaoProvider(); @SuppressWarnings("resource") DarkThemeColorDao getDarkThemeColorDao(); @SuppressWarnings("resource") DarkThemeColorListDao getDarkThemeColorListDao(); @SuppressWarnings("resource") DarkThemeImageDao getDarkThemeImageDao(); @SuppressWarnings("resource") DarkThemeImageListDao getDarkThemeImageListDao(); @SuppressWarnings("resource") DeveloperCertificateDao getDeveloperCertificateDao(); @SuppressWarnings("resource") DeviceDao getDeviceDao(); @SuppressWarnings("resource") DeviceEnrollmentBulkCreateDao getDeviceEnrollmentBulkCreateDao(); @SuppressWarnings("resource") DeviceEnrollmentBulkDeleteDao getDeviceEnrollmentBulkDeleteDao(); @SuppressWarnings("resource") DeviceEnrollmentDao getDeviceEnrollmentDao(); @SuppressWarnings("resource") DeviceEnrollmentDenialDao getDeviceEnrollmentDenialDao(); @SuppressWarnings("resource") DeviceEnrollmentDenialListDao getDeviceEnrollmentDenialListDao(); @SuppressWarnings("resource") DeviceEnrollmentListDao getDeviceEnrollmentListDao(); @SuppressWarnings("resource") DeviceEventsDao getDeviceEventsDao(); @SuppressWarnings("resource") DeviceEventsListDao getDeviceEventsListDao(); @SuppressWarnings("resource") DeviceGroupDao getDeviceGroupDao(); @SuppressWarnings("resource") DeviceGroupListDao getDeviceGroupListDao(); @SuppressWarnings("resource") DeviceListDao getDeviceListDao(); @SuppressWarnings("resource") FirmwareImageDao getFirmwareImageDao(); @SuppressWarnings("resource") FirmwareImageListDao getFirmwareImageListDao(); @SuppressWarnings("resource") FirmwareManifestDao getFirmwareManifestDao(); @SuppressWarnings("resource") FirmwareManifestListDao getFirmwareManifestListDao(); @SuppressWarnings("resource") IdentityProviderDao getIdentityProviderDao(); @SuppressWarnings("resource") IdentityProviderListDao getIdentityProviderListDao(); @SuppressWarnings("resource") LightThemeColorDao getLightThemeColorDao(); @SuppressWarnings("resource") LightThemeColorListDao getLightThemeColorListDao(); @SuppressWarnings("resource") LightThemeImageDao getLightThemeImageDao(); @SuppressWarnings("resource") LightThemeImageListDao getLightThemeImageListDao(); @SuppressWarnings("resource") PolicyGroupDao getPolicyGroupDao(); @SuppressWarnings("resource") PolicyGroupListDao getPolicyGroupListDao(); @SuppressWarnings("resource") PreSharedKeyDao getPreSharedKeyDao(); @SuppressWarnings("resource") PreSharedKeyListDao getPreSharedKeyListDao(); @SuppressWarnings("resource") ServerCredentialsDao getServerCredentialsDao(); @SuppressWarnings("resource") SubtenantApiKeyDao getSubtenantApiKeyDao(); @SuppressWarnings("resource") SubtenantDarkThemeColorDao getSubtenantDarkThemeColorDao(); @SuppressWarnings("resource") SubtenantDarkThemeImageDao getSubtenantDarkThemeImageDao(); @SuppressWarnings("resource") SubtenantIdentityProviderDao getSubtenantIdentityProviderDao(); @SuppressWarnings("resource") SubtenantIdentityProviderListDao getSubtenantIdentityProviderListDao(); @SuppressWarnings("resource") SubtenantLightThemeColorDao getSubtenantLightThemeColorDao(); @SuppressWarnings("resource") SubtenantLightThemeImageDao getSubtenantLightThemeImageDao(); @SuppressWarnings("resource") SubtenantPolicyGroupDao getSubtenantPolicyGroupDao(); @SuppressWarnings("resource") SubtenantPolicyGroupListDao getSubtenantPolicyGroupListDao(); @SuppressWarnings("resource") SubtenantTrustedCertificateDao getSubtenantTrustedCertificateDao(); @SuppressWarnings("resource") SubtenantUserDao getSubtenantUserDao(); @SuppressWarnings("resource") SubtenantUserInvitationDao getSubtenantUserInvitationDao(); @SuppressWarnings("resource") TrustedCertificateDao getTrustedCertificateDao(); @SuppressWarnings("resource") TrustedCertificateListDao getTrustedCertificateListDao(); @SuppressWarnings("resource") UpdateCampaignDao getUpdateCampaignDao(); @SuppressWarnings("resource") UpdateCampaignListDao getUpdateCampaignListDao(); @SuppressWarnings("resource") UserDao getUserDao(); @SuppressWarnings("resource") UserInvitationDao getUserInvitationDao(); @SuppressWarnings("resource") UserInvitationListDao getUserInvitationListDao(); @SuppressWarnings("resource") UserListDao getUserListDao(); @Override int hashCode(); @Override String toString(); } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { DaoFactory daofactory1 = new DaoFactory((DaoFactory) null); DaoFactory daofactory2 = new DaoFactory((DaoFactory) null); assertNotNull(daofactory1); assertNotNull(daofactory2); assertNotSame(daofactory2, daofactory1); assertEquals(daofactory2, daofactory1); assertEquals(daofactory2.hashCode(), daofactory1.hashCode()); int hashCode = daofactory1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, daofactory1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public int hashCode() { final int prime = 31; int result = 1; result = prime * result + ((context == null) ? 0 : context.hashCode()); return result; } | DaoFactory implements Cloneable { @Override public int hashCode() { final int prime = 31; int result = 1; result = prime * result + ((context == null) ? 0 : context.hashCode()); return result; } } | DaoFactory implements Cloneable { @Override public int hashCode() { final int prime = 31; int result = 1; result = prime * result + ((context == null) ? 0 : context.hashCode()); return result; } DaoFactory(SdkContext context); DaoFactory(); DaoFactory(DaoFactory daoFactory); } | DaoFactory implements Cloneable { @Override public int hashCode() { final int prime = 31; int result = 1; result = prime * result + ((context == null) ? 0 : context.hashCode()); return result; } DaoFactory(SdkContext context); DaoFactory(); DaoFactory(DaoFactory daoFactory); @Override DaoFactory clone(); @Override boolean equals(Object obj); @SuppressWarnings("resource") AccountDao getAccountDao(); @SuppressWarnings("resource") AccountListDao getAccountListDao(); @SuppressWarnings("resource") ApiKeyDao getApiKeyDao(); @SuppressWarnings("resource") ApiKeyListDao getApiKeyListDao(); @SuppressWarnings("resource") CampaignDeviceMetadataDao getCampaignDeviceMetadataDao(); @SuppressWarnings("resource") CampaignStatisticsDao getCampaignStatisticsDao(); @SuppressWarnings("resource") CampaignStatisticsEventsDao getCampaignStatisticsEventsDao(); @SuppressWarnings("resource") CampaignStatisticsListDao getCampaignStatisticsListDao(); @SuppressWarnings("resource") CertificateEnrollmentDao getCertificateEnrollmentDao(); @SuppressWarnings("resource") CertificateEnrollmentListDao getCertificateEnrollmentListDao(); @SuppressWarnings("resource") CertificateIssuerConfigDao getCertificateIssuerConfigDao(); @SuppressWarnings("resource") CertificateIssuerConfigListDao getCertificateIssuerConfigListDao(); @SuppressWarnings("resource") CertificateIssuerDao getCertificateIssuerDao(); @SuppressWarnings("resource") CertificateIssuerListDao getCertificateIssuerListDao(); @Internal SdkContext getContext(); DaoProvider getDaoProvider(); @SuppressWarnings("resource") DarkThemeColorDao getDarkThemeColorDao(); @SuppressWarnings("resource") DarkThemeColorListDao getDarkThemeColorListDao(); @SuppressWarnings("resource") DarkThemeImageDao getDarkThemeImageDao(); @SuppressWarnings("resource") DarkThemeImageListDao getDarkThemeImageListDao(); @SuppressWarnings("resource") DeveloperCertificateDao getDeveloperCertificateDao(); @SuppressWarnings("resource") DeviceDao getDeviceDao(); @SuppressWarnings("resource") DeviceEnrollmentBulkCreateDao getDeviceEnrollmentBulkCreateDao(); @SuppressWarnings("resource") DeviceEnrollmentBulkDeleteDao getDeviceEnrollmentBulkDeleteDao(); @SuppressWarnings("resource") DeviceEnrollmentDao getDeviceEnrollmentDao(); @SuppressWarnings("resource") DeviceEnrollmentDenialDao getDeviceEnrollmentDenialDao(); @SuppressWarnings("resource") DeviceEnrollmentDenialListDao getDeviceEnrollmentDenialListDao(); @SuppressWarnings("resource") DeviceEnrollmentListDao getDeviceEnrollmentListDao(); @SuppressWarnings("resource") DeviceEventsDao getDeviceEventsDao(); @SuppressWarnings("resource") DeviceEventsListDao getDeviceEventsListDao(); @SuppressWarnings("resource") DeviceGroupDao getDeviceGroupDao(); @SuppressWarnings("resource") DeviceGroupListDao getDeviceGroupListDao(); @SuppressWarnings("resource") DeviceListDao getDeviceListDao(); @SuppressWarnings("resource") FirmwareImageDao getFirmwareImageDao(); @SuppressWarnings("resource") FirmwareImageListDao getFirmwareImageListDao(); @SuppressWarnings("resource") FirmwareManifestDao getFirmwareManifestDao(); @SuppressWarnings("resource") FirmwareManifestListDao getFirmwareManifestListDao(); @SuppressWarnings("resource") IdentityProviderDao getIdentityProviderDao(); @SuppressWarnings("resource") IdentityProviderListDao getIdentityProviderListDao(); @SuppressWarnings("resource") LightThemeColorDao getLightThemeColorDao(); @SuppressWarnings("resource") LightThemeColorListDao getLightThemeColorListDao(); @SuppressWarnings("resource") LightThemeImageDao getLightThemeImageDao(); @SuppressWarnings("resource") LightThemeImageListDao getLightThemeImageListDao(); @SuppressWarnings("resource") PolicyGroupDao getPolicyGroupDao(); @SuppressWarnings("resource") PolicyGroupListDao getPolicyGroupListDao(); @SuppressWarnings("resource") PreSharedKeyDao getPreSharedKeyDao(); @SuppressWarnings("resource") PreSharedKeyListDao getPreSharedKeyListDao(); @SuppressWarnings("resource") ServerCredentialsDao getServerCredentialsDao(); @SuppressWarnings("resource") SubtenantApiKeyDao getSubtenantApiKeyDao(); @SuppressWarnings("resource") SubtenantDarkThemeColorDao getSubtenantDarkThemeColorDao(); @SuppressWarnings("resource") SubtenantDarkThemeImageDao getSubtenantDarkThemeImageDao(); @SuppressWarnings("resource") SubtenantIdentityProviderDao getSubtenantIdentityProviderDao(); @SuppressWarnings("resource") SubtenantIdentityProviderListDao getSubtenantIdentityProviderListDao(); @SuppressWarnings("resource") SubtenantLightThemeColorDao getSubtenantLightThemeColorDao(); @SuppressWarnings("resource") SubtenantLightThemeImageDao getSubtenantLightThemeImageDao(); @SuppressWarnings("resource") SubtenantPolicyGroupDao getSubtenantPolicyGroupDao(); @SuppressWarnings("resource") SubtenantPolicyGroupListDao getSubtenantPolicyGroupListDao(); @SuppressWarnings("resource") SubtenantTrustedCertificateDao getSubtenantTrustedCertificateDao(); @SuppressWarnings("resource") SubtenantUserDao getSubtenantUserDao(); @SuppressWarnings("resource") SubtenantUserInvitationDao getSubtenantUserInvitationDao(); @SuppressWarnings("resource") TrustedCertificateDao getTrustedCertificateDao(); @SuppressWarnings("resource") TrustedCertificateListDao getTrustedCertificateListDao(); @SuppressWarnings("resource") UpdateCampaignDao getUpdateCampaignDao(); @SuppressWarnings("resource") UpdateCampaignListDao getUpdateCampaignListDao(); @SuppressWarnings("resource") UserDao getUserDao(); @SuppressWarnings("resource") UserInvitationDao getUserInvitationDao(); @SuppressWarnings("resource") UserInvitationListDao getUserInvitationListDao(); @SuppressWarnings("resource") UserListDao getUserListDao(); @Override int hashCode(); @Override String toString(); } | DaoFactory implements Cloneable { @Override public int hashCode() { final int prime = 31; int result = 1; result = prime * result + ((context == null) ? 0 : context.hashCode()); return result; } DaoFactory(SdkContext context); DaoFactory(); DaoFactory(DaoFactory daoFactory); @Override DaoFactory clone(); @Override boolean equals(Object obj); @SuppressWarnings("resource") AccountDao getAccountDao(); @SuppressWarnings("resource") AccountListDao getAccountListDao(); @SuppressWarnings("resource") ApiKeyDao getApiKeyDao(); @SuppressWarnings("resource") ApiKeyListDao getApiKeyListDao(); @SuppressWarnings("resource") CampaignDeviceMetadataDao getCampaignDeviceMetadataDao(); @SuppressWarnings("resource") CampaignStatisticsDao getCampaignStatisticsDao(); @SuppressWarnings("resource") CampaignStatisticsEventsDao getCampaignStatisticsEventsDao(); @SuppressWarnings("resource") CampaignStatisticsListDao getCampaignStatisticsListDao(); @SuppressWarnings("resource") CertificateEnrollmentDao getCertificateEnrollmentDao(); @SuppressWarnings("resource") CertificateEnrollmentListDao getCertificateEnrollmentListDao(); @SuppressWarnings("resource") CertificateIssuerConfigDao getCertificateIssuerConfigDao(); @SuppressWarnings("resource") CertificateIssuerConfigListDao getCertificateIssuerConfigListDao(); @SuppressWarnings("resource") CertificateIssuerDao getCertificateIssuerDao(); @SuppressWarnings("resource") CertificateIssuerListDao getCertificateIssuerListDao(); @Internal SdkContext getContext(); DaoProvider getDaoProvider(); @SuppressWarnings("resource") DarkThemeColorDao getDarkThemeColorDao(); @SuppressWarnings("resource") DarkThemeColorListDao getDarkThemeColorListDao(); @SuppressWarnings("resource") DarkThemeImageDao getDarkThemeImageDao(); @SuppressWarnings("resource") DarkThemeImageListDao getDarkThemeImageListDao(); @SuppressWarnings("resource") DeveloperCertificateDao getDeveloperCertificateDao(); @SuppressWarnings("resource") DeviceDao getDeviceDao(); @SuppressWarnings("resource") DeviceEnrollmentBulkCreateDao getDeviceEnrollmentBulkCreateDao(); @SuppressWarnings("resource") DeviceEnrollmentBulkDeleteDao getDeviceEnrollmentBulkDeleteDao(); @SuppressWarnings("resource") DeviceEnrollmentDao getDeviceEnrollmentDao(); @SuppressWarnings("resource") DeviceEnrollmentDenialDao getDeviceEnrollmentDenialDao(); @SuppressWarnings("resource") DeviceEnrollmentDenialListDao getDeviceEnrollmentDenialListDao(); @SuppressWarnings("resource") DeviceEnrollmentListDao getDeviceEnrollmentListDao(); @SuppressWarnings("resource") DeviceEventsDao getDeviceEventsDao(); @SuppressWarnings("resource") DeviceEventsListDao getDeviceEventsListDao(); @SuppressWarnings("resource") DeviceGroupDao getDeviceGroupDao(); @SuppressWarnings("resource") DeviceGroupListDao getDeviceGroupListDao(); @SuppressWarnings("resource") DeviceListDao getDeviceListDao(); @SuppressWarnings("resource") FirmwareImageDao getFirmwareImageDao(); @SuppressWarnings("resource") FirmwareImageListDao getFirmwareImageListDao(); @SuppressWarnings("resource") FirmwareManifestDao getFirmwareManifestDao(); @SuppressWarnings("resource") FirmwareManifestListDao getFirmwareManifestListDao(); @SuppressWarnings("resource") IdentityProviderDao getIdentityProviderDao(); @SuppressWarnings("resource") IdentityProviderListDao getIdentityProviderListDao(); @SuppressWarnings("resource") LightThemeColorDao getLightThemeColorDao(); @SuppressWarnings("resource") LightThemeColorListDao getLightThemeColorListDao(); @SuppressWarnings("resource") LightThemeImageDao getLightThemeImageDao(); @SuppressWarnings("resource") LightThemeImageListDao getLightThemeImageListDao(); @SuppressWarnings("resource") PolicyGroupDao getPolicyGroupDao(); @SuppressWarnings("resource") PolicyGroupListDao getPolicyGroupListDao(); @SuppressWarnings("resource") PreSharedKeyDao getPreSharedKeyDao(); @SuppressWarnings("resource") PreSharedKeyListDao getPreSharedKeyListDao(); @SuppressWarnings("resource") ServerCredentialsDao getServerCredentialsDao(); @SuppressWarnings("resource") SubtenantApiKeyDao getSubtenantApiKeyDao(); @SuppressWarnings("resource") SubtenantDarkThemeColorDao getSubtenantDarkThemeColorDao(); @SuppressWarnings("resource") SubtenantDarkThemeImageDao getSubtenantDarkThemeImageDao(); @SuppressWarnings("resource") SubtenantIdentityProviderDao getSubtenantIdentityProviderDao(); @SuppressWarnings("resource") SubtenantIdentityProviderListDao getSubtenantIdentityProviderListDao(); @SuppressWarnings("resource") SubtenantLightThemeColorDao getSubtenantLightThemeColorDao(); @SuppressWarnings("resource") SubtenantLightThemeImageDao getSubtenantLightThemeImageDao(); @SuppressWarnings("resource") SubtenantPolicyGroupDao getSubtenantPolicyGroupDao(); @SuppressWarnings("resource") SubtenantPolicyGroupListDao getSubtenantPolicyGroupListDao(); @SuppressWarnings("resource") SubtenantTrustedCertificateDao getSubtenantTrustedCertificateDao(); @SuppressWarnings("resource") SubtenantUserDao getSubtenantUserDao(); @SuppressWarnings("resource") SubtenantUserInvitationDao getSubtenantUserInvitationDao(); @SuppressWarnings("resource") TrustedCertificateDao getTrustedCertificateDao(); @SuppressWarnings("resource") TrustedCertificateListDao getTrustedCertificateListDao(); @SuppressWarnings("resource") UpdateCampaignDao getUpdateCampaignDao(); @SuppressWarnings("resource") UpdateCampaignListDao getUpdateCampaignListDao(); @SuppressWarnings("resource") UserDao getUserDao(); @SuppressWarnings("resource") UserInvitationDao getUserInvitationDao(); @SuppressWarnings("resource") UserInvitationListDao getUserInvitationListDao(); @SuppressWarnings("resource") UserListDao getUserListDao(); @Override int hashCode(); @Override String toString(); } |
@Test public void testParseList() { String entry = "/3/0/13\n/3/0/18\n/3/0/21"; List<String> list = TranslationUtils.parseList(entry, "\n"); assertNotNull(list); assertEquals(3, list.size()); assertEquals("/3/0/13", list.get(0)); assertEquals("/3/0/18", list.get(1)); assertEquals("/3/0/21", list.get(2)); entry = "/3/0/13"; list = TranslationUtils.parseList(entry, "\n"); assertNotNull(list); assertEquals(1, list.size()); assertEquals("/3/0/13", list.get(0)); } | public static List<String> parseList(String string, String separator) { if (string == null || separator == null) { return null; } return Arrays.asList(string.split(separator)); } | TranslationUtils { public static List<String> parseList(String string, String separator) { if (string == null || separator == null) { return null; } return Arrays.asList(string.split(separator)); } } | TranslationUtils { public static List<String> parseList(String string, String separator) { if (string == null || separator == null) { return null; } return Arrays.asList(string.split(separator)); } private TranslationUtils(); } | TranslationUtils { public static List<String> parseList(String string, String separator) { if (string == null || separator == null) { return null; } return Arrays.asList(string.split(separator)); } private TranslationUtils(); static Date toDate(DateTime date); static Date toDate(LocalDate ldate); static Date toDate(Calendar date); static Date toDate(Number timestamp); static Date toDate(Number timestamp, TimeUnit unit); static DateTime toDateTime(Date date); static LocalDate toLocalDate(Date date); static DataFile toDataFile(File file); static DataFile toDataFile(String filePath); static long toLong(Number longE); static long toLong(Date value); static long toLong(String value); static long toLong(Number longE, long defaultValue); static long toLong(Date value, long defaultValue); static long toLong(String stringContainingANumber, long defaultValue); static int toInt(Number number); static int toInt(String value); static int toInt(Number integer, int defaultV); static int toInt(String value, int defaultV); static Integer toInteger(String value, Integer defaultV); static boolean toBool(Boolean bool); static boolean toBool(String value); static boolean toBool(Boolean bool, boolean defaultB); static boolean toBool(String value, boolean defaultV); static double toDouble(Number value); static double toDouble(String value); static double toDouble(Number value, double defaultD); static double toDouble(String value, double defaultD); static URL toUrl(String url); static String toString(Object obj); static Base64 toBase64(Object obj); static byte[] toByteArray(Object obj); static synchronized Date convertTimestamp(String timestamp); static synchronized Date convertTimestamp(String timestamp, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format); static synchronized Date convertRfc3339Timestamp(String timestamp); static synchronized Date convertRfc3339Timestamp(String timestamp, Date defaultDate); static synchronized String toDefaultTimestamp(Date date); static synchronized String toRfc3339Timestamp(Date date); static String toTimestamp(Date date, DateFormat format); static List<String> parseList(String string, String separator); static DateTime moveToUtc(Date date); static Date moveDateTimeToUtc(Date date); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); } | TranslationUtils { public static List<String> parseList(String string, String separator) { if (string == null || separator == null) { return null; } return Arrays.asList(string.split(separator)); } private TranslationUtils(); static Date toDate(DateTime date); static Date toDate(LocalDate ldate); static Date toDate(Calendar date); static Date toDate(Number timestamp); static Date toDate(Number timestamp, TimeUnit unit); static DateTime toDateTime(Date date); static LocalDate toLocalDate(Date date); static DataFile toDataFile(File file); static DataFile toDataFile(String filePath); static long toLong(Number longE); static long toLong(Date value); static long toLong(String value); static long toLong(Number longE, long defaultValue); static long toLong(Date value, long defaultValue); static long toLong(String stringContainingANumber, long defaultValue); static int toInt(Number number); static int toInt(String value); static int toInt(Number integer, int defaultV); static int toInt(String value, int defaultV); static Integer toInteger(String value, Integer defaultV); static boolean toBool(Boolean bool); static boolean toBool(String value); static boolean toBool(Boolean bool, boolean defaultB); static boolean toBool(String value, boolean defaultV); static double toDouble(Number value); static double toDouble(String value); static double toDouble(Number value, double defaultD); static double toDouble(String value, double defaultD); static URL toUrl(String url); static String toString(Object obj); static Base64 toBase64(Object obj); static byte[] toByteArray(Object obj); static synchronized Date convertTimestamp(String timestamp); static synchronized Date convertTimestamp(String timestamp, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format, Date defaultDate); static synchronized Date convertTimestamp(String timestamp, DateFormat format); static synchronized Date convertRfc3339Timestamp(String timestamp); static synchronized Date convertRfc3339Timestamp(String timestamp, Date defaultDate); static synchronized String toDefaultTimestamp(Date date); static synchronized String toRfc3339Timestamp(Date date); static String toTimestamp(Date date, DateFormat format); static List<String> parseList(String string, String separator); static DateTime moveToUtc(Date date); static Date moveDateTimeToUtc(Date date); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); static final String METHOD_CONVERT_STRING_TO_DATE; static final String METHOD_CONVERT_OTHER_TO_DATE; static final String METHOD_CONVERT_DATE_TO_DATETIME; static final String METHOD_CONVERT_DATE_TO_LOCALDATE; static final String METHOD_CONVERT_DATE_TO_STRING; static final String METHOD_CONVERT_STRING_TO_URL; static final String METHOD_CONVERT_BOOL_TO_BOOL; static final String METHOD_CONVERT_NUMBER_TO_LONG; static final String METHOD_CONVERT_NUMBER_TO_INT; static final String METHOD_CONVERT_NUMBER_TO_DOUBLE; static final String METHOD_CONVERT_ANY_TO_STRING; static final String METHOD_CONVERT_ANY_TO_BYTE_ARRAY; static final String METHOD_CONVERT_ANY_TO_BASE64; static final String METHOD_CONVERT_TO_DATA_FILE; } |
@SuppressWarnings("resource") @Test public void testEquals() { try { DaoFactory daofactory1 = new DaoFactory((DaoFactory) null); DaoFactory daofactory2 = new DaoFactory((DaoFactory) null); assertNotNull(daofactory1); assertNotNull(daofactory2); assertNotSame(daofactory2, daofactory1); assertEquals(daofactory2, daofactory1); assertEquals(daofactory2, daofactory1); assertEquals(daofactory1, daofactory2); assertEquals(daofactory1, daofactory1); assertFalse(daofactory1.equals(null)); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!(obj instanceof DaoFactory)) { return false; } final DaoFactory other = (DaoFactory) obj; if (!other.canEqual(this)) { return false; } if (context == null) { if (other.context != null) { return false; } } else if (!context.equals(other.context)) { return false; } return true; } | DaoFactory implements Cloneable { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!(obj instanceof DaoFactory)) { return false; } final DaoFactory other = (DaoFactory) obj; if (!other.canEqual(this)) { return false; } if (context == null) { if (other.context != null) { return false; } } else if (!context.equals(other.context)) { return false; } return true; } } | DaoFactory implements Cloneable { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!(obj instanceof DaoFactory)) { return false; } final DaoFactory other = (DaoFactory) obj; if (!other.canEqual(this)) { return false; } if (context == null) { if (other.context != null) { return false; } } else if (!context.equals(other.context)) { return false; } return true; } DaoFactory(SdkContext context); DaoFactory(); DaoFactory(DaoFactory daoFactory); } | DaoFactory implements Cloneable { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!(obj instanceof DaoFactory)) { return false; } final DaoFactory other = (DaoFactory) obj; if (!other.canEqual(this)) { return false; } if (context == null) { if (other.context != null) { return false; } } else if (!context.equals(other.context)) { return false; } return true; } DaoFactory(SdkContext context); DaoFactory(); DaoFactory(DaoFactory daoFactory); @Override DaoFactory clone(); @Override boolean equals(Object obj); @SuppressWarnings("resource") AccountDao getAccountDao(); @SuppressWarnings("resource") AccountListDao getAccountListDao(); @SuppressWarnings("resource") ApiKeyDao getApiKeyDao(); @SuppressWarnings("resource") ApiKeyListDao getApiKeyListDao(); @SuppressWarnings("resource") CampaignDeviceMetadataDao getCampaignDeviceMetadataDao(); @SuppressWarnings("resource") CampaignStatisticsDao getCampaignStatisticsDao(); @SuppressWarnings("resource") CampaignStatisticsEventsDao getCampaignStatisticsEventsDao(); @SuppressWarnings("resource") CampaignStatisticsListDao getCampaignStatisticsListDao(); @SuppressWarnings("resource") CertificateEnrollmentDao getCertificateEnrollmentDao(); @SuppressWarnings("resource") CertificateEnrollmentListDao getCertificateEnrollmentListDao(); @SuppressWarnings("resource") CertificateIssuerConfigDao getCertificateIssuerConfigDao(); @SuppressWarnings("resource") CertificateIssuerConfigListDao getCertificateIssuerConfigListDao(); @SuppressWarnings("resource") CertificateIssuerDao getCertificateIssuerDao(); @SuppressWarnings("resource") CertificateIssuerListDao getCertificateIssuerListDao(); @Internal SdkContext getContext(); DaoProvider getDaoProvider(); @SuppressWarnings("resource") DarkThemeColorDao getDarkThemeColorDao(); @SuppressWarnings("resource") DarkThemeColorListDao getDarkThemeColorListDao(); @SuppressWarnings("resource") DarkThemeImageDao getDarkThemeImageDao(); @SuppressWarnings("resource") DarkThemeImageListDao getDarkThemeImageListDao(); @SuppressWarnings("resource") DeveloperCertificateDao getDeveloperCertificateDao(); @SuppressWarnings("resource") DeviceDao getDeviceDao(); @SuppressWarnings("resource") DeviceEnrollmentBulkCreateDao getDeviceEnrollmentBulkCreateDao(); @SuppressWarnings("resource") DeviceEnrollmentBulkDeleteDao getDeviceEnrollmentBulkDeleteDao(); @SuppressWarnings("resource") DeviceEnrollmentDao getDeviceEnrollmentDao(); @SuppressWarnings("resource") DeviceEnrollmentDenialDao getDeviceEnrollmentDenialDao(); @SuppressWarnings("resource") DeviceEnrollmentDenialListDao getDeviceEnrollmentDenialListDao(); @SuppressWarnings("resource") DeviceEnrollmentListDao getDeviceEnrollmentListDao(); @SuppressWarnings("resource") DeviceEventsDao getDeviceEventsDao(); @SuppressWarnings("resource") DeviceEventsListDao getDeviceEventsListDao(); @SuppressWarnings("resource") DeviceGroupDao getDeviceGroupDao(); @SuppressWarnings("resource") DeviceGroupListDao getDeviceGroupListDao(); @SuppressWarnings("resource") DeviceListDao getDeviceListDao(); @SuppressWarnings("resource") FirmwareImageDao getFirmwareImageDao(); @SuppressWarnings("resource") FirmwareImageListDao getFirmwareImageListDao(); @SuppressWarnings("resource") FirmwareManifestDao getFirmwareManifestDao(); @SuppressWarnings("resource") FirmwareManifestListDao getFirmwareManifestListDao(); @SuppressWarnings("resource") IdentityProviderDao getIdentityProviderDao(); @SuppressWarnings("resource") IdentityProviderListDao getIdentityProviderListDao(); @SuppressWarnings("resource") LightThemeColorDao getLightThemeColorDao(); @SuppressWarnings("resource") LightThemeColorListDao getLightThemeColorListDao(); @SuppressWarnings("resource") LightThemeImageDao getLightThemeImageDao(); @SuppressWarnings("resource") LightThemeImageListDao getLightThemeImageListDao(); @SuppressWarnings("resource") PolicyGroupDao getPolicyGroupDao(); @SuppressWarnings("resource") PolicyGroupListDao getPolicyGroupListDao(); @SuppressWarnings("resource") PreSharedKeyDao getPreSharedKeyDao(); @SuppressWarnings("resource") PreSharedKeyListDao getPreSharedKeyListDao(); @SuppressWarnings("resource") ServerCredentialsDao getServerCredentialsDao(); @SuppressWarnings("resource") SubtenantApiKeyDao getSubtenantApiKeyDao(); @SuppressWarnings("resource") SubtenantDarkThemeColorDao getSubtenantDarkThemeColorDao(); @SuppressWarnings("resource") SubtenantDarkThemeImageDao getSubtenantDarkThemeImageDao(); @SuppressWarnings("resource") SubtenantIdentityProviderDao getSubtenantIdentityProviderDao(); @SuppressWarnings("resource") SubtenantIdentityProviderListDao getSubtenantIdentityProviderListDao(); @SuppressWarnings("resource") SubtenantLightThemeColorDao getSubtenantLightThemeColorDao(); @SuppressWarnings("resource") SubtenantLightThemeImageDao getSubtenantLightThemeImageDao(); @SuppressWarnings("resource") SubtenantPolicyGroupDao getSubtenantPolicyGroupDao(); @SuppressWarnings("resource") SubtenantPolicyGroupListDao getSubtenantPolicyGroupListDao(); @SuppressWarnings("resource") SubtenantTrustedCertificateDao getSubtenantTrustedCertificateDao(); @SuppressWarnings("resource") SubtenantUserDao getSubtenantUserDao(); @SuppressWarnings("resource") SubtenantUserInvitationDao getSubtenantUserInvitationDao(); @SuppressWarnings("resource") TrustedCertificateDao getTrustedCertificateDao(); @SuppressWarnings("resource") TrustedCertificateListDao getTrustedCertificateListDao(); @SuppressWarnings("resource") UpdateCampaignDao getUpdateCampaignDao(); @SuppressWarnings("resource") UpdateCampaignListDao getUpdateCampaignListDao(); @SuppressWarnings("resource") UserDao getUserDao(); @SuppressWarnings("resource") UserInvitationDao getUserInvitationDao(); @SuppressWarnings("resource") UserInvitationListDao getUserInvitationListDao(); @SuppressWarnings("resource") UserListDao getUserListDao(); @Override int hashCode(); @Override String toString(); } | DaoFactory implements Cloneable { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!(obj instanceof DaoFactory)) { return false; } final DaoFactory other = (DaoFactory) obj; if (!other.canEqual(this)) { return false; } if (context == null) { if (other.context != null) { return false; } } else if (!context.equals(other.context)) { return false; } return true; } DaoFactory(SdkContext context); DaoFactory(); DaoFactory(DaoFactory daoFactory); @Override DaoFactory clone(); @Override boolean equals(Object obj); @SuppressWarnings("resource") AccountDao getAccountDao(); @SuppressWarnings("resource") AccountListDao getAccountListDao(); @SuppressWarnings("resource") ApiKeyDao getApiKeyDao(); @SuppressWarnings("resource") ApiKeyListDao getApiKeyListDao(); @SuppressWarnings("resource") CampaignDeviceMetadataDao getCampaignDeviceMetadataDao(); @SuppressWarnings("resource") CampaignStatisticsDao getCampaignStatisticsDao(); @SuppressWarnings("resource") CampaignStatisticsEventsDao getCampaignStatisticsEventsDao(); @SuppressWarnings("resource") CampaignStatisticsListDao getCampaignStatisticsListDao(); @SuppressWarnings("resource") CertificateEnrollmentDao getCertificateEnrollmentDao(); @SuppressWarnings("resource") CertificateEnrollmentListDao getCertificateEnrollmentListDao(); @SuppressWarnings("resource") CertificateIssuerConfigDao getCertificateIssuerConfigDao(); @SuppressWarnings("resource") CertificateIssuerConfigListDao getCertificateIssuerConfigListDao(); @SuppressWarnings("resource") CertificateIssuerDao getCertificateIssuerDao(); @SuppressWarnings("resource") CertificateIssuerListDao getCertificateIssuerListDao(); @Internal SdkContext getContext(); DaoProvider getDaoProvider(); @SuppressWarnings("resource") DarkThemeColorDao getDarkThemeColorDao(); @SuppressWarnings("resource") DarkThemeColorListDao getDarkThemeColorListDao(); @SuppressWarnings("resource") DarkThemeImageDao getDarkThemeImageDao(); @SuppressWarnings("resource") DarkThemeImageListDao getDarkThemeImageListDao(); @SuppressWarnings("resource") DeveloperCertificateDao getDeveloperCertificateDao(); @SuppressWarnings("resource") DeviceDao getDeviceDao(); @SuppressWarnings("resource") DeviceEnrollmentBulkCreateDao getDeviceEnrollmentBulkCreateDao(); @SuppressWarnings("resource") DeviceEnrollmentBulkDeleteDao getDeviceEnrollmentBulkDeleteDao(); @SuppressWarnings("resource") DeviceEnrollmentDao getDeviceEnrollmentDao(); @SuppressWarnings("resource") DeviceEnrollmentDenialDao getDeviceEnrollmentDenialDao(); @SuppressWarnings("resource") DeviceEnrollmentDenialListDao getDeviceEnrollmentDenialListDao(); @SuppressWarnings("resource") DeviceEnrollmentListDao getDeviceEnrollmentListDao(); @SuppressWarnings("resource") DeviceEventsDao getDeviceEventsDao(); @SuppressWarnings("resource") DeviceEventsListDao getDeviceEventsListDao(); @SuppressWarnings("resource") DeviceGroupDao getDeviceGroupDao(); @SuppressWarnings("resource") DeviceGroupListDao getDeviceGroupListDao(); @SuppressWarnings("resource") DeviceListDao getDeviceListDao(); @SuppressWarnings("resource") FirmwareImageDao getFirmwareImageDao(); @SuppressWarnings("resource") FirmwareImageListDao getFirmwareImageListDao(); @SuppressWarnings("resource") FirmwareManifestDao getFirmwareManifestDao(); @SuppressWarnings("resource") FirmwareManifestListDao getFirmwareManifestListDao(); @SuppressWarnings("resource") IdentityProviderDao getIdentityProviderDao(); @SuppressWarnings("resource") IdentityProviderListDao getIdentityProviderListDao(); @SuppressWarnings("resource") LightThemeColorDao getLightThemeColorDao(); @SuppressWarnings("resource") LightThemeColorListDao getLightThemeColorListDao(); @SuppressWarnings("resource") LightThemeImageDao getLightThemeImageDao(); @SuppressWarnings("resource") LightThemeImageListDao getLightThemeImageListDao(); @SuppressWarnings("resource") PolicyGroupDao getPolicyGroupDao(); @SuppressWarnings("resource") PolicyGroupListDao getPolicyGroupListDao(); @SuppressWarnings("resource") PreSharedKeyDao getPreSharedKeyDao(); @SuppressWarnings("resource") PreSharedKeyListDao getPreSharedKeyListDao(); @SuppressWarnings("resource") ServerCredentialsDao getServerCredentialsDao(); @SuppressWarnings("resource") SubtenantApiKeyDao getSubtenantApiKeyDao(); @SuppressWarnings("resource") SubtenantDarkThemeColorDao getSubtenantDarkThemeColorDao(); @SuppressWarnings("resource") SubtenantDarkThemeImageDao getSubtenantDarkThemeImageDao(); @SuppressWarnings("resource") SubtenantIdentityProviderDao getSubtenantIdentityProviderDao(); @SuppressWarnings("resource") SubtenantIdentityProviderListDao getSubtenantIdentityProviderListDao(); @SuppressWarnings("resource") SubtenantLightThemeColorDao getSubtenantLightThemeColorDao(); @SuppressWarnings("resource") SubtenantLightThemeImageDao getSubtenantLightThemeImageDao(); @SuppressWarnings("resource") SubtenantPolicyGroupDao getSubtenantPolicyGroupDao(); @SuppressWarnings("resource") SubtenantPolicyGroupListDao getSubtenantPolicyGroupListDao(); @SuppressWarnings("resource") SubtenantTrustedCertificateDao getSubtenantTrustedCertificateDao(); @SuppressWarnings("resource") SubtenantUserDao getSubtenantUserDao(); @SuppressWarnings("resource") SubtenantUserInvitationDao getSubtenantUserInvitationDao(); @SuppressWarnings("resource") TrustedCertificateDao getTrustedCertificateDao(); @SuppressWarnings("resource") TrustedCertificateListDao getTrustedCertificateListDao(); @SuppressWarnings("resource") UpdateCampaignDao getUpdateCampaignDao(); @SuppressWarnings("resource") UpdateCampaignListDao getUpdateCampaignListDao(); @SuppressWarnings("resource") UserDao getUserDao(); @SuppressWarnings("resource") UserInvitationDao getUserInvitationDao(); @SuppressWarnings("resource") UserInvitationListDao getUserInvitationListDao(); @SuppressWarnings("resource") UserListDao getUserListDao(); @Override int hashCode(); @Override String toString(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { FirmwareManifestListOptions firmwaremanifestlistoptions1 = new FirmwareManifestListOptions(Integer.valueOf(-74), Long.valueOf(-24), Order.getDefault(), "b8625a0a-a54f-44d3-a48d-942e761f8050", null, null); FirmwareManifestListOptions firmwaremanifestlistoptions2 = firmwaremanifestlistoptions1.clone(); assertNotNull(firmwaremanifestlistoptions1); assertNotNull(firmwaremanifestlistoptions2); assertNotSame(firmwaremanifestlistoptions2, firmwaremanifestlistoptions1); assertEquals(firmwaremanifestlistoptions2, firmwaremanifestlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public FirmwareManifestListOptions clone() { final FirmwareManifestListOptions opt = new FirmwareManifestListOptions(); opt.setOptions(this); return opt; } | FirmwareManifestListOptions extends ListOptions { @Override public FirmwareManifestListOptions clone() { final FirmwareManifestListOptions opt = new FirmwareManifestListOptions(); opt.setOptions(this); return opt; } } | FirmwareManifestListOptions extends ListOptions { @Override public FirmwareManifestListOptions clone() { final FirmwareManifestListOptions opt = new FirmwareManifestListOptions(); opt.setOptions(this); return opt; } @Internal FirmwareManifestListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareManifestListOptions(FirmwareManifestListOptions firmwareManifestListOptions); FirmwareManifestListOptions(); @Internal FirmwareManifestListOptions(String after, Filters filter); } | FirmwareManifestListOptions extends ListOptions { @Override public FirmwareManifestListOptions clone() { final FirmwareManifestListOptions opt = new FirmwareManifestListOptions(); opt.setOptions(this); return opt; } @Internal FirmwareManifestListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareManifestListOptions(FirmwareManifestListOptions firmwareManifestListOptions); FirmwareManifestListOptions(); @Internal FirmwareManifestListOptions(String after, Filters filter); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getDatafileUrlFilters(); void addEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T equalToDatafileUrl(String filterByDatafileUrl); void addNotEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notEqualToDatafileUrl(String filterByDatafileUrl); void addInDatafileUrlsFilter(String filterByDatafileUrl); void addInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String... filterByDatafileUrl); void addNotInDatafileUrlsFilter(String filterByDatafileUrl); void addNotInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addNotInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String... filterByDatafileUrl); List<Filter> getDatafileSizeFilters(); void addEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T equalToDatafileSize(long filterByDatafileSize); void addNotEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T notEqualToDatafileSize(long filterByDatafileSize); void addInDatafileSizesFilter(String filterByDatafileSize); void addInDatafileSizesFilter(List<Long> filterByDatafileSize); void addInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(Long... filterByDatafileSize); void addNotInDatafileSizesFilter(String filterByDatafileSize); void addNotInDatafileSizesFilter(List<Long> filterByDatafileSize); void addNotInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(Long... filterByDatafileSize); List<Filter> getDeviceClassFilters(); void addEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T equalToDeviceClass(String filterByDeviceClass); void addNotEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T notEqualToDeviceClass(String filterByDeviceClass); void addInDeviceClassFilter(String filterByDeviceClass); void addInDeviceClassFilter(List<String> filterByDeviceClass); void addInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String... filterByDeviceClass); void addNotInDeviceClassFilter(String filterByDeviceClass); void addNotInDeviceClassFilter(List<String> filterByDeviceClass); void addNotInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String... filterByDeviceClass); List<Filter> getTimestampFilters(); void addInTimestampsFilter(String filterByTimestamp); void addInTimestampsFilter(List<Date> filterByTimestamp); void addInTimestampsFilter(Date... filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(String filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(List<Date> filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(Date... filterByTimestamp); void addNotInTimestampsFilter(String filterByTimestamp); void addNotInTimestampsFilter(List<Date> filterByTimestamp); void addNotInTimestampsFilter(Date... filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(String filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(List<Date> filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(Date... filterByTimestamp); void addLessThanTimestampFilter(Date filterByTimestamp); @SuppressWarnings("unchecked") T lessThanTimestamp(Date filterByTimestamp); void addGreaterThanTimestampFilter(Date filterByTimestamp); @SuppressWarnings("unchecked") T greaterThanTimestamp(Date filterByTimestamp); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); @Override String toString(); @Override FirmwareManifestListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | FirmwareManifestListOptions extends ListOptions { @Override public FirmwareManifestListOptions clone() { final FirmwareManifestListOptions opt = new FirmwareManifestListOptions(); opt.setOptions(this); return opt; } @Internal FirmwareManifestListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareManifestListOptions(FirmwareManifestListOptions firmwareManifestListOptions); FirmwareManifestListOptions(); @Internal FirmwareManifestListOptions(String after, Filters filter); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getDatafileUrlFilters(); void addEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T equalToDatafileUrl(String filterByDatafileUrl); void addNotEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notEqualToDatafileUrl(String filterByDatafileUrl); void addInDatafileUrlsFilter(String filterByDatafileUrl); void addInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String... filterByDatafileUrl); void addNotInDatafileUrlsFilter(String filterByDatafileUrl); void addNotInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addNotInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String... filterByDatafileUrl); List<Filter> getDatafileSizeFilters(); void addEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T equalToDatafileSize(long filterByDatafileSize); void addNotEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T notEqualToDatafileSize(long filterByDatafileSize); void addInDatafileSizesFilter(String filterByDatafileSize); void addInDatafileSizesFilter(List<Long> filterByDatafileSize); void addInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(Long... filterByDatafileSize); void addNotInDatafileSizesFilter(String filterByDatafileSize); void addNotInDatafileSizesFilter(List<Long> filterByDatafileSize); void addNotInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(Long... filterByDatafileSize); List<Filter> getDeviceClassFilters(); void addEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T equalToDeviceClass(String filterByDeviceClass); void addNotEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T notEqualToDeviceClass(String filterByDeviceClass); void addInDeviceClassFilter(String filterByDeviceClass); void addInDeviceClassFilter(List<String> filterByDeviceClass); void addInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String... filterByDeviceClass); void addNotInDeviceClassFilter(String filterByDeviceClass); void addNotInDeviceClassFilter(List<String> filterByDeviceClass); void addNotInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String... filterByDeviceClass); List<Filter> getTimestampFilters(); void addInTimestampsFilter(String filterByTimestamp); void addInTimestampsFilter(List<Date> filterByTimestamp); void addInTimestampsFilter(Date... filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(String filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(List<Date> filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(Date... filterByTimestamp); void addNotInTimestampsFilter(String filterByTimestamp); void addNotInTimestampsFilter(List<Date> filterByTimestamp); void addNotInTimestampsFilter(Date... filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(String filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(List<Date> filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(Date... filterByTimestamp); void addLessThanTimestampFilter(Date filterByTimestamp); @SuppressWarnings("unchecked") T lessThanTimestamp(Date filterByTimestamp); void addGreaterThanTimestampFilter(Date filterByTimestamp); @SuppressWarnings("unchecked") T greaterThanTimestamp(Date filterByTimestamp); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); @Override String toString(); @Override FirmwareManifestListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_CREATED_AT; static final String TAG_FILTER_BY_DATAFILE_SIZE; static final String TAG_FILTER_BY_DATAFILE_URL; static final String TAG_FILTER_BY_DESCRIPTION; static final String TAG_FILTER_BY_DEVICE_CLASS; static final String TAG_FILTER_BY_ID; static final String TAG_FILTER_BY_NAME; static final String TAG_FILTER_BY_TIMESTAMP; static final String TAG_FILTER_BY_UPDATED_AT; } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { FirmwareManifestListOptions firmwaremanifestlistoptions1 = new FirmwareManifestListOptions(Integer.valueOf(106), Long.valueOf(-90), Order.getDefault(), "38790e53-f34b-4b2b-a442-5d23345760d1", null, null); FirmwareManifestListOptions firmwaremanifestlistoptions2 = new FirmwareManifestListOptions(Integer.valueOf(106), Long.valueOf(-90), Order.getDefault(), "38790e53-f34b-4b2b-a442-5d23345760d1", null, null); assertNotNull(firmwaremanifestlistoptions1); assertNotNull(firmwaremanifestlistoptions2); assertNotSame(firmwaremanifestlistoptions2, firmwaremanifestlistoptions1); assertEquals(firmwaremanifestlistoptions2, firmwaremanifestlistoptions1); assertEquals(firmwaremanifestlistoptions2.hashCode(), firmwaremanifestlistoptions1.hashCode()); int hashCode = firmwaremanifestlistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, firmwaremanifestlistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | FirmwareManifestListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | FirmwareManifestListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal FirmwareManifestListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareManifestListOptions(FirmwareManifestListOptions firmwareManifestListOptions); FirmwareManifestListOptions(); @Internal FirmwareManifestListOptions(String after, Filters filter); } | FirmwareManifestListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal FirmwareManifestListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareManifestListOptions(FirmwareManifestListOptions firmwareManifestListOptions); FirmwareManifestListOptions(); @Internal FirmwareManifestListOptions(String after, Filters filter); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getDatafileUrlFilters(); void addEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T equalToDatafileUrl(String filterByDatafileUrl); void addNotEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notEqualToDatafileUrl(String filterByDatafileUrl); void addInDatafileUrlsFilter(String filterByDatafileUrl); void addInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String... filterByDatafileUrl); void addNotInDatafileUrlsFilter(String filterByDatafileUrl); void addNotInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addNotInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String... filterByDatafileUrl); List<Filter> getDatafileSizeFilters(); void addEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T equalToDatafileSize(long filterByDatafileSize); void addNotEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T notEqualToDatafileSize(long filterByDatafileSize); void addInDatafileSizesFilter(String filterByDatafileSize); void addInDatafileSizesFilter(List<Long> filterByDatafileSize); void addInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(Long... filterByDatafileSize); void addNotInDatafileSizesFilter(String filterByDatafileSize); void addNotInDatafileSizesFilter(List<Long> filterByDatafileSize); void addNotInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(Long... filterByDatafileSize); List<Filter> getDeviceClassFilters(); void addEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T equalToDeviceClass(String filterByDeviceClass); void addNotEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T notEqualToDeviceClass(String filterByDeviceClass); void addInDeviceClassFilter(String filterByDeviceClass); void addInDeviceClassFilter(List<String> filterByDeviceClass); void addInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String... filterByDeviceClass); void addNotInDeviceClassFilter(String filterByDeviceClass); void addNotInDeviceClassFilter(List<String> filterByDeviceClass); void addNotInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String... filterByDeviceClass); List<Filter> getTimestampFilters(); void addInTimestampsFilter(String filterByTimestamp); void addInTimestampsFilter(List<Date> filterByTimestamp); void addInTimestampsFilter(Date... filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(String filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(List<Date> filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(Date... filterByTimestamp); void addNotInTimestampsFilter(String filterByTimestamp); void addNotInTimestampsFilter(List<Date> filterByTimestamp); void addNotInTimestampsFilter(Date... filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(String filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(List<Date> filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(Date... filterByTimestamp); void addLessThanTimestampFilter(Date filterByTimestamp); @SuppressWarnings("unchecked") T lessThanTimestamp(Date filterByTimestamp); void addGreaterThanTimestampFilter(Date filterByTimestamp); @SuppressWarnings("unchecked") T greaterThanTimestamp(Date filterByTimestamp); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); @Override String toString(); @Override FirmwareManifestListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | FirmwareManifestListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal FirmwareManifestListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareManifestListOptions(FirmwareManifestListOptions firmwareManifestListOptions); FirmwareManifestListOptions(); @Internal FirmwareManifestListOptions(String after, Filters filter); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getDatafileUrlFilters(); void addEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T equalToDatafileUrl(String filterByDatafileUrl); void addNotEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notEqualToDatafileUrl(String filterByDatafileUrl); void addInDatafileUrlsFilter(String filterByDatafileUrl); void addInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String... filterByDatafileUrl); void addNotInDatafileUrlsFilter(String filterByDatafileUrl); void addNotInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addNotInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String... filterByDatafileUrl); List<Filter> getDatafileSizeFilters(); void addEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T equalToDatafileSize(long filterByDatafileSize); void addNotEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T notEqualToDatafileSize(long filterByDatafileSize); void addInDatafileSizesFilter(String filterByDatafileSize); void addInDatafileSizesFilter(List<Long> filterByDatafileSize); void addInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(Long... filterByDatafileSize); void addNotInDatafileSizesFilter(String filterByDatafileSize); void addNotInDatafileSizesFilter(List<Long> filterByDatafileSize); void addNotInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(Long... filterByDatafileSize); List<Filter> getDeviceClassFilters(); void addEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T equalToDeviceClass(String filterByDeviceClass); void addNotEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T notEqualToDeviceClass(String filterByDeviceClass); void addInDeviceClassFilter(String filterByDeviceClass); void addInDeviceClassFilter(List<String> filterByDeviceClass); void addInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String... filterByDeviceClass); void addNotInDeviceClassFilter(String filterByDeviceClass); void addNotInDeviceClassFilter(List<String> filterByDeviceClass); void addNotInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String... filterByDeviceClass); List<Filter> getTimestampFilters(); void addInTimestampsFilter(String filterByTimestamp); void addInTimestampsFilter(List<Date> filterByTimestamp); void addInTimestampsFilter(Date... filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(String filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(List<Date> filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(Date... filterByTimestamp); void addNotInTimestampsFilter(String filterByTimestamp); void addNotInTimestampsFilter(List<Date> filterByTimestamp); void addNotInTimestampsFilter(Date... filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(String filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(List<Date> filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(Date... filterByTimestamp); void addLessThanTimestampFilter(Date filterByTimestamp); @SuppressWarnings("unchecked") T lessThanTimestamp(Date filterByTimestamp); void addGreaterThanTimestampFilter(Date filterByTimestamp); @SuppressWarnings("unchecked") T greaterThanTimestamp(Date filterByTimestamp); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); @Override String toString(); @Override FirmwareManifestListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_CREATED_AT; static final String TAG_FILTER_BY_DATAFILE_SIZE; static final String TAG_FILTER_BY_DATAFILE_URL; static final String TAG_FILTER_BY_DESCRIPTION; static final String TAG_FILTER_BY_DEVICE_CLASS; static final String TAG_FILTER_BY_ID; static final String TAG_FILTER_BY_NAME; static final String TAG_FILTER_BY_TIMESTAMP; static final String TAG_FILTER_BY_UPDATED_AT; } |
@SuppressWarnings("resource") @Test public void testEquals() { try { FirmwareManifestListOptions firmwaremanifestlistoptions1 = new FirmwareManifestListOptions(Integer.valueOf(-3), Long.valueOf(-39), Order.getDefault(), "ede6f275-5690-47ed-bc3e-0a4b9f11e89d", null, null); FirmwareManifestListOptions firmwaremanifestlistoptions2 = new FirmwareManifestListOptions(Integer.valueOf(-3), Long.valueOf(-39), Order.getDefault(), "ede6f275-5690-47ed-bc3e-0a4b9f11e89d", null, null); FirmwareManifestListOptions firmwaremanifestlistoptions3 = new FirmwareManifestListOptions(Integer.valueOf(-81), Long.valueOf(-96), Order.getDefault(), "d4dae9c2-ce11-46a0-a1cc-afeb7599e5c1", null, null); assertNotNull(firmwaremanifestlistoptions1); assertNotNull(firmwaremanifestlistoptions2); assertNotNull(firmwaremanifestlistoptions3); assertNotSame(firmwaremanifestlistoptions2, firmwaremanifestlistoptions1); assertNotSame(firmwaremanifestlistoptions3, firmwaremanifestlistoptions1); assertEquals(firmwaremanifestlistoptions2, firmwaremanifestlistoptions1); assertEquals(firmwaremanifestlistoptions2, firmwaremanifestlistoptions1); assertEquals(firmwaremanifestlistoptions1, firmwaremanifestlistoptions2); assertEquals(firmwaremanifestlistoptions1, firmwaremanifestlistoptions1); assertFalse(firmwaremanifestlistoptions1.equals(null)); assertNotEquals(firmwaremanifestlistoptions3, firmwaremanifestlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof FirmwareManifestListOptions)) { return false; } final FirmwareManifestListOptions other = (FirmwareManifestListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | FirmwareManifestListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof FirmwareManifestListOptions)) { return false; } final FirmwareManifestListOptions other = (FirmwareManifestListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | FirmwareManifestListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof FirmwareManifestListOptions)) { return false; } final FirmwareManifestListOptions other = (FirmwareManifestListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal FirmwareManifestListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareManifestListOptions(FirmwareManifestListOptions firmwareManifestListOptions); FirmwareManifestListOptions(); @Internal FirmwareManifestListOptions(String after, Filters filter); } | FirmwareManifestListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof FirmwareManifestListOptions)) { return false; } final FirmwareManifestListOptions other = (FirmwareManifestListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal FirmwareManifestListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareManifestListOptions(FirmwareManifestListOptions firmwareManifestListOptions); FirmwareManifestListOptions(); @Internal FirmwareManifestListOptions(String after, Filters filter); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getDatafileUrlFilters(); void addEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T equalToDatafileUrl(String filterByDatafileUrl); void addNotEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notEqualToDatafileUrl(String filterByDatafileUrl); void addInDatafileUrlsFilter(String filterByDatafileUrl); void addInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String... filterByDatafileUrl); void addNotInDatafileUrlsFilter(String filterByDatafileUrl); void addNotInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addNotInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String... filterByDatafileUrl); List<Filter> getDatafileSizeFilters(); void addEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T equalToDatafileSize(long filterByDatafileSize); void addNotEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T notEqualToDatafileSize(long filterByDatafileSize); void addInDatafileSizesFilter(String filterByDatafileSize); void addInDatafileSizesFilter(List<Long> filterByDatafileSize); void addInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(Long... filterByDatafileSize); void addNotInDatafileSizesFilter(String filterByDatafileSize); void addNotInDatafileSizesFilter(List<Long> filterByDatafileSize); void addNotInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(Long... filterByDatafileSize); List<Filter> getDeviceClassFilters(); void addEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T equalToDeviceClass(String filterByDeviceClass); void addNotEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T notEqualToDeviceClass(String filterByDeviceClass); void addInDeviceClassFilter(String filterByDeviceClass); void addInDeviceClassFilter(List<String> filterByDeviceClass); void addInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String... filterByDeviceClass); void addNotInDeviceClassFilter(String filterByDeviceClass); void addNotInDeviceClassFilter(List<String> filterByDeviceClass); void addNotInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String... filterByDeviceClass); List<Filter> getTimestampFilters(); void addInTimestampsFilter(String filterByTimestamp); void addInTimestampsFilter(List<Date> filterByTimestamp); void addInTimestampsFilter(Date... filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(String filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(List<Date> filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(Date... filterByTimestamp); void addNotInTimestampsFilter(String filterByTimestamp); void addNotInTimestampsFilter(List<Date> filterByTimestamp); void addNotInTimestampsFilter(Date... filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(String filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(List<Date> filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(Date... filterByTimestamp); void addLessThanTimestampFilter(Date filterByTimestamp); @SuppressWarnings("unchecked") T lessThanTimestamp(Date filterByTimestamp); void addGreaterThanTimestampFilter(Date filterByTimestamp); @SuppressWarnings("unchecked") T greaterThanTimestamp(Date filterByTimestamp); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); @Override String toString(); @Override FirmwareManifestListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | FirmwareManifestListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof FirmwareManifestListOptions)) { return false; } final FirmwareManifestListOptions other = (FirmwareManifestListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal FirmwareManifestListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareManifestListOptions(FirmwareManifestListOptions firmwareManifestListOptions); FirmwareManifestListOptions(); @Internal FirmwareManifestListOptions(String after, Filters filter); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getDatafileUrlFilters(); void addEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T equalToDatafileUrl(String filterByDatafileUrl); void addNotEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notEqualToDatafileUrl(String filterByDatafileUrl); void addInDatafileUrlsFilter(String filterByDatafileUrl); void addInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String... filterByDatafileUrl); void addNotInDatafileUrlsFilter(String filterByDatafileUrl); void addNotInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addNotInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String... filterByDatafileUrl); List<Filter> getDatafileSizeFilters(); void addEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T equalToDatafileSize(long filterByDatafileSize); void addNotEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T notEqualToDatafileSize(long filterByDatafileSize); void addInDatafileSizesFilter(String filterByDatafileSize); void addInDatafileSizesFilter(List<Long> filterByDatafileSize); void addInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(Long... filterByDatafileSize); void addNotInDatafileSizesFilter(String filterByDatafileSize); void addNotInDatafileSizesFilter(List<Long> filterByDatafileSize); void addNotInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(Long... filterByDatafileSize); List<Filter> getDeviceClassFilters(); void addEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T equalToDeviceClass(String filterByDeviceClass); void addNotEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T notEqualToDeviceClass(String filterByDeviceClass); void addInDeviceClassFilter(String filterByDeviceClass); void addInDeviceClassFilter(List<String> filterByDeviceClass); void addInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String... filterByDeviceClass); void addNotInDeviceClassFilter(String filterByDeviceClass); void addNotInDeviceClassFilter(List<String> filterByDeviceClass); void addNotInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String... filterByDeviceClass); List<Filter> getTimestampFilters(); void addInTimestampsFilter(String filterByTimestamp); void addInTimestampsFilter(List<Date> filterByTimestamp); void addInTimestampsFilter(Date... filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(String filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(List<Date> filterByTimestamp); @SuppressWarnings("unchecked") T inTimestamps(Date... filterByTimestamp); void addNotInTimestampsFilter(String filterByTimestamp); void addNotInTimestampsFilter(List<Date> filterByTimestamp); void addNotInTimestampsFilter(Date... filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(String filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(List<Date> filterByTimestamp); @SuppressWarnings("unchecked") T notInTimestamps(Date... filterByTimestamp); void addLessThanTimestampFilter(Date filterByTimestamp); @SuppressWarnings("unchecked") T lessThanTimestamp(Date filterByTimestamp); void addGreaterThanTimestampFilter(Date filterByTimestamp); @SuppressWarnings("unchecked") T greaterThanTimestamp(Date filterByTimestamp); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); @Override String toString(); @Override FirmwareManifestListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_CREATED_AT; static final String TAG_FILTER_BY_DATAFILE_SIZE; static final String TAG_FILTER_BY_DATAFILE_URL; static final String TAG_FILTER_BY_DESCRIPTION; static final String TAG_FILTER_BY_DEVICE_CLASS; static final String TAG_FILTER_BY_ID; static final String TAG_FILTER_BY_NAME; static final String TAG_FILTER_BY_TIMESTAMP; static final String TAG_FILTER_BY_UPDATED_AT; } |
@SuppressWarnings("resource") @Test public void testClone() { try { CampaignStatisticsListDao campaignstatisticslistdao1 = new CampaignStatisticsListDao(); CampaignStatisticsListDao campaignstatisticslistdao2 = campaignstatisticslistdao1.clone(); assertNotNull(campaignstatisticslistdao1); assertNotNull(campaignstatisticslistdao2); assertNotSame(campaignstatisticslistdao2, campaignstatisticslistdao1); assertEquals(campaignstatisticslistdao2, campaignstatisticslistdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public CampaignStatisticsListDao clone() { try { return new CampaignStatisticsListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | CampaignStatisticsListDao extends AbstractCampaignStatisticsListDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignStatisticsListDao clone() { try { return new CampaignStatisticsListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | CampaignStatisticsListDao extends AbstractCampaignStatisticsListDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignStatisticsListDao clone() { try { return new CampaignStatisticsListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } CampaignStatisticsListDao(); CampaignStatisticsListDao(ApiClientWrapper client); CampaignStatisticsListDao(ConnectionOptions options); CampaignStatisticsListDao(SdkContext sdkContext); } | CampaignStatisticsListDao extends AbstractCampaignStatisticsListDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignStatisticsListDao clone() { try { return new CampaignStatisticsListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } CampaignStatisticsListDao(); CampaignStatisticsListDao(ApiClientWrapper client); CampaignStatisticsListDao(ConnectionOptions options); CampaignStatisticsListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) CampaignStatisticsListDao clone(); Paginator<CampaignStatistics> list(String campaignId,
CampaignStatisticsListOptions options); } | CampaignStatisticsListDao extends AbstractCampaignStatisticsListDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignStatisticsListDao clone() { try { return new CampaignStatisticsListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } CampaignStatisticsListDao(); CampaignStatisticsListDao(ApiClientWrapper client); CampaignStatisticsListDao(ConnectionOptions options); CampaignStatisticsListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) CampaignStatisticsListDao clone(); Paginator<CampaignStatistics> list(String campaignId,
CampaignStatisticsListOptions options); } |
@SuppressWarnings("resource") @Test public void testClone() { try { CampaignStatisticsEventsListOptions campaignstatisticseventslistoptions1 = new CampaignStatisticsEventsListOptions(Integer.valueOf(-53), Long.valueOf(97), Order.getDefault(), "f8fa8bcc-2d09-4124-ae73-377122cd2fd1", null, null); CampaignStatisticsEventsListOptions campaignstatisticseventslistoptions2 = campaignstatisticseventslistoptions1.clone(); assertNotNull(campaignstatisticseventslistoptions1); assertNotNull(campaignstatisticseventslistoptions2); assertNotSame(campaignstatisticseventslistoptions2, campaignstatisticseventslistoptions1); assertEquals(campaignstatisticseventslistoptions2, campaignstatisticseventslistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public CampaignStatisticsEventsListOptions clone() { final CampaignStatisticsEventsListOptions opt = new CampaignStatisticsEventsListOptions(); opt.setOptions(this); return opt; } | CampaignStatisticsEventsListOptions extends ListOptions { @Override public CampaignStatisticsEventsListOptions clone() { final CampaignStatisticsEventsListOptions opt = new CampaignStatisticsEventsListOptions(); opt.setOptions(this); return opt; } } | CampaignStatisticsEventsListOptions extends ListOptions { @Override public CampaignStatisticsEventsListOptions clone() { final CampaignStatisticsEventsListOptions opt = new CampaignStatisticsEventsListOptions(); opt.setOptions(this); return opt; } @Internal CampaignStatisticsEventsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsEventsListOptions(CampaignStatisticsEventsListOptions campaignStatisticsEventsListOptions); CampaignStatisticsEventsListOptions(); @Internal CampaignStatisticsEventsListOptions(String after, Filters filter); } | CampaignStatisticsEventsListOptions extends ListOptions { @Override public CampaignStatisticsEventsListOptions clone() { final CampaignStatisticsEventsListOptions opt = new CampaignStatisticsEventsListOptions(); opt.setOptions(this); return opt; } @Internal CampaignStatisticsEventsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsEventsListOptions(CampaignStatisticsEventsListOptions campaignStatisticsEventsListOptions); CampaignStatisticsEventsListOptions(); @Internal CampaignStatisticsEventsListOptions(String after, Filters filter); @Override String toString(); @Override CampaignStatisticsEventsListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | CampaignStatisticsEventsListOptions extends ListOptions { @Override public CampaignStatisticsEventsListOptions clone() { final CampaignStatisticsEventsListOptions opt = new CampaignStatisticsEventsListOptions(); opt.setOptions(this); return opt; } @Internal CampaignStatisticsEventsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsEventsListOptions(CampaignStatisticsEventsListOptions campaignStatisticsEventsListOptions); CampaignStatisticsEventsListOptions(); @Internal CampaignStatisticsEventsListOptions(String after, Filters filter); @Override String toString(); @Override CampaignStatisticsEventsListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { CampaignStatisticsEventsListOptions campaignstatisticseventslistoptions1 = new CampaignStatisticsEventsListOptions(Integer.valueOf(61), Long.valueOf(79), Order.getDefault(), "507e63f2-15b2-43cf-ace6-e0fc282f7bb4", null, null); CampaignStatisticsEventsListOptions campaignstatisticseventslistoptions2 = new CampaignStatisticsEventsListOptions(Integer.valueOf(61), Long.valueOf(79), Order.getDefault(), "507e63f2-15b2-43cf-ace6-e0fc282f7bb4", null, null); assertNotNull(campaignstatisticseventslistoptions1); assertNotNull(campaignstatisticseventslistoptions2); assertNotSame(campaignstatisticseventslistoptions2, campaignstatisticseventslistoptions1); assertEquals(campaignstatisticseventslistoptions2, campaignstatisticseventslistoptions1); assertEquals(campaignstatisticseventslistoptions2.hashCode(), campaignstatisticseventslistoptions1.hashCode()); int hashCode = campaignstatisticseventslistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, campaignstatisticseventslistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | CampaignStatisticsEventsListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | CampaignStatisticsEventsListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal CampaignStatisticsEventsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsEventsListOptions(CampaignStatisticsEventsListOptions campaignStatisticsEventsListOptions); CampaignStatisticsEventsListOptions(); @Internal CampaignStatisticsEventsListOptions(String after, Filters filter); } | CampaignStatisticsEventsListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal CampaignStatisticsEventsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsEventsListOptions(CampaignStatisticsEventsListOptions campaignStatisticsEventsListOptions); CampaignStatisticsEventsListOptions(); @Internal CampaignStatisticsEventsListOptions(String after, Filters filter); @Override String toString(); @Override CampaignStatisticsEventsListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | CampaignStatisticsEventsListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal CampaignStatisticsEventsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsEventsListOptions(CampaignStatisticsEventsListOptions campaignStatisticsEventsListOptions); CampaignStatisticsEventsListOptions(); @Internal CampaignStatisticsEventsListOptions(String after, Filters filter); @Override String toString(); @Override CampaignStatisticsEventsListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testEquals() { try { CampaignStatisticsEventsListOptions campaignstatisticseventslistoptions1 = new CampaignStatisticsEventsListOptions(Integer.valueOf(-16), Long.valueOf(48), Order.getDefault(), "06333ed0-196d-4767-a246-2744298821b6", null, null); CampaignStatisticsEventsListOptions campaignstatisticseventslistoptions2 = new CampaignStatisticsEventsListOptions(Integer.valueOf(-16), Long.valueOf(48), Order.getDefault(), "06333ed0-196d-4767-a246-2744298821b6", null, null); CampaignStatisticsEventsListOptions campaignstatisticseventslistoptions3 = new CampaignStatisticsEventsListOptions(Integer.valueOf(-109), Long.valueOf(16), Order.getDefault(), "143cc48e-1b3d-4580-a53e-62d0203dc8b4", null, null); assertNotNull(campaignstatisticseventslistoptions1); assertNotNull(campaignstatisticseventslistoptions2); assertNotNull(campaignstatisticseventslistoptions3); assertNotSame(campaignstatisticseventslistoptions2, campaignstatisticseventslistoptions1); assertNotSame(campaignstatisticseventslistoptions3, campaignstatisticseventslistoptions1); assertEquals(campaignstatisticseventslistoptions2, campaignstatisticseventslistoptions1); assertEquals(campaignstatisticseventslistoptions2, campaignstatisticseventslistoptions1); assertEquals(campaignstatisticseventslistoptions1, campaignstatisticseventslistoptions2); assertEquals(campaignstatisticseventslistoptions1, campaignstatisticseventslistoptions1); assertFalse(campaignstatisticseventslistoptions1.equals(null)); assertNotEquals(campaignstatisticseventslistoptions3, campaignstatisticseventslistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof CampaignStatisticsEventsListOptions)) { return false; } final CampaignStatisticsEventsListOptions other = (CampaignStatisticsEventsListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | CampaignStatisticsEventsListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof CampaignStatisticsEventsListOptions)) { return false; } final CampaignStatisticsEventsListOptions other = (CampaignStatisticsEventsListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | CampaignStatisticsEventsListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof CampaignStatisticsEventsListOptions)) { return false; } final CampaignStatisticsEventsListOptions other = (CampaignStatisticsEventsListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal CampaignStatisticsEventsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsEventsListOptions(CampaignStatisticsEventsListOptions campaignStatisticsEventsListOptions); CampaignStatisticsEventsListOptions(); @Internal CampaignStatisticsEventsListOptions(String after, Filters filter); } | CampaignStatisticsEventsListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof CampaignStatisticsEventsListOptions)) { return false; } final CampaignStatisticsEventsListOptions other = (CampaignStatisticsEventsListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal CampaignStatisticsEventsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsEventsListOptions(CampaignStatisticsEventsListOptions campaignStatisticsEventsListOptions); CampaignStatisticsEventsListOptions(); @Internal CampaignStatisticsEventsListOptions(String after, Filters filter); @Override String toString(); @Override CampaignStatisticsEventsListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | CampaignStatisticsEventsListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof CampaignStatisticsEventsListOptions)) { return false; } final CampaignStatisticsEventsListOptions other = (CampaignStatisticsEventsListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal CampaignStatisticsEventsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsEventsListOptions(CampaignStatisticsEventsListOptions campaignStatisticsEventsListOptions); CampaignStatisticsEventsListOptions(); @Internal CampaignStatisticsEventsListOptions(String after, Filters filter); @Override String toString(); @Override CampaignStatisticsEventsListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { FirmwareManifestListDao firmwaremanifestlistdao1 = new FirmwareManifestListDao(); FirmwareManifestListDao firmwaremanifestlistdao2 = firmwaremanifestlistdao1.clone(); assertNotNull(firmwaremanifestlistdao1); assertNotNull(firmwaremanifestlistdao2); assertNotSame(firmwaremanifestlistdao2, firmwaremanifestlistdao1); assertEquals(firmwaremanifestlistdao2, firmwaremanifestlistdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareManifestListDao clone() { try { return new FirmwareManifestListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | FirmwareManifestListDao extends AbstractModelListDao<FirmwareManifest, FirmwareManifestListOptions> implements ModelListDao<FirmwareManifest, FirmwareManifestListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareManifestListDao clone() { try { return new FirmwareManifestListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | FirmwareManifestListDao extends AbstractModelListDao<FirmwareManifest, FirmwareManifestListOptions> implements ModelListDao<FirmwareManifest, FirmwareManifestListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareManifestListDao clone() { try { return new FirmwareManifestListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } FirmwareManifestListDao(); FirmwareManifestListDao(ApiClientWrapper client); FirmwareManifestListDao(ConnectionOptions options); FirmwareManifestListDao(SdkContext sdkContext); } | FirmwareManifestListDao extends AbstractModelListDao<FirmwareManifest, FirmwareManifestListOptions> implements ModelListDao<FirmwareManifest, FirmwareManifestListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareManifestListDao clone() { try { return new FirmwareManifestListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } FirmwareManifestListDao(); FirmwareManifestListDao(ApiClientWrapper client); FirmwareManifestListDao(ConnectionOptions options); FirmwareManifestListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) FirmwareManifestListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<FirmwareManifestDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) FirmwareManifestDao getNewModelDao(); } | FirmwareManifestListDao extends AbstractModelListDao<FirmwareManifest, FirmwareManifestListOptions> implements ModelListDao<FirmwareManifest, FirmwareManifestListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareManifestListDao clone() { try { return new FirmwareManifestListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } FirmwareManifestListDao(); FirmwareManifestListDao(ApiClientWrapper client); FirmwareManifestListDao(ConnectionOptions options); FirmwareManifestListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) FirmwareManifestListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<FirmwareManifestDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) FirmwareManifestDao getNewModelDao(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { CampaignStatisticsListOptions campaignstatisticslistoptions1 = new CampaignStatisticsListOptions(Integer.valueOf(122), Long.valueOf(-105), Order.getDefault(), "730ed9c6-df36-4ddb-8fdd-375d63faaf3c", null, null); CampaignStatisticsListOptions campaignstatisticslistoptions2 = campaignstatisticslistoptions1.clone(); assertNotNull(campaignstatisticslistoptions1); assertNotNull(campaignstatisticslistoptions2); assertNotSame(campaignstatisticslistoptions2, campaignstatisticslistoptions1); assertEquals(campaignstatisticslistoptions2, campaignstatisticslistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public CampaignStatisticsListOptions clone() { final CampaignStatisticsListOptions opt = new CampaignStatisticsListOptions(); opt.setOptions(this); return opt; } | CampaignStatisticsListOptions extends ListOptions { @Override public CampaignStatisticsListOptions clone() { final CampaignStatisticsListOptions opt = new CampaignStatisticsListOptions(); opt.setOptions(this); return opt; } } | CampaignStatisticsListOptions extends ListOptions { @Override public CampaignStatisticsListOptions clone() { final CampaignStatisticsListOptions opt = new CampaignStatisticsListOptions(); opt.setOptions(this); return opt; } @Internal CampaignStatisticsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsListOptions(CampaignStatisticsListOptions campaignStatisticsListOptions); CampaignStatisticsListOptions(); @Internal CampaignStatisticsListOptions(String after, Filters filter); } | CampaignStatisticsListOptions extends ListOptions { @Override public CampaignStatisticsListOptions clone() { final CampaignStatisticsListOptions opt = new CampaignStatisticsListOptions(); opt.setOptions(this); return opt; } @Internal CampaignStatisticsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsListOptions(CampaignStatisticsListOptions campaignStatisticsListOptions); CampaignStatisticsListOptions(); @Internal CampaignStatisticsListOptions(String after, Filters filter); @Override String toString(); @Override CampaignStatisticsListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | CampaignStatisticsListOptions extends ListOptions { @Override public CampaignStatisticsListOptions clone() { final CampaignStatisticsListOptions opt = new CampaignStatisticsListOptions(); opt.setOptions(this); return opt; } @Internal CampaignStatisticsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsListOptions(CampaignStatisticsListOptions campaignStatisticsListOptions); CampaignStatisticsListOptions(); @Internal CampaignStatisticsListOptions(String after, Filters filter); @Override String toString(); @Override CampaignStatisticsListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@Test public void testMapListListOfUMapperOfUT() { List<String> list = new LinkedList<>(); list.add("1"); list.add(" 2 "); list.add(" 3"); list.add("4 "); list.add("5"); List<Integer> mappedList = GenericAdapter.mapList(list, new Mapper<String, Integer>() { @SuppressWarnings("boxing") @Override public Integer map(String toBeMapped) { return TranslationUtils.toInt(toBeMapped, 0); } }); for (int i = 0; i < 5; i++) { assertEquals(new Integer(i + 1), mappedList.get(i)); } } | public static <T extends SdkModel, U> ListResponse<T> mapList(RespList<U> respList, Mapper<U, T> mapper) { if (respList == null || mapper == null) { return null; } final ListResponse<T> responseList = new ListResponse<>(TranslationUtils.toBool(respList.getHasMore(), false), TranslationUtils.toLong(respList.getTotalCount()), respList.getAfter(), respList.getContinuationMarker(), TranslationUtils.toInt(respList.getLimit()), Order.parseOrder(respList.getOrder(), Order.getUnknownEnum())); if (respList.getData() == null || respList.getData().isEmpty()) { return responseList; } for (final U resp : respList.getData()) { responseList.addData(mapper.map(resp)); } return responseList; } | GenericAdapter { public static <T extends SdkModel, U> ListResponse<T> mapList(RespList<U> respList, Mapper<U, T> mapper) { if (respList == null || mapper == null) { return null; } final ListResponse<T> responseList = new ListResponse<>(TranslationUtils.toBool(respList.getHasMore(), false), TranslationUtils.toLong(respList.getTotalCount()), respList.getAfter(), respList.getContinuationMarker(), TranslationUtils.toInt(respList.getLimit()), Order.parseOrder(respList.getOrder(), Order.getUnknownEnum())); if (respList.getData() == null || respList.getData().isEmpty()) { return responseList; } for (final U resp : respList.getData()) { responseList.addData(mapper.map(resp)); } return responseList; } } | GenericAdapter { public static <T extends SdkModel, U> ListResponse<T> mapList(RespList<U> respList, Mapper<U, T> mapper) { if (respList == null || mapper == null) { return null; } final ListResponse<T> responseList = new ListResponse<>(TranslationUtils.toBool(respList.getHasMore(), false), TranslationUtils.toLong(respList.getTotalCount()), respList.getAfter(), respList.getContinuationMarker(), TranslationUtils.toInt(respList.getLimit()), Order.parseOrder(respList.getOrder(), Order.getUnknownEnum())); if (respList.getData() == null || respList.getData().isEmpty()) { return responseList; } for (final U resp : respList.getData()) { responseList.addData(mapper.map(resp)); } return responseList; } private GenericAdapter(); } | GenericAdapter { public static <T extends SdkModel, U> ListResponse<T> mapList(RespList<U> respList, Mapper<U, T> mapper) { if (respList == null || mapper == null) { return null; } final ListResponse<T> responseList = new ListResponse<>(TranslationUtils.toBool(respList.getHasMore(), false), TranslationUtils.toLong(respList.getTotalCount()), respList.getAfter(), respList.getContinuationMarker(), TranslationUtils.toInt(respList.getLimit()), Order.parseOrder(respList.getOrder(), Order.getUnknownEnum())); if (respList.getData() == null || respList.getData().isEmpty()) { return responseList; } for (final U resp : respList.getData()) { responseList.addData(mapper.map(resp)); } return responseList; } private GenericAdapter(); static Mapper<T, T> identityMapper(Class<T> type); static Mapper<ListResponse<T>, ListResponse<T>> identityListMapper(Class<T> type); static ListResponse<T> mapList(RespList<U> respList, Mapper<U, T> mapper); static List<T> mapList(List<U> list, Mapper<U, T> mapper); static List<T> mapList(List<U> list, List<T> mappedList, Mapper<U, T> mapper); static IdListResponse mapIdList(RespList<U> respList, Mapper<U, String> mapper); } | GenericAdapter { public static <T extends SdkModel, U> ListResponse<T> mapList(RespList<U> respList, Mapper<U, T> mapper) { if (respList == null || mapper == null) { return null; } final ListResponse<T> responseList = new ListResponse<>(TranslationUtils.toBool(respList.getHasMore(), false), TranslationUtils.toLong(respList.getTotalCount()), respList.getAfter(), respList.getContinuationMarker(), TranslationUtils.toInt(respList.getLimit()), Order.parseOrder(respList.getOrder(), Order.getUnknownEnum())); if (respList.getData() == null || respList.getData().isEmpty()) { return responseList; } for (final U resp : respList.getData()) { responseList.addData(mapper.map(resp)); } return responseList; } private GenericAdapter(); static Mapper<T, T> identityMapper(Class<T> type); static Mapper<ListResponse<T>, ListResponse<T>> identityListMapper(Class<T> type); static ListResponse<T> mapList(RespList<U> respList, Mapper<U, T> mapper); static List<T> mapList(List<U> list, Mapper<U, T> mapper); static List<T> mapList(List<U> list, List<T> mappedList, Mapper<U, T> mapper); static IdListResponse mapIdList(RespList<U> respList, Mapper<U, String> mapper); static final String MAP_LIST_FUNCTION_NAME; } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { CampaignStatisticsListOptions campaignstatisticslistoptions1 = new CampaignStatisticsListOptions(Integer.valueOf(-96), Long.valueOf(-7), Order.getDefault(), "0a022aa8-ba0e-410c-8627-e24fdfb11785", null, null); CampaignStatisticsListOptions campaignstatisticslistoptions2 = new CampaignStatisticsListOptions(Integer.valueOf(-96), Long.valueOf(-7), Order.getDefault(), "0a022aa8-ba0e-410c-8627-e24fdfb11785", null, null); assertNotNull(campaignstatisticslistoptions1); assertNotNull(campaignstatisticslistoptions2); assertNotSame(campaignstatisticslistoptions2, campaignstatisticslistoptions1); assertEquals(campaignstatisticslistoptions2, campaignstatisticslistoptions1); assertEquals(campaignstatisticslistoptions2.hashCode(), campaignstatisticslistoptions1.hashCode()); int hashCode = campaignstatisticslistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, campaignstatisticslistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | CampaignStatisticsListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | CampaignStatisticsListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal CampaignStatisticsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsListOptions(CampaignStatisticsListOptions campaignStatisticsListOptions); CampaignStatisticsListOptions(); @Internal CampaignStatisticsListOptions(String after, Filters filter); } | CampaignStatisticsListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal CampaignStatisticsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsListOptions(CampaignStatisticsListOptions campaignStatisticsListOptions); CampaignStatisticsListOptions(); @Internal CampaignStatisticsListOptions(String after, Filters filter); @Override String toString(); @Override CampaignStatisticsListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | CampaignStatisticsListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal CampaignStatisticsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsListOptions(CampaignStatisticsListOptions campaignStatisticsListOptions); CampaignStatisticsListOptions(); @Internal CampaignStatisticsListOptions(String after, Filters filter); @Override String toString(); @Override CampaignStatisticsListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testEquals() { try { CampaignStatisticsListOptions campaignstatisticslistoptions1 = new CampaignStatisticsListOptions(Integer.valueOf(4), Long.valueOf(-58), Order.getDefault(), "239ee3c7-1bd3-43a7-bfaa-0ce129625710", null, null); CampaignStatisticsListOptions campaignstatisticslistoptions2 = new CampaignStatisticsListOptions(Integer.valueOf(4), Long.valueOf(-58), Order.getDefault(), "239ee3c7-1bd3-43a7-bfaa-0ce129625710", null, null); CampaignStatisticsListOptions campaignstatisticslistoptions3 = new CampaignStatisticsListOptions(Integer.valueOf(112), Long.valueOf(-93), Order.getDefault(), "8a9c0ef9-3a5a-4828-8a8b-d0f78fa28115", null, null); assertNotNull(campaignstatisticslistoptions1); assertNotNull(campaignstatisticslistoptions2); assertNotNull(campaignstatisticslistoptions3); assertNotSame(campaignstatisticslistoptions2, campaignstatisticslistoptions1); assertNotSame(campaignstatisticslistoptions3, campaignstatisticslistoptions1); assertEquals(campaignstatisticslistoptions2, campaignstatisticslistoptions1); assertEquals(campaignstatisticslistoptions2, campaignstatisticslistoptions1); assertEquals(campaignstatisticslistoptions1, campaignstatisticslistoptions2); assertEquals(campaignstatisticslistoptions1, campaignstatisticslistoptions1); assertFalse(campaignstatisticslistoptions1.equals(null)); assertNotEquals(campaignstatisticslistoptions3, campaignstatisticslistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof CampaignStatisticsListOptions)) { return false; } final CampaignStatisticsListOptions other = (CampaignStatisticsListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | CampaignStatisticsListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof CampaignStatisticsListOptions)) { return false; } final CampaignStatisticsListOptions other = (CampaignStatisticsListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | CampaignStatisticsListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof CampaignStatisticsListOptions)) { return false; } final CampaignStatisticsListOptions other = (CampaignStatisticsListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal CampaignStatisticsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsListOptions(CampaignStatisticsListOptions campaignStatisticsListOptions); CampaignStatisticsListOptions(); @Internal CampaignStatisticsListOptions(String after, Filters filter); } | CampaignStatisticsListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof CampaignStatisticsListOptions)) { return false; } final CampaignStatisticsListOptions other = (CampaignStatisticsListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal CampaignStatisticsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsListOptions(CampaignStatisticsListOptions campaignStatisticsListOptions); CampaignStatisticsListOptions(); @Internal CampaignStatisticsListOptions(String after, Filters filter); @Override String toString(); @Override CampaignStatisticsListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | CampaignStatisticsListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof CampaignStatisticsListOptions)) { return false; } final CampaignStatisticsListOptions other = (CampaignStatisticsListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal CampaignStatisticsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignStatisticsListOptions(CampaignStatisticsListOptions campaignStatisticsListOptions); CampaignStatisticsListOptions(); @Internal CampaignStatisticsListOptions(String after, Filters filter); @Override String toString(); @Override CampaignStatisticsListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { FirmwareManifestDao firmwaremanifestdao1 = new FirmwareManifestDao(); FirmwareManifestDao firmwaremanifestdao2 = firmwaremanifestdao1.clone(); assertNotNull(firmwaremanifestdao1); assertNotNull(firmwaremanifestdao2); assertNotSame(firmwaremanifestdao2, firmwaremanifestdao1); assertEquals(firmwaremanifestdao2, firmwaremanifestdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareManifestDao clone() { try { return new FirmwareManifestDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | FirmwareManifestDao extends AbstractFirmwareManifestDao { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareManifestDao clone() { try { return new FirmwareManifestDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | FirmwareManifestDao extends AbstractFirmwareManifestDao { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareManifestDao clone() { try { return new FirmwareManifestDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } FirmwareManifestDao(); FirmwareManifestDao(ApiClientWrapper client); FirmwareManifestDao(ConnectionOptions options); FirmwareManifestDao(SdkContext sdkContext); } | FirmwareManifestDao extends AbstractFirmwareManifestDao { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareManifestDao clone() { try { return new FirmwareManifestDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } FirmwareManifestDao(); FirmwareManifestDao(ApiClientWrapper client); FirmwareManifestDao(ConnectionOptions options); FirmwareManifestDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) FirmwareManifestDao clone(); @Override @NotImplemented FirmwareManifest create(); @Override @NotImplemented FirmwareManifest create(FirmwareManifest modelToCreate); } | FirmwareManifestDao extends AbstractFirmwareManifestDao { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareManifestDao clone() { try { return new FirmwareManifestDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } FirmwareManifestDao(); FirmwareManifestDao(ApiClientWrapper client); FirmwareManifestDao(ConnectionOptions options); FirmwareManifestDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) FirmwareManifestDao clone(); @Override @NotImplemented FirmwareManifest create(); @Override @NotImplemented FirmwareManifest create(FirmwareManifest modelToCreate); } |
@SuppressWarnings("resource") @Test public void testClone() { try { FirmwareImageDao firmwareimagedao1 = new FirmwareImageDao(); FirmwareImageDao firmwareimagedao2 = firmwareimagedao1.clone(); assertNotNull(firmwareimagedao1); assertNotNull(firmwareimagedao2); assertNotSame(firmwareimagedao2, firmwareimagedao1); assertEquals(firmwareimagedao2, firmwareimagedao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareImageDao clone() { try { return new FirmwareImageDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | FirmwareImageDao extends AbstractFirmwareImageDao { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareImageDao clone() { try { return new FirmwareImageDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | FirmwareImageDao extends AbstractFirmwareImageDao { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareImageDao clone() { try { return new FirmwareImageDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } FirmwareImageDao(); FirmwareImageDao(ApiClientWrapper client); FirmwareImageDao(ConnectionOptions options); FirmwareImageDao(SdkContext sdkContext); } | FirmwareImageDao extends AbstractFirmwareImageDao { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareImageDao clone() { try { return new FirmwareImageDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } FirmwareImageDao(); FirmwareImageDao(ApiClientWrapper client); FirmwareImageDao(ConnectionOptions options); FirmwareImageDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) FirmwareImageDao clone(); @Override @NotImplemented FirmwareImage create(); @Override @NotImplemented FirmwareImage create(FirmwareImage modelToCreate); } | FirmwareImageDao extends AbstractFirmwareImageDao { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareImageDao clone() { try { return new FirmwareImageDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } FirmwareImageDao(); FirmwareImageDao(ApiClientWrapper client); FirmwareImageDao(ConnectionOptions options); FirmwareImageDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) FirmwareImageDao clone(); @Override @NotImplemented FirmwareImage create(); @Override @NotImplemented FirmwareImage create(FirmwareImage modelToCreate); } |
@SuppressWarnings("resource") @Test public void testClone() { try { UpdateCampaignDao updatecampaigndao1 = new UpdateCampaignDao(); UpdateCampaignDao updatecampaigndao2 = updatecampaigndao1.clone(); assertNotNull(updatecampaigndao1); assertNotNull(updatecampaigndao2); assertNotSame(updatecampaigndao2, updatecampaigndao1); assertEquals(updatecampaigndao2, updatecampaigndao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public UpdateCampaignDao clone() { try { return new UpdateCampaignDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | UpdateCampaignDao extends AbstractModelDao<UpdateCampaign> implements CrudDao<UpdateCampaign> { @Override @SuppressWarnings({ "resource", "unused" }) public UpdateCampaignDao clone() { try { return new UpdateCampaignDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | UpdateCampaignDao extends AbstractModelDao<UpdateCampaign> implements CrudDao<UpdateCampaign> { @Override @SuppressWarnings({ "resource", "unused" }) public UpdateCampaignDao clone() { try { return new UpdateCampaignDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UpdateCampaignDao(); UpdateCampaignDao(ApiClientWrapper client); UpdateCampaignDao(ConnectionOptions options); UpdateCampaignDao(SdkContext sdkContext); } | UpdateCampaignDao extends AbstractModelDao<UpdateCampaign> implements CrudDao<UpdateCampaign> { @Override @SuppressWarnings({ "resource", "unused" }) public UpdateCampaignDao clone() { try { return new UpdateCampaignDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UpdateCampaignDao(); UpdateCampaignDao(ApiClientWrapper client); UpdateCampaignDao(ConnectionOptions options); UpdateCampaignDao(SdkContext sdkContext); Paginator<CampaignDeviceMetadata> allDeviceMetadata(@Nullable CampaignDeviceMetadataListOptions options); Paginator<CampaignDeviceMetadata> allDeviceMetadata(@Nullable CampaignDeviceMetadataListOptions options,
@NonNull UpdateCampaign updateCampaign); Paginator<CampaignDeviceMetadata> allDeviceMetadata(@NonNull String id,
@Nullable CampaignDeviceMetadataListOptions options); void archive(); void archive(@NonNull UpdateCampaign updateCampaign); void archive(@NonNull String id); @Override @SuppressWarnings({ "resource", "unused" }) UpdateCampaignDao clone(); @Override UpdateCampaign create(); @Override UpdateCampaign create(@NonNull UpdateCampaign campaign); @Override void delete(); @Override void delete(@NonNull UpdateCampaign updateCampaign); @Override void delete(@NonNull String id); ListResponse<CampaignDeviceMetadata> deviceMetadata(@Nullable CampaignDeviceMetadataListOptions options); ListResponse<CampaignDeviceMetadata> deviceMetadata(@Nullable CampaignDeviceMetadataListOptions options,
@NonNull UpdateCampaign updateCampaign); ListResponse<CampaignDeviceMetadata> deviceMetadata(@NonNull String id,
@Nullable CampaignDeviceMetadataListOptions options); @Override UpdateCampaign read(); UpdateCampaign read(@NonNull UpdateCampaign updateCampaign); @Override UpdateCampaign read(@NonNull String id); void start(); void start(@NonNull UpdateCampaign updateCampaign); void start(@NonNull String id); void stop(); void stop(@NonNull UpdateCampaign updateCampaign); void stop(@NonNull String id); @Override UpdateCampaign update(); @Override UpdateCampaign update(@NonNull UpdateCampaign updateCampaign); UpdateCampaign update(@NonNull String id); UpdateCampaign update(@NonNull String id, @NonNull UpdateCampaign campaign); } | UpdateCampaignDao extends AbstractModelDao<UpdateCampaign> implements CrudDao<UpdateCampaign> { @Override @SuppressWarnings({ "resource", "unused" }) public UpdateCampaignDao clone() { try { return new UpdateCampaignDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UpdateCampaignDao(); UpdateCampaignDao(ApiClientWrapper client); UpdateCampaignDao(ConnectionOptions options); UpdateCampaignDao(SdkContext sdkContext); Paginator<CampaignDeviceMetadata> allDeviceMetadata(@Nullable CampaignDeviceMetadataListOptions options); Paginator<CampaignDeviceMetadata> allDeviceMetadata(@Nullable CampaignDeviceMetadataListOptions options,
@NonNull UpdateCampaign updateCampaign); Paginator<CampaignDeviceMetadata> allDeviceMetadata(@NonNull String id,
@Nullable CampaignDeviceMetadataListOptions options); void archive(); void archive(@NonNull UpdateCampaign updateCampaign); void archive(@NonNull String id); @Override @SuppressWarnings({ "resource", "unused" }) UpdateCampaignDao clone(); @Override UpdateCampaign create(); @Override UpdateCampaign create(@NonNull UpdateCampaign campaign); @Override void delete(); @Override void delete(@NonNull UpdateCampaign updateCampaign); @Override void delete(@NonNull String id); ListResponse<CampaignDeviceMetadata> deviceMetadata(@Nullable CampaignDeviceMetadataListOptions options); ListResponse<CampaignDeviceMetadata> deviceMetadata(@Nullable CampaignDeviceMetadataListOptions options,
@NonNull UpdateCampaign updateCampaign); ListResponse<CampaignDeviceMetadata> deviceMetadata(@NonNull String id,
@Nullable CampaignDeviceMetadataListOptions options); @Override UpdateCampaign read(); UpdateCampaign read(@NonNull UpdateCampaign updateCampaign); @Override UpdateCampaign read(@NonNull String id); void start(); void start(@NonNull UpdateCampaign updateCampaign); void start(@NonNull String id); void stop(); void stop(@NonNull UpdateCampaign updateCampaign); void stop(@NonNull String id); @Override UpdateCampaign update(); @Override UpdateCampaign update(@NonNull UpdateCampaign updateCampaign); UpdateCampaign update(@NonNull String id); UpdateCampaign update(@NonNull String id, @NonNull UpdateCampaign campaign); } |
@SuppressWarnings("resource") @Test public void testClone() { try { CampaignDeviceMetadataDao campaigndevicemetadatadao1 = new CampaignDeviceMetadataDao(); CampaignDeviceMetadataDao campaigndevicemetadatadao2 = campaigndevicemetadatadao1.clone(); assertNotNull(campaigndevicemetadatadao1); assertNotNull(campaigndevicemetadatadao2); assertNotSame(campaigndevicemetadatadao2, campaigndevicemetadatadao1); assertEquals(campaigndevicemetadatadao2, campaigndevicemetadatadao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public CampaignDeviceMetadataDao clone() { try { return new CampaignDeviceMetadataDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | CampaignDeviceMetadataDao extends AbstractCampaignDeviceMetadataDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignDeviceMetadataDao clone() { try { return new CampaignDeviceMetadataDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | CampaignDeviceMetadataDao extends AbstractCampaignDeviceMetadataDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignDeviceMetadataDao clone() { try { return new CampaignDeviceMetadataDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } CampaignDeviceMetadataDao(); CampaignDeviceMetadataDao(ApiClientWrapper client); CampaignDeviceMetadataDao(ConnectionOptions options); CampaignDeviceMetadataDao(SdkContext sdkContext); } | CampaignDeviceMetadataDao extends AbstractCampaignDeviceMetadataDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignDeviceMetadataDao clone() { try { return new CampaignDeviceMetadataDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } CampaignDeviceMetadataDao(); CampaignDeviceMetadataDao(ApiClientWrapper client); CampaignDeviceMetadataDao(ConnectionOptions options); CampaignDeviceMetadataDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) CampaignDeviceMetadataDao clone(); @Override @NotImplemented CampaignDeviceMetadata read(String id); } | CampaignDeviceMetadataDao extends AbstractCampaignDeviceMetadataDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignDeviceMetadataDao clone() { try { return new CampaignDeviceMetadataDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } CampaignDeviceMetadataDao(); CampaignDeviceMetadataDao(ApiClientWrapper client); CampaignDeviceMetadataDao(ConnectionOptions options); CampaignDeviceMetadataDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) CampaignDeviceMetadataDao clone(); @Override @NotImplemented CampaignDeviceMetadata read(String id); } |
@SuppressWarnings("resource") @Test public void testClone() { try { UpdateCampaignListDao updatecampaignlistdao1 = new UpdateCampaignListDao(); UpdateCampaignListDao updatecampaignlistdao2 = updatecampaignlistdao1.clone(); assertNotNull(updatecampaignlistdao1); assertNotNull(updatecampaignlistdao2); assertNotSame(updatecampaignlistdao2, updatecampaignlistdao1); assertEquals(updatecampaignlistdao2, updatecampaignlistdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public UpdateCampaignListDao clone() { try { return new UpdateCampaignListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | UpdateCampaignListDao extends AbstractModelListDao<UpdateCampaign, UpdateCampaignListOptions> implements ModelListDao<UpdateCampaign, UpdateCampaignListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public UpdateCampaignListDao clone() { try { return new UpdateCampaignListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | UpdateCampaignListDao extends AbstractModelListDao<UpdateCampaign, UpdateCampaignListOptions> implements ModelListDao<UpdateCampaign, UpdateCampaignListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public UpdateCampaignListDao clone() { try { return new UpdateCampaignListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UpdateCampaignListDao(); UpdateCampaignListDao(ApiClientWrapper client); UpdateCampaignListDao(ConnectionOptions options); UpdateCampaignListDao(SdkContext sdkContext); } | UpdateCampaignListDao extends AbstractModelListDao<UpdateCampaign, UpdateCampaignListOptions> implements ModelListDao<UpdateCampaign, UpdateCampaignListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public UpdateCampaignListDao clone() { try { return new UpdateCampaignListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UpdateCampaignListDao(); UpdateCampaignListDao(ApiClientWrapper client); UpdateCampaignListDao(ConnectionOptions options); UpdateCampaignListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) UpdateCampaignListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<UpdateCampaignDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) UpdateCampaignDao getNewModelDao(); } | UpdateCampaignListDao extends AbstractModelListDao<UpdateCampaign, UpdateCampaignListOptions> implements ModelListDao<UpdateCampaign, UpdateCampaignListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public UpdateCampaignListDao clone() { try { return new UpdateCampaignListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } UpdateCampaignListDao(); UpdateCampaignListDao(ApiClientWrapper client); UpdateCampaignListDao(ConnectionOptions options); UpdateCampaignListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) UpdateCampaignListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<UpdateCampaignDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) UpdateCampaignDao getNewModelDao(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { CampaignDeviceMetadataListOptions campaigndevicemetadatalistoptions1 = new CampaignDeviceMetadataListOptions(Integer.valueOf(6), Long.valueOf(-75), Order.getDefault(), "368dc750-be6f-4fb3-8071-0514c104212f", null, null); CampaignDeviceMetadataListOptions campaigndevicemetadatalistoptions2 = campaigndevicemetadatalistoptions1.clone(); assertNotNull(campaigndevicemetadatalistoptions1); assertNotNull(campaigndevicemetadatalistoptions2); assertNotSame(campaigndevicemetadatalistoptions2, campaigndevicemetadatalistoptions1); assertEquals(campaigndevicemetadatalistoptions2, campaigndevicemetadatalistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public CampaignDeviceMetadataListOptions clone() { final CampaignDeviceMetadataListOptions opt = new CampaignDeviceMetadataListOptions(); opt.setOptions(this); return opt; } | CampaignDeviceMetadataListOptions extends ListOptions { @Override public CampaignDeviceMetadataListOptions clone() { final CampaignDeviceMetadataListOptions opt = new CampaignDeviceMetadataListOptions(); opt.setOptions(this); return opt; } } | CampaignDeviceMetadataListOptions extends ListOptions { @Override public CampaignDeviceMetadataListOptions clone() { final CampaignDeviceMetadataListOptions opt = new CampaignDeviceMetadataListOptions(); opt.setOptions(this); return opt; } @Internal CampaignDeviceMetadataListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignDeviceMetadataListOptions(CampaignDeviceMetadataListOptions campaignDeviceMetadataListOptions); CampaignDeviceMetadataListOptions(); @Internal CampaignDeviceMetadataListOptions(String after, Filters filter); } | CampaignDeviceMetadataListOptions extends ListOptions { @Override public CampaignDeviceMetadataListOptions clone() { final CampaignDeviceMetadataListOptions opt = new CampaignDeviceMetadataListOptions(); opt.setOptions(this); return opt; } @Internal CampaignDeviceMetadataListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignDeviceMetadataListOptions(CampaignDeviceMetadataListOptions campaignDeviceMetadataListOptions); CampaignDeviceMetadataListOptions(); @Internal CampaignDeviceMetadataListOptions(String after, Filters filter); @Override String toString(); @Override CampaignDeviceMetadataListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | CampaignDeviceMetadataListOptions extends ListOptions { @Override public CampaignDeviceMetadataListOptions clone() { final CampaignDeviceMetadataListOptions opt = new CampaignDeviceMetadataListOptions(); opt.setOptions(this); return opt; } @Internal CampaignDeviceMetadataListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignDeviceMetadataListOptions(CampaignDeviceMetadataListOptions campaignDeviceMetadataListOptions); CampaignDeviceMetadataListOptions(); @Internal CampaignDeviceMetadataListOptions(String after, Filters filter); @Override String toString(); @Override CampaignDeviceMetadataListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { CampaignDeviceMetadataListOptions campaigndevicemetadatalistoptions1 = new CampaignDeviceMetadataListOptions(Integer.valueOf(-123), Long.valueOf(80), Order.getDefault(), "25b31173-1954-4f3a-a534-23d22d210563", null, null); CampaignDeviceMetadataListOptions campaigndevicemetadatalistoptions2 = new CampaignDeviceMetadataListOptions(Integer.valueOf(-123), Long.valueOf(80), Order.getDefault(), "25b31173-1954-4f3a-a534-23d22d210563", null, null); assertNotNull(campaigndevicemetadatalistoptions1); assertNotNull(campaigndevicemetadatalistoptions2); assertNotSame(campaigndevicemetadatalistoptions2, campaigndevicemetadatalistoptions1); assertEquals(campaigndevicemetadatalistoptions2, campaigndevicemetadatalistoptions1); assertEquals(campaigndevicemetadatalistoptions2.hashCode(), campaigndevicemetadatalistoptions1.hashCode()); int hashCode = campaigndevicemetadatalistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, campaigndevicemetadatalistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | CampaignDeviceMetadataListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | CampaignDeviceMetadataListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal CampaignDeviceMetadataListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignDeviceMetadataListOptions(CampaignDeviceMetadataListOptions campaignDeviceMetadataListOptions); CampaignDeviceMetadataListOptions(); @Internal CampaignDeviceMetadataListOptions(String after, Filters filter); } | CampaignDeviceMetadataListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal CampaignDeviceMetadataListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignDeviceMetadataListOptions(CampaignDeviceMetadataListOptions campaignDeviceMetadataListOptions); CampaignDeviceMetadataListOptions(); @Internal CampaignDeviceMetadataListOptions(String after, Filters filter); @Override String toString(); @Override CampaignDeviceMetadataListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | CampaignDeviceMetadataListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal CampaignDeviceMetadataListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignDeviceMetadataListOptions(CampaignDeviceMetadataListOptions campaignDeviceMetadataListOptions); CampaignDeviceMetadataListOptions(); @Internal CampaignDeviceMetadataListOptions(String after, Filters filter); @Override String toString(); @Override CampaignDeviceMetadataListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@SuppressWarnings("resource") @Test public void testEquals() { try { CampaignDeviceMetadataListOptions campaigndevicemetadatalistoptions1 = new CampaignDeviceMetadataListOptions(Integer.valueOf(-17), Long.valueOf(-43), Order.getDefault(), "a13c3a90-59f7-48e1-bfde-2ec9badf975a", null, null); CampaignDeviceMetadataListOptions campaigndevicemetadatalistoptions2 = new CampaignDeviceMetadataListOptions(Integer.valueOf(-17), Long.valueOf(-43), Order.getDefault(), "a13c3a90-59f7-48e1-bfde-2ec9badf975a", null, null); CampaignDeviceMetadataListOptions campaigndevicemetadatalistoptions3 = new CampaignDeviceMetadataListOptions(Integer.valueOf(-101), Long.valueOf(-17), Order.getDefault(), "17476050-3903-437d-b380-781b56abef5a", null, null); assertNotNull(campaigndevicemetadatalistoptions1); assertNotNull(campaigndevicemetadatalistoptions2); assertNotNull(campaigndevicemetadatalistoptions3); assertNotSame(campaigndevicemetadatalistoptions2, campaigndevicemetadatalistoptions1); assertNotSame(campaigndevicemetadatalistoptions3, campaigndevicemetadatalistoptions1); assertEquals(campaigndevicemetadatalistoptions2, campaigndevicemetadatalistoptions1); assertEquals(campaigndevicemetadatalistoptions2, campaigndevicemetadatalistoptions1); assertEquals(campaigndevicemetadatalistoptions1, campaigndevicemetadatalistoptions2); assertEquals(campaigndevicemetadatalistoptions1, campaigndevicemetadatalistoptions1); assertFalse(campaigndevicemetadatalistoptions1.equals(null)); assertNotEquals(campaigndevicemetadatalistoptions3, campaigndevicemetadatalistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof CampaignDeviceMetadataListOptions)) { return false; } final CampaignDeviceMetadataListOptions other = (CampaignDeviceMetadataListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | CampaignDeviceMetadataListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof CampaignDeviceMetadataListOptions)) { return false; } final CampaignDeviceMetadataListOptions other = (CampaignDeviceMetadataListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | CampaignDeviceMetadataListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof CampaignDeviceMetadataListOptions)) { return false; } final CampaignDeviceMetadataListOptions other = (CampaignDeviceMetadataListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal CampaignDeviceMetadataListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignDeviceMetadataListOptions(CampaignDeviceMetadataListOptions campaignDeviceMetadataListOptions); CampaignDeviceMetadataListOptions(); @Internal CampaignDeviceMetadataListOptions(String after, Filters filter); } | CampaignDeviceMetadataListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof CampaignDeviceMetadataListOptions)) { return false; } final CampaignDeviceMetadataListOptions other = (CampaignDeviceMetadataListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal CampaignDeviceMetadataListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignDeviceMetadataListOptions(CampaignDeviceMetadataListOptions campaignDeviceMetadataListOptions); CampaignDeviceMetadataListOptions(); @Internal CampaignDeviceMetadataListOptions(String after, Filters filter); @Override String toString(); @Override CampaignDeviceMetadataListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | CampaignDeviceMetadataListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof CampaignDeviceMetadataListOptions)) { return false; } final CampaignDeviceMetadataListOptions other = (CampaignDeviceMetadataListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal CampaignDeviceMetadataListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal CampaignDeviceMetadataListOptions(CampaignDeviceMetadataListOptions campaignDeviceMetadataListOptions); CampaignDeviceMetadataListOptions(); @Internal CampaignDeviceMetadataListOptions(String after, Filters filter); @Override String toString(); @Override CampaignDeviceMetadataListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } |
@Test public void testMapListRespListOfUMapperOfUT() { final List<String> data = new LinkedList<>(); data.add("1"); data.add(" 2 "); data.add(" 3"); data.add("4 "); data.add("5"); RespList<String> list = new RespList<String>() { @SuppressWarnings("boxing") @Override public Boolean getHasMore() { return false; } @SuppressWarnings("boxing") @Override public Integer getTotalCount() { return 1; } @Override public String getAfter() { return null; } @Override public String getContinuationMarker() { return null; } @SuppressWarnings("boxing") @Override public Integer getLimit() { return 5; } @Override public String getOrder() { return null; } @Override public List<String> getData() { return data; } }; ListResponse<IntegerModel> listResp = GenericAdapter.mapList(list, new Mapper<String, IntegerModel>() { @Override public IntegerModel map(String toBeMapped) { return new IntegerModel(TranslationUtils.toInt(toBeMapped, 0)); } }); List<IntegerModel> mappedList = listResp.getData(); for (int i = 0; i < 5; i++) { assertEquals(new IntegerModel(i + 1), mappedList.get(i)); } assertEquals(list.getLimit(), list.getLimit()); } | public static <T extends SdkModel, U> ListResponse<T> mapList(RespList<U> respList, Mapper<U, T> mapper) { if (respList == null || mapper == null) { return null; } final ListResponse<T> responseList = new ListResponse<>(TranslationUtils.toBool(respList.getHasMore(), false), TranslationUtils.toLong(respList.getTotalCount()), respList.getAfter(), respList.getContinuationMarker(), TranslationUtils.toInt(respList.getLimit()), Order.parseOrder(respList.getOrder(), Order.getUnknownEnum())); if (respList.getData() == null || respList.getData().isEmpty()) { return responseList; } for (final U resp : respList.getData()) { responseList.addData(mapper.map(resp)); } return responseList; } | GenericAdapter { public static <T extends SdkModel, U> ListResponse<T> mapList(RespList<U> respList, Mapper<U, T> mapper) { if (respList == null || mapper == null) { return null; } final ListResponse<T> responseList = new ListResponse<>(TranslationUtils.toBool(respList.getHasMore(), false), TranslationUtils.toLong(respList.getTotalCount()), respList.getAfter(), respList.getContinuationMarker(), TranslationUtils.toInt(respList.getLimit()), Order.parseOrder(respList.getOrder(), Order.getUnknownEnum())); if (respList.getData() == null || respList.getData().isEmpty()) { return responseList; } for (final U resp : respList.getData()) { responseList.addData(mapper.map(resp)); } return responseList; } } | GenericAdapter { public static <T extends SdkModel, U> ListResponse<T> mapList(RespList<U> respList, Mapper<U, T> mapper) { if (respList == null || mapper == null) { return null; } final ListResponse<T> responseList = new ListResponse<>(TranslationUtils.toBool(respList.getHasMore(), false), TranslationUtils.toLong(respList.getTotalCount()), respList.getAfter(), respList.getContinuationMarker(), TranslationUtils.toInt(respList.getLimit()), Order.parseOrder(respList.getOrder(), Order.getUnknownEnum())); if (respList.getData() == null || respList.getData().isEmpty()) { return responseList; } for (final U resp : respList.getData()) { responseList.addData(mapper.map(resp)); } return responseList; } private GenericAdapter(); } | GenericAdapter { public static <T extends SdkModel, U> ListResponse<T> mapList(RespList<U> respList, Mapper<U, T> mapper) { if (respList == null || mapper == null) { return null; } final ListResponse<T> responseList = new ListResponse<>(TranslationUtils.toBool(respList.getHasMore(), false), TranslationUtils.toLong(respList.getTotalCount()), respList.getAfter(), respList.getContinuationMarker(), TranslationUtils.toInt(respList.getLimit()), Order.parseOrder(respList.getOrder(), Order.getUnknownEnum())); if (respList.getData() == null || respList.getData().isEmpty()) { return responseList; } for (final U resp : respList.getData()) { responseList.addData(mapper.map(resp)); } return responseList; } private GenericAdapter(); static Mapper<T, T> identityMapper(Class<T> type); static Mapper<ListResponse<T>, ListResponse<T>> identityListMapper(Class<T> type); static ListResponse<T> mapList(RespList<U> respList, Mapper<U, T> mapper); static List<T> mapList(List<U> list, Mapper<U, T> mapper); static List<T> mapList(List<U> list, List<T> mappedList, Mapper<U, T> mapper); static IdListResponse mapIdList(RespList<U> respList, Mapper<U, String> mapper); } | GenericAdapter { public static <T extends SdkModel, U> ListResponse<T> mapList(RespList<U> respList, Mapper<U, T> mapper) { if (respList == null || mapper == null) { return null; } final ListResponse<T> responseList = new ListResponse<>(TranslationUtils.toBool(respList.getHasMore(), false), TranslationUtils.toLong(respList.getTotalCount()), respList.getAfter(), respList.getContinuationMarker(), TranslationUtils.toInt(respList.getLimit()), Order.parseOrder(respList.getOrder(), Order.getUnknownEnum())); if (respList.getData() == null || respList.getData().isEmpty()) { return responseList; } for (final U resp : respList.getData()) { responseList.addData(mapper.map(resp)); } return responseList; } private GenericAdapter(); static Mapper<T, T> identityMapper(Class<T> type); static Mapper<ListResponse<T>, ListResponse<T>> identityListMapper(Class<T> type); static ListResponse<T> mapList(RespList<U> respList, Mapper<U, T> mapper); static List<T> mapList(List<U> list, Mapper<U, T> mapper); static List<T> mapList(List<U> list, List<T> mappedList, Mapper<U, T> mapper); static IdListResponse mapIdList(RespList<U> respList, Mapper<U, String> mapper); static final String MAP_LIST_FUNCTION_NAME; } |
@SuppressWarnings("resource") @Test public void testClone() { try { CampaignStatisticsDao campaignstatisticsdao1 = new CampaignStatisticsDao(); CampaignStatisticsDao campaignstatisticsdao2 = campaignstatisticsdao1.clone(); assertNotNull(campaignstatisticsdao1); assertNotNull(campaignstatisticsdao2); assertNotSame(campaignstatisticsdao2, campaignstatisticsdao1); assertEquals(campaignstatisticsdao2, campaignstatisticsdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public CampaignStatisticsDao clone() { try { return new CampaignStatisticsDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | CampaignStatisticsDao extends AbstractCampaignStatisticsDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignStatisticsDao clone() { try { return new CampaignStatisticsDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | CampaignStatisticsDao extends AbstractCampaignStatisticsDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignStatisticsDao clone() { try { return new CampaignStatisticsDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } CampaignStatisticsDao(); CampaignStatisticsDao(ApiClientWrapper client); CampaignStatisticsDao(ConnectionOptions options); CampaignStatisticsDao(SdkContext sdkContext); } | CampaignStatisticsDao extends AbstractCampaignStatisticsDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignStatisticsDao clone() { try { return new CampaignStatisticsDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } CampaignStatisticsDao(); CampaignStatisticsDao(ApiClientWrapper client); CampaignStatisticsDao(ConnectionOptions options); CampaignStatisticsDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) CampaignStatisticsDao clone(); @Override @NotImplemented CampaignStatistics read(String id); } | CampaignStatisticsDao extends AbstractCampaignStatisticsDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignStatisticsDao clone() { try { return new CampaignStatisticsDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } CampaignStatisticsDao(); CampaignStatisticsDao(ApiClientWrapper client); CampaignStatisticsDao(ConnectionOptions options); CampaignStatisticsDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) CampaignStatisticsDao clone(); @Override @NotImplemented CampaignStatistics read(String id); } |
@SuppressWarnings("resource") @Test public void testClone() { try { FirmwareImageListOptions firmwareimagelistoptions1 = new FirmwareImageListOptions(Integer.valueOf(62), Long.valueOf(-108), Order.getDefault(), "fe5ae079-64ba-4cd4-a2a3-25dae54320b4", null, null); FirmwareImageListOptions firmwareimagelistoptions2 = firmwareimagelistoptions1.clone(); assertNotNull(firmwareimagelistoptions1); assertNotNull(firmwareimagelistoptions2); assertNotSame(firmwareimagelistoptions2, firmwareimagelistoptions1); assertEquals(firmwareimagelistoptions2, firmwareimagelistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public FirmwareImageListOptions clone() { final FirmwareImageListOptions opt = new FirmwareImageListOptions(); opt.setOptions(this); return opt; } | FirmwareImageListOptions extends ListOptions { @Override public FirmwareImageListOptions clone() { final FirmwareImageListOptions opt = new FirmwareImageListOptions(); opt.setOptions(this); return opt; } } | FirmwareImageListOptions extends ListOptions { @Override public FirmwareImageListOptions clone() { final FirmwareImageListOptions opt = new FirmwareImageListOptions(); opt.setOptions(this); return opt; } @Internal FirmwareImageListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareImageListOptions(FirmwareImageListOptions firmwareImageListOptions); FirmwareImageListOptions(); @Internal FirmwareImageListOptions(String after, Filters filter); } | FirmwareImageListOptions extends ListOptions { @Override public FirmwareImageListOptions clone() { final FirmwareImageListOptions opt = new FirmwareImageListOptions(); opt.setOptions(this); return opt; } @Internal FirmwareImageListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareImageListOptions(FirmwareImageListOptions firmwareImageListOptions); FirmwareImageListOptions(); @Internal FirmwareImageListOptions(String after, Filters filter); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getDatafileUrlFilters(); void addEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T equalToDatafileUrl(String filterByDatafileUrl); void addNotEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notEqualToDatafileUrl(String filterByDatafileUrl); void addInDatafileUrlsFilter(String filterByDatafileUrl); void addInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String... filterByDatafileUrl); void addNotInDatafileUrlsFilter(String filterByDatafileUrl); void addNotInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addNotInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String... filterByDatafileUrl); List<Filter> getDatafileSizeFilters(); void addEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T equalToDatafileSize(long filterByDatafileSize); void addNotEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T notEqualToDatafileSize(long filterByDatafileSize); void addInDatafileSizesFilter(String filterByDatafileSize); void addInDatafileSizesFilter(List<Long> filterByDatafileSize); void addInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(Long... filterByDatafileSize); void addNotInDatafileSizesFilter(String filterByDatafileSize); void addNotInDatafileSizesFilter(List<Long> filterByDatafileSize); void addNotInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(Long... filterByDatafileSize); List<Filter> getDatafileChecksumFilters(); void addEqualToDatafileChecksumFilter(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T equalToDatafileChecksum(String filterByDatafileChecksum); void addNotEqualToDatafileChecksumFilter(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T notEqualToDatafileChecksum(String filterByDatafileChecksum); void addInDatafileChecksumsFilter(String filterByDatafileChecksum); void addInDatafileChecksumsFilter(List<String> filterByDatafileChecksum); void addInDatafileChecksumsFilter(String... filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(List<String> filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(String... filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(String filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(List<String> filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(String... filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(List<String> filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(String... filterByDatafileChecksum); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); @Override String toString(); @Override FirmwareImageListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | FirmwareImageListOptions extends ListOptions { @Override public FirmwareImageListOptions clone() { final FirmwareImageListOptions opt = new FirmwareImageListOptions(); opt.setOptions(this); return opt; } @Internal FirmwareImageListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareImageListOptions(FirmwareImageListOptions firmwareImageListOptions); FirmwareImageListOptions(); @Internal FirmwareImageListOptions(String after, Filters filter); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getDatafileUrlFilters(); void addEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T equalToDatafileUrl(String filterByDatafileUrl); void addNotEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notEqualToDatafileUrl(String filterByDatafileUrl); void addInDatafileUrlsFilter(String filterByDatafileUrl); void addInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String... filterByDatafileUrl); void addNotInDatafileUrlsFilter(String filterByDatafileUrl); void addNotInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addNotInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String... filterByDatafileUrl); List<Filter> getDatafileSizeFilters(); void addEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T equalToDatafileSize(long filterByDatafileSize); void addNotEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T notEqualToDatafileSize(long filterByDatafileSize); void addInDatafileSizesFilter(String filterByDatafileSize); void addInDatafileSizesFilter(List<Long> filterByDatafileSize); void addInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(Long... filterByDatafileSize); void addNotInDatafileSizesFilter(String filterByDatafileSize); void addNotInDatafileSizesFilter(List<Long> filterByDatafileSize); void addNotInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(Long... filterByDatafileSize); List<Filter> getDatafileChecksumFilters(); void addEqualToDatafileChecksumFilter(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T equalToDatafileChecksum(String filterByDatafileChecksum); void addNotEqualToDatafileChecksumFilter(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T notEqualToDatafileChecksum(String filterByDatafileChecksum); void addInDatafileChecksumsFilter(String filterByDatafileChecksum); void addInDatafileChecksumsFilter(List<String> filterByDatafileChecksum); void addInDatafileChecksumsFilter(String... filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(List<String> filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(String... filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(String filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(List<String> filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(String... filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(List<String> filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(String... filterByDatafileChecksum); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); @Override String toString(); @Override FirmwareImageListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_CREATED_AT; static final String TAG_FILTER_BY_DATAFILE_CHECKSUM; static final String TAG_FILTER_BY_DATAFILE_SIZE; static final String TAG_FILTER_BY_DATAFILE_URL; static final String TAG_FILTER_BY_DESCRIPTION; static final String TAG_FILTER_BY_ID; static final String TAG_FILTER_BY_NAME; static final String TAG_FILTER_BY_UPDATED_AT; } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { FirmwareImageListOptions firmwareimagelistoptions1 = new FirmwareImageListOptions(Integer.valueOf(-22), Long.valueOf(84), Order.getDefault(), "b9b2b3df-e5c9-4c2b-a08b-95376a571406", null, null); FirmwareImageListOptions firmwareimagelistoptions2 = new FirmwareImageListOptions(Integer.valueOf(-22), Long.valueOf(84), Order.getDefault(), "b9b2b3df-e5c9-4c2b-a08b-95376a571406", null, null); assertNotNull(firmwareimagelistoptions1); assertNotNull(firmwareimagelistoptions2); assertNotSame(firmwareimagelistoptions2, firmwareimagelistoptions1); assertEquals(firmwareimagelistoptions2, firmwareimagelistoptions1); assertEquals(firmwareimagelistoptions2.hashCode(), firmwareimagelistoptions1.hashCode()); int hashCode = firmwareimagelistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, firmwareimagelistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | FirmwareImageListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | FirmwareImageListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal FirmwareImageListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareImageListOptions(FirmwareImageListOptions firmwareImageListOptions); FirmwareImageListOptions(); @Internal FirmwareImageListOptions(String after, Filters filter); } | FirmwareImageListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal FirmwareImageListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareImageListOptions(FirmwareImageListOptions firmwareImageListOptions); FirmwareImageListOptions(); @Internal FirmwareImageListOptions(String after, Filters filter); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getDatafileUrlFilters(); void addEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T equalToDatafileUrl(String filterByDatafileUrl); void addNotEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notEqualToDatafileUrl(String filterByDatafileUrl); void addInDatafileUrlsFilter(String filterByDatafileUrl); void addInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String... filterByDatafileUrl); void addNotInDatafileUrlsFilter(String filterByDatafileUrl); void addNotInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addNotInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String... filterByDatafileUrl); List<Filter> getDatafileSizeFilters(); void addEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T equalToDatafileSize(long filterByDatafileSize); void addNotEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T notEqualToDatafileSize(long filterByDatafileSize); void addInDatafileSizesFilter(String filterByDatafileSize); void addInDatafileSizesFilter(List<Long> filterByDatafileSize); void addInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(Long... filterByDatafileSize); void addNotInDatafileSizesFilter(String filterByDatafileSize); void addNotInDatafileSizesFilter(List<Long> filterByDatafileSize); void addNotInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(Long... filterByDatafileSize); List<Filter> getDatafileChecksumFilters(); void addEqualToDatafileChecksumFilter(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T equalToDatafileChecksum(String filterByDatafileChecksum); void addNotEqualToDatafileChecksumFilter(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T notEqualToDatafileChecksum(String filterByDatafileChecksum); void addInDatafileChecksumsFilter(String filterByDatafileChecksum); void addInDatafileChecksumsFilter(List<String> filterByDatafileChecksum); void addInDatafileChecksumsFilter(String... filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(List<String> filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(String... filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(String filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(List<String> filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(String... filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(List<String> filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(String... filterByDatafileChecksum); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); @Override String toString(); @Override FirmwareImageListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | FirmwareImageListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal FirmwareImageListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareImageListOptions(FirmwareImageListOptions firmwareImageListOptions); FirmwareImageListOptions(); @Internal FirmwareImageListOptions(String after, Filters filter); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getDatafileUrlFilters(); void addEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T equalToDatafileUrl(String filterByDatafileUrl); void addNotEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notEqualToDatafileUrl(String filterByDatafileUrl); void addInDatafileUrlsFilter(String filterByDatafileUrl); void addInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String... filterByDatafileUrl); void addNotInDatafileUrlsFilter(String filterByDatafileUrl); void addNotInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addNotInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String... filterByDatafileUrl); List<Filter> getDatafileSizeFilters(); void addEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T equalToDatafileSize(long filterByDatafileSize); void addNotEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T notEqualToDatafileSize(long filterByDatafileSize); void addInDatafileSizesFilter(String filterByDatafileSize); void addInDatafileSizesFilter(List<Long> filterByDatafileSize); void addInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(Long... filterByDatafileSize); void addNotInDatafileSizesFilter(String filterByDatafileSize); void addNotInDatafileSizesFilter(List<Long> filterByDatafileSize); void addNotInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(Long... filterByDatafileSize); List<Filter> getDatafileChecksumFilters(); void addEqualToDatafileChecksumFilter(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T equalToDatafileChecksum(String filterByDatafileChecksum); void addNotEqualToDatafileChecksumFilter(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T notEqualToDatafileChecksum(String filterByDatafileChecksum); void addInDatafileChecksumsFilter(String filterByDatafileChecksum); void addInDatafileChecksumsFilter(List<String> filterByDatafileChecksum); void addInDatafileChecksumsFilter(String... filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(List<String> filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(String... filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(String filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(List<String> filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(String... filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(List<String> filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(String... filterByDatafileChecksum); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); @Override String toString(); @Override FirmwareImageListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_CREATED_AT; static final String TAG_FILTER_BY_DATAFILE_CHECKSUM; static final String TAG_FILTER_BY_DATAFILE_SIZE; static final String TAG_FILTER_BY_DATAFILE_URL; static final String TAG_FILTER_BY_DESCRIPTION; static final String TAG_FILTER_BY_ID; static final String TAG_FILTER_BY_NAME; static final String TAG_FILTER_BY_UPDATED_AT; } |
@SuppressWarnings("resource") @Test public void testEquals() { try { FirmwareImageListOptions firmwareimagelistoptions1 = new FirmwareImageListOptions(Integer.valueOf(100), Long.valueOf(6), Order.getDefault(), "c75ea4e8-eaf2-4c5f-b106-aa7a74717d0d", null, null); FirmwareImageListOptions firmwareimagelistoptions2 = new FirmwareImageListOptions(Integer.valueOf(100), Long.valueOf(6), Order.getDefault(), "c75ea4e8-eaf2-4c5f-b106-aa7a74717d0d", null, null); FirmwareImageListOptions firmwareimagelistoptions3 = new FirmwareImageListOptions(Integer.valueOf(-35), Long.valueOf(61), Order.getDefault(), "217f5c38-84a9-4459-a676-e048e34c7c8b", null, null); assertNotNull(firmwareimagelistoptions1); assertNotNull(firmwareimagelistoptions2); assertNotNull(firmwareimagelistoptions3); assertNotSame(firmwareimagelistoptions2, firmwareimagelistoptions1); assertNotSame(firmwareimagelistoptions3, firmwareimagelistoptions1); assertEquals(firmwareimagelistoptions2, firmwareimagelistoptions1); assertEquals(firmwareimagelistoptions2, firmwareimagelistoptions1); assertEquals(firmwareimagelistoptions1, firmwareimagelistoptions2); assertEquals(firmwareimagelistoptions1, firmwareimagelistoptions1); assertFalse(firmwareimagelistoptions1.equals(null)); assertNotEquals(firmwareimagelistoptions3, firmwareimagelistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof FirmwareImageListOptions)) { return false; } final FirmwareImageListOptions other = (FirmwareImageListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | FirmwareImageListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof FirmwareImageListOptions)) { return false; } final FirmwareImageListOptions other = (FirmwareImageListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | FirmwareImageListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof FirmwareImageListOptions)) { return false; } final FirmwareImageListOptions other = (FirmwareImageListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal FirmwareImageListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareImageListOptions(FirmwareImageListOptions firmwareImageListOptions); FirmwareImageListOptions(); @Internal FirmwareImageListOptions(String after, Filters filter); } | FirmwareImageListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof FirmwareImageListOptions)) { return false; } final FirmwareImageListOptions other = (FirmwareImageListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal FirmwareImageListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareImageListOptions(FirmwareImageListOptions firmwareImageListOptions); FirmwareImageListOptions(); @Internal FirmwareImageListOptions(String after, Filters filter); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getDatafileUrlFilters(); void addEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T equalToDatafileUrl(String filterByDatafileUrl); void addNotEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notEqualToDatafileUrl(String filterByDatafileUrl); void addInDatafileUrlsFilter(String filterByDatafileUrl); void addInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String... filterByDatafileUrl); void addNotInDatafileUrlsFilter(String filterByDatafileUrl); void addNotInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addNotInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String... filterByDatafileUrl); List<Filter> getDatafileSizeFilters(); void addEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T equalToDatafileSize(long filterByDatafileSize); void addNotEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T notEqualToDatafileSize(long filterByDatafileSize); void addInDatafileSizesFilter(String filterByDatafileSize); void addInDatafileSizesFilter(List<Long> filterByDatafileSize); void addInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(Long... filterByDatafileSize); void addNotInDatafileSizesFilter(String filterByDatafileSize); void addNotInDatafileSizesFilter(List<Long> filterByDatafileSize); void addNotInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(Long... filterByDatafileSize); List<Filter> getDatafileChecksumFilters(); void addEqualToDatafileChecksumFilter(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T equalToDatafileChecksum(String filterByDatafileChecksum); void addNotEqualToDatafileChecksumFilter(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T notEqualToDatafileChecksum(String filterByDatafileChecksum); void addInDatafileChecksumsFilter(String filterByDatafileChecksum); void addInDatafileChecksumsFilter(List<String> filterByDatafileChecksum); void addInDatafileChecksumsFilter(String... filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(List<String> filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(String... filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(String filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(List<String> filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(String... filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(List<String> filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(String... filterByDatafileChecksum); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); @Override String toString(); @Override FirmwareImageListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | FirmwareImageListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof FirmwareImageListOptions)) { return false; } final FirmwareImageListOptions other = (FirmwareImageListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal FirmwareImageListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal FirmwareImageListOptions(FirmwareImageListOptions firmwareImageListOptions); FirmwareImageListOptions(); @Internal FirmwareImageListOptions(String after, Filters filter); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getDatafileUrlFilters(); void addEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T equalToDatafileUrl(String filterByDatafileUrl); void addNotEqualToDatafileUrlFilter(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notEqualToDatafileUrl(String filterByDatafileUrl); void addInDatafileUrlsFilter(String filterByDatafileUrl); void addInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T inDatafileUrls(String... filterByDatafileUrl); void addNotInDatafileUrlsFilter(String filterByDatafileUrl); void addNotInDatafileUrlsFilter(List<String> filterByDatafileUrl); void addNotInDatafileUrlsFilter(String... filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(List<String> filterByDatafileUrl); @SuppressWarnings("unchecked") T notInDatafileUrls(String... filterByDatafileUrl); List<Filter> getDatafileSizeFilters(); void addEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T equalToDatafileSize(long filterByDatafileSize); void addNotEqualToDatafileSizeFilter(long filterByDatafileSize); @SuppressWarnings("unchecked") T notEqualToDatafileSize(long filterByDatafileSize); void addInDatafileSizesFilter(String filterByDatafileSize); void addInDatafileSizesFilter(List<Long> filterByDatafileSize); void addInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T inDatafileSizes(Long... filterByDatafileSize); void addNotInDatafileSizesFilter(String filterByDatafileSize); void addNotInDatafileSizesFilter(List<Long> filterByDatafileSize); void addNotInDatafileSizesFilter(Long... filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(String filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(List<Long> filterByDatafileSize); @SuppressWarnings("unchecked") T notInDatafileSizes(Long... filterByDatafileSize); List<Filter> getDatafileChecksumFilters(); void addEqualToDatafileChecksumFilter(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T equalToDatafileChecksum(String filterByDatafileChecksum); void addNotEqualToDatafileChecksumFilter(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T notEqualToDatafileChecksum(String filterByDatafileChecksum); void addInDatafileChecksumsFilter(String filterByDatafileChecksum); void addInDatafileChecksumsFilter(List<String> filterByDatafileChecksum); void addInDatafileChecksumsFilter(String... filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(List<String> filterByDatafileChecksum); @SuppressWarnings("unchecked") T inDatafileChecksums(String... filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(String filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(List<String> filterByDatafileChecksum); void addNotInDatafileChecksumsFilter(String... filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(String filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(List<String> filterByDatafileChecksum); @SuppressWarnings("unchecked") T notInDatafileChecksums(String... filterByDatafileChecksum); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); @Override String toString(); @Override FirmwareImageListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_CREATED_AT; static final String TAG_FILTER_BY_DATAFILE_CHECKSUM; static final String TAG_FILTER_BY_DATAFILE_SIZE; static final String TAG_FILTER_BY_DATAFILE_URL; static final String TAG_FILTER_BY_DESCRIPTION; static final String TAG_FILTER_BY_ID; static final String TAG_FILTER_BY_NAME; static final String TAG_FILTER_BY_UPDATED_AT; } |
@SuppressWarnings("resource") @Test public void testClone() { try { UpdateCampaignListOptions updatecampaignlistoptions1 = new UpdateCampaignListOptions(Integer.valueOf(21), Long.valueOf(125), Order.getDefault(), "eb2bed7f-9586-41a6-90f4-7733c29fe0e5", null, null); UpdateCampaignListOptions updatecampaignlistoptions2 = updatecampaignlistoptions1.clone(); assertNotNull(updatecampaignlistoptions1); assertNotNull(updatecampaignlistoptions2); assertNotSame(updatecampaignlistoptions2, updatecampaignlistoptions1); assertEquals(updatecampaignlistoptions2, updatecampaignlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public UpdateCampaignListOptions clone() { final UpdateCampaignListOptions opt = new UpdateCampaignListOptions(); opt.setOptions(this); return opt; } | UpdateCampaignListOptions extends ListOptions { @Override public UpdateCampaignListOptions clone() { final UpdateCampaignListOptions opt = new UpdateCampaignListOptions(); opt.setOptions(this); return opt; } } | UpdateCampaignListOptions extends ListOptions { @Override public UpdateCampaignListOptions clone() { final UpdateCampaignListOptions opt = new UpdateCampaignListOptions(); opt.setOptions(this); return opt; } @Internal UpdateCampaignListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UpdateCampaignListOptions(UpdateCampaignListOptions updateCampaignListOptions); UpdateCampaignListOptions(); @Internal UpdateCampaignListOptions(String after, Filters filter); } | UpdateCampaignListOptions extends ListOptions { @Override public UpdateCampaignListOptions clone() { final UpdateCampaignListOptions opt = new UpdateCampaignListOptions(); opt.setOptions(this); return opt; } @Internal UpdateCampaignListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UpdateCampaignListOptions(UpdateCampaignListOptions updateCampaignListOptions); UpdateCampaignListOptions(); @Internal UpdateCampaignListOptions(String after, Filters filter); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getDeviceFilterFilters(); void addEqualToDeviceFilterFilter(String filterByDeviceFilter); @SuppressWarnings("unchecked") T equalToDeviceFilter(String filterByDeviceFilter); void addNotEqualToDeviceFilterFilter(String filterByDeviceFilter); @SuppressWarnings("unchecked") T notEqualToDeviceFilter(String filterByDeviceFilter); void addInDeviceFiltersFilter(String filterByDeviceFilter); void addInDeviceFiltersFilter(List<String> filterByDeviceFilter); void addInDeviceFiltersFilter(String... filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(String filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(List<String> filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(String... filterByDeviceFilter); void addNotInDeviceFiltersFilter(String filterByDeviceFilter); void addNotInDeviceFiltersFilter(List<String> filterByDeviceFilter); void addNotInDeviceFiltersFilter(String... filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(String filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(List<String> filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(String... filterByDeviceFilter); List<Filter> getFinishedFilters(); void addInFinishedsFilter(String filterByFinished); void addInFinishedsFilter(List<Date> filterByFinished); void addInFinishedsFilter(Date... filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(String filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(List<Date> filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(Date... filterByFinished); void addNotInFinishedsFilter(String filterByFinished); void addNotInFinishedsFilter(List<Date> filterByFinished); void addNotInFinishedsFilter(Date... filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(String filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(List<Date> filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(Date... filterByFinished); void addLessThanFinishedFilter(Date filterByFinished); @SuppressWarnings("unchecked") T lessThanFinished(Date filterByFinished); void addGreaterThanFinishedFilter(Date filterByFinished); @SuppressWarnings("unchecked") T greaterThanFinished(Date filterByFinished); List<Filter> getStartedAtFilters(); void addInStartedAtsFilter(String filterByStartedAt); void addInStartedAtsFilter(List<Date> filterByStartedAt); void addInStartedAtsFilter(Date... filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(String filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(List<Date> filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(Date... filterByStartedAt); void addNotInStartedAtsFilter(String filterByStartedAt); void addNotInStartedAtsFilter(List<Date> filterByStartedAt); void addNotInStartedAtsFilter(Date... filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(String filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(List<Date> filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(Date... filterByStartedAt); void addLessThanStartedAtFilter(Date filterByStartedAt); @SuppressWarnings("unchecked") T lessThanStartedAt(Date filterByStartedAt); void addGreaterThanStartedAtFilter(Date filterByStartedAt); @SuppressWarnings("unchecked") T greaterThanStartedAt(Date filterByStartedAt); List<Filter> getWhenFilters(); void addInWhensFilter(String filterByWhen); void addInWhensFilter(List<Date> filterByWhen); void addInWhensFilter(Date... filterByWhen); @SuppressWarnings("unchecked") T inWhens(String filterByWhen); @SuppressWarnings("unchecked") T inWhens(List<Date> filterByWhen); @SuppressWarnings("unchecked") T inWhens(Date... filterByWhen); void addNotInWhensFilter(String filterByWhen); void addNotInWhensFilter(List<Date> filterByWhen); void addNotInWhensFilter(Date... filterByWhen); @SuppressWarnings("unchecked") T notInWhens(String filterByWhen); @SuppressWarnings("unchecked") T notInWhens(List<Date> filterByWhen); @SuppressWarnings("unchecked") T notInWhens(Date... filterByWhen); void addLessThanWhenFilter(Date filterByWhen); @SuppressWarnings("unchecked") T lessThanWhen(Date filterByWhen); void addGreaterThanWhenFilter(Date filterByWhen); @SuppressWarnings("unchecked") T greaterThanWhen(Date filterByWhen); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getRootManifestIdFilters(); void addEqualToRootManifestIdFilter(String filterByRootManifestId); @SuppressWarnings("unchecked") T equalToRootManifestId(String filterByRootManifestId); void addNotEqualToRootManifestIdFilter(String filterByRootManifestId); @SuppressWarnings("unchecked") T notEqualToRootManifestId(String filterByRootManifestId); void addInRootManifestIdsFilter(String filterByRootManifestId); void addInRootManifestIdsFilter(List<String> filterByRootManifestId); void addInRootManifestIdsFilter(String... filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(String filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(List<String> filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(String... filterByRootManifestId); void addNotInRootManifestIdsFilter(String filterByRootManifestId); void addNotInRootManifestIdsFilter(List<String> filterByRootManifestId); void addNotInRootManifestIdsFilter(String... filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(String filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(List<String> filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(String... filterByRootManifestId); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); @Override String toString(); @Override UpdateCampaignListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | UpdateCampaignListOptions extends ListOptions { @Override public UpdateCampaignListOptions clone() { final UpdateCampaignListOptions opt = new UpdateCampaignListOptions(); opt.setOptions(this); return opt; } @Internal UpdateCampaignListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UpdateCampaignListOptions(UpdateCampaignListOptions updateCampaignListOptions); UpdateCampaignListOptions(); @Internal UpdateCampaignListOptions(String after, Filters filter); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getDeviceFilterFilters(); void addEqualToDeviceFilterFilter(String filterByDeviceFilter); @SuppressWarnings("unchecked") T equalToDeviceFilter(String filterByDeviceFilter); void addNotEqualToDeviceFilterFilter(String filterByDeviceFilter); @SuppressWarnings("unchecked") T notEqualToDeviceFilter(String filterByDeviceFilter); void addInDeviceFiltersFilter(String filterByDeviceFilter); void addInDeviceFiltersFilter(List<String> filterByDeviceFilter); void addInDeviceFiltersFilter(String... filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(String filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(List<String> filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(String... filterByDeviceFilter); void addNotInDeviceFiltersFilter(String filterByDeviceFilter); void addNotInDeviceFiltersFilter(List<String> filterByDeviceFilter); void addNotInDeviceFiltersFilter(String... filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(String filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(List<String> filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(String... filterByDeviceFilter); List<Filter> getFinishedFilters(); void addInFinishedsFilter(String filterByFinished); void addInFinishedsFilter(List<Date> filterByFinished); void addInFinishedsFilter(Date... filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(String filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(List<Date> filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(Date... filterByFinished); void addNotInFinishedsFilter(String filterByFinished); void addNotInFinishedsFilter(List<Date> filterByFinished); void addNotInFinishedsFilter(Date... filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(String filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(List<Date> filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(Date... filterByFinished); void addLessThanFinishedFilter(Date filterByFinished); @SuppressWarnings("unchecked") T lessThanFinished(Date filterByFinished); void addGreaterThanFinishedFilter(Date filterByFinished); @SuppressWarnings("unchecked") T greaterThanFinished(Date filterByFinished); List<Filter> getStartedAtFilters(); void addInStartedAtsFilter(String filterByStartedAt); void addInStartedAtsFilter(List<Date> filterByStartedAt); void addInStartedAtsFilter(Date... filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(String filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(List<Date> filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(Date... filterByStartedAt); void addNotInStartedAtsFilter(String filterByStartedAt); void addNotInStartedAtsFilter(List<Date> filterByStartedAt); void addNotInStartedAtsFilter(Date... filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(String filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(List<Date> filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(Date... filterByStartedAt); void addLessThanStartedAtFilter(Date filterByStartedAt); @SuppressWarnings("unchecked") T lessThanStartedAt(Date filterByStartedAt); void addGreaterThanStartedAtFilter(Date filterByStartedAt); @SuppressWarnings("unchecked") T greaterThanStartedAt(Date filterByStartedAt); List<Filter> getWhenFilters(); void addInWhensFilter(String filterByWhen); void addInWhensFilter(List<Date> filterByWhen); void addInWhensFilter(Date... filterByWhen); @SuppressWarnings("unchecked") T inWhens(String filterByWhen); @SuppressWarnings("unchecked") T inWhens(List<Date> filterByWhen); @SuppressWarnings("unchecked") T inWhens(Date... filterByWhen); void addNotInWhensFilter(String filterByWhen); void addNotInWhensFilter(List<Date> filterByWhen); void addNotInWhensFilter(Date... filterByWhen); @SuppressWarnings("unchecked") T notInWhens(String filterByWhen); @SuppressWarnings("unchecked") T notInWhens(List<Date> filterByWhen); @SuppressWarnings("unchecked") T notInWhens(Date... filterByWhen); void addLessThanWhenFilter(Date filterByWhen); @SuppressWarnings("unchecked") T lessThanWhen(Date filterByWhen); void addGreaterThanWhenFilter(Date filterByWhen); @SuppressWarnings("unchecked") T greaterThanWhen(Date filterByWhen); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getRootManifestIdFilters(); void addEqualToRootManifestIdFilter(String filterByRootManifestId); @SuppressWarnings("unchecked") T equalToRootManifestId(String filterByRootManifestId); void addNotEqualToRootManifestIdFilter(String filterByRootManifestId); @SuppressWarnings("unchecked") T notEqualToRootManifestId(String filterByRootManifestId); void addInRootManifestIdsFilter(String filterByRootManifestId); void addInRootManifestIdsFilter(List<String> filterByRootManifestId); void addInRootManifestIdsFilter(String... filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(String filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(List<String> filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(String... filterByRootManifestId); void addNotInRootManifestIdsFilter(String filterByRootManifestId); void addNotInRootManifestIdsFilter(List<String> filterByRootManifestId); void addNotInRootManifestIdsFilter(String... filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(String filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(List<String> filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(String... filterByRootManifestId); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); @Override String toString(); @Override UpdateCampaignListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_CREATED_AT; static final String TAG_FILTER_BY_DESCRIPTION; static final String TAG_FILTER_BY_DEVICE_FILTER; static final String TAG_FILTER_BY_FINISHED; static final String TAG_FILTER_BY_ID; static final String TAG_FILTER_BY_NAME; static final String TAG_FILTER_BY_ROOT_MANIFEST_ID; static final String TAG_FILTER_BY_STARTED_AT; static final String TAG_FILTER_BY_UPDATED_AT; static final String TAG_FILTER_BY_WHEN; } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { UpdateCampaignListOptions updatecampaignlistoptions1 = new UpdateCampaignListOptions(Integer.valueOf(47), Long.valueOf(-96), Order.getDefault(), "5298899b-2ce2-4b86-8f59-c99d20b5f99e", null, null); UpdateCampaignListOptions updatecampaignlistoptions2 = new UpdateCampaignListOptions(Integer.valueOf(47), Long.valueOf(-96), Order.getDefault(), "5298899b-2ce2-4b86-8f59-c99d20b5f99e", null, null); assertNotNull(updatecampaignlistoptions1); assertNotNull(updatecampaignlistoptions2); assertNotSame(updatecampaignlistoptions2, updatecampaignlistoptions1); assertEquals(updatecampaignlistoptions2, updatecampaignlistoptions1); assertEquals(updatecampaignlistoptions2.hashCode(), updatecampaignlistoptions1.hashCode()); int hashCode = updatecampaignlistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, updatecampaignlistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | UpdateCampaignListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | UpdateCampaignListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal UpdateCampaignListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UpdateCampaignListOptions(UpdateCampaignListOptions updateCampaignListOptions); UpdateCampaignListOptions(); @Internal UpdateCampaignListOptions(String after, Filters filter); } | UpdateCampaignListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal UpdateCampaignListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UpdateCampaignListOptions(UpdateCampaignListOptions updateCampaignListOptions); UpdateCampaignListOptions(); @Internal UpdateCampaignListOptions(String after, Filters filter); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getDeviceFilterFilters(); void addEqualToDeviceFilterFilter(String filterByDeviceFilter); @SuppressWarnings("unchecked") T equalToDeviceFilter(String filterByDeviceFilter); void addNotEqualToDeviceFilterFilter(String filterByDeviceFilter); @SuppressWarnings("unchecked") T notEqualToDeviceFilter(String filterByDeviceFilter); void addInDeviceFiltersFilter(String filterByDeviceFilter); void addInDeviceFiltersFilter(List<String> filterByDeviceFilter); void addInDeviceFiltersFilter(String... filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(String filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(List<String> filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(String... filterByDeviceFilter); void addNotInDeviceFiltersFilter(String filterByDeviceFilter); void addNotInDeviceFiltersFilter(List<String> filterByDeviceFilter); void addNotInDeviceFiltersFilter(String... filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(String filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(List<String> filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(String... filterByDeviceFilter); List<Filter> getFinishedFilters(); void addInFinishedsFilter(String filterByFinished); void addInFinishedsFilter(List<Date> filterByFinished); void addInFinishedsFilter(Date... filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(String filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(List<Date> filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(Date... filterByFinished); void addNotInFinishedsFilter(String filterByFinished); void addNotInFinishedsFilter(List<Date> filterByFinished); void addNotInFinishedsFilter(Date... filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(String filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(List<Date> filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(Date... filterByFinished); void addLessThanFinishedFilter(Date filterByFinished); @SuppressWarnings("unchecked") T lessThanFinished(Date filterByFinished); void addGreaterThanFinishedFilter(Date filterByFinished); @SuppressWarnings("unchecked") T greaterThanFinished(Date filterByFinished); List<Filter> getStartedAtFilters(); void addInStartedAtsFilter(String filterByStartedAt); void addInStartedAtsFilter(List<Date> filterByStartedAt); void addInStartedAtsFilter(Date... filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(String filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(List<Date> filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(Date... filterByStartedAt); void addNotInStartedAtsFilter(String filterByStartedAt); void addNotInStartedAtsFilter(List<Date> filterByStartedAt); void addNotInStartedAtsFilter(Date... filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(String filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(List<Date> filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(Date... filterByStartedAt); void addLessThanStartedAtFilter(Date filterByStartedAt); @SuppressWarnings("unchecked") T lessThanStartedAt(Date filterByStartedAt); void addGreaterThanStartedAtFilter(Date filterByStartedAt); @SuppressWarnings("unchecked") T greaterThanStartedAt(Date filterByStartedAt); List<Filter> getWhenFilters(); void addInWhensFilter(String filterByWhen); void addInWhensFilter(List<Date> filterByWhen); void addInWhensFilter(Date... filterByWhen); @SuppressWarnings("unchecked") T inWhens(String filterByWhen); @SuppressWarnings("unchecked") T inWhens(List<Date> filterByWhen); @SuppressWarnings("unchecked") T inWhens(Date... filterByWhen); void addNotInWhensFilter(String filterByWhen); void addNotInWhensFilter(List<Date> filterByWhen); void addNotInWhensFilter(Date... filterByWhen); @SuppressWarnings("unchecked") T notInWhens(String filterByWhen); @SuppressWarnings("unchecked") T notInWhens(List<Date> filterByWhen); @SuppressWarnings("unchecked") T notInWhens(Date... filterByWhen); void addLessThanWhenFilter(Date filterByWhen); @SuppressWarnings("unchecked") T lessThanWhen(Date filterByWhen); void addGreaterThanWhenFilter(Date filterByWhen); @SuppressWarnings("unchecked") T greaterThanWhen(Date filterByWhen); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getRootManifestIdFilters(); void addEqualToRootManifestIdFilter(String filterByRootManifestId); @SuppressWarnings("unchecked") T equalToRootManifestId(String filterByRootManifestId); void addNotEqualToRootManifestIdFilter(String filterByRootManifestId); @SuppressWarnings("unchecked") T notEqualToRootManifestId(String filterByRootManifestId); void addInRootManifestIdsFilter(String filterByRootManifestId); void addInRootManifestIdsFilter(List<String> filterByRootManifestId); void addInRootManifestIdsFilter(String... filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(String filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(List<String> filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(String... filterByRootManifestId); void addNotInRootManifestIdsFilter(String filterByRootManifestId); void addNotInRootManifestIdsFilter(List<String> filterByRootManifestId); void addNotInRootManifestIdsFilter(String... filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(String filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(List<String> filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(String... filterByRootManifestId); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); @Override String toString(); @Override UpdateCampaignListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | UpdateCampaignListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal UpdateCampaignListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UpdateCampaignListOptions(UpdateCampaignListOptions updateCampaignListOptions); UpdateCampaignListOptions(); @Internal UpdateCampaignListOptions(String after, Filters filter); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getDeviceFilterFilters(); void addEqualToDeviceFilterFilter(String filterByDeviceFilter); @SuppressWarnings("unchecked") T equalToDeviceFilter(String filterByDeviceFilter); void addNotEqualToDeviceFilterFilter(String filterByDeviceFilter); @SuppressWarnings("unchecked") T notEqualToDeviceFilter(String filterByDeviceFilter); void addInDeviceFiltersFilter(String filterByDeviceFilter); void addInDeviceFiltersFilter(List<String> filterByDeviceFilter); void addInDeviceFiltersFilter(String... filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(String filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(List<String> filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(String... filterByDeviceFilter); void addNotInDeviceFiltersFilter(String filterByDeviceFilter); void addNotInDeviceFiltersFilter(List<String> filterByDeviceFilter); void addNotInDeviceFiltersFilter(String... filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(String filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(List<String> filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(String... filterByDeviceFilter); List<Filter> getFinishedFilters(); void addInFinishedsFilter(String filterByFinished); void addInFinishedsFilter(List<Date> filterByFinished); void addInFinishedsFilter(Date... filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(String filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(List<Date> filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(Date... filterByFinished); void addNotInFinishedsFilter(String filterByFinished); void addNotInFinishedsFilter(List<Date> filterByFinished); void addNotInFinishedsFilter(Date... filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(String filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(List<Date> filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(Date... filterByFinished); void addLessThanFinishedFilter(Date filterByFinished); @SuppressWarnings("unchecked") T lessThanFinished(Date filterByFinished); void addGreaterThanFinishedFilter(Date filterByFinished); @SuppressWarnings("unchecked") T greaterThanFinished(Date filterByFinished); List<Filter> getStartedAtFilters(); void addInStartedAtsFilter(String filterByStartedAt); void addInStartedAtsFilter(List<Date> filterByStartedAt); void addInStartedAtsFilter(Date... filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(String filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(List<Date> filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(Date... filterByStartedAt); void addNotInStartedAtsFilter(String filterByStartedAt); void addNotInStartedAtsFilter(List<Date> filterByStartedAt); void addNotInStartedAtsFilter(Date... filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(String filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(List<Date> filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(Date... filterByStartedAt); void addLessThanStartedAtFilter(Date filterByStartedAt); @SuppressWarnings("unchecked") T lessThanStartedAt(Date filterByStartedAt); void addGreaterThanStartedAtFilter(Date filterByStartedAt); @SuppressWarnings("unchecked") T greaterThanStartedAt(Date filterByStartedAt); List<Filter> getWhenFilters(); void addInWhensFilter(String filterByWhen); void addInWhensFilter(List<Date> filterByWhen); void addInWhensFilter(Date... filterByWhen); @SuppressWarnings("unchecked") T inWhens(String filterByWhen); @SuppressWarnings("unchecked") T inWhens(List<Date> filterByWhen); @SuppressWarnings("unchecked") T inWhens(Date... filterByWhen); void addNotInWhensFilter(String filterByWhen); void addNotInWhensFilter(List<Date> filterByWhen); void addNotInWhensFilter(Date... filterByWhen); @SuppressWarnings("unchecked") T notInWhens(String filterByWhen); @SuppressWarnings("unchecked") T notInWhens(List<Date> filterByWhen); @SuppressWarnings("unchecked") T notInWhens(Date... filterByWhen); void addLessThanWhenFilter(Date filterByWhen); @SuppressWarnings("unchecked") T lessThanWhen(Date filterByWhen); void addGreaterThanWhenFilter(Date filterByWhen); @SuppressWarnings("unchecked") T greaterThanWhen(Date filterByWhen); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getRootManifestIdFilters(); void addEqualToRootManifestIdFilter(String filterByRootManifestId); @SuppressWarnings("unchecked") T equalToRootManifestId(String filterByRootManifestId); void addNotEqualToRootManifestIdFilter(String filterByRootManifestId); @SuppressWarnings("unchecked") T notEqualToRootManifestId(String filterByRootManifestId); void addInRootManifestIdsFilter(String filterByRootManifestId); void addInRootManifestIdsFilter(List<String> filterByRootManifestId); void addInRootManifestIdsFilter(String... filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(String filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(List<String> filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(String... filterByRootManifestId); void addNotInRootManifestIdsFilter(String filterByRootManifestId); void addNotInRootManifestIdsFilter(List<String> filterByRootManifestId); void addNotInRootManifestIdsFilter(String... filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(String filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(List<String> filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(String... filterByRootManifestId); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); @Override String toString(); @Override UpdateCampaignListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_CREATED_AT; static final String TAG_FILTER_BY_DESCRIPTION; static final String TAG_FILTER_BY_DEVICE_FILTER; static final String TAG_FILTER_BY_FINISHED; static final String TAG_FILTER_BY_ID; static final String TAG_FILTER_BY_NAME; static final String TAG_FILTER_BY_ROOT_MANIFEST_ID; static final String TAG_FILTER_BY_STARTED_AT; static final String TAG_FILTER_BY_UPDATED_AT; static final String TAG_FILTER_BY_WHEN; } |
@SuppressWarnings("resource") @Test public void testEquals() { try { UpdateCampaignListOptions updatecampaignlistoptions1 = new UpdateCampaignListOptions(Integer.valueOf(-86), Long.valueOf(-45), Order.getDefault(), "e0acb5d5-47c4-481c-a578-9d23bb3603df", null, null); UpdateCampaignListOptions updatecampaignlistoptions2 = new UpdateCampaignListOptions(Integer.valueOf(-86), Long.valueOf(-45), Order.getDefault(), "e0acb5d5-47c4-481c-a578-9d23bb3603df", null, null); UpdateCampaignListOptions updatecampaignlistoptions3 = new UpdateCampaignListOptions(Integer.valueOf(-4), Long.valueOf(74), Order.getDefault(), "7c1b063e-03af-47e9-ada1-57d7b759d43e", null, null); assertNotNull(updatecampaignlistoptions1); assertNotNull(updatecampaignlistoptions2); assertNotNull(updatecampaignlistoptions3); assertNotSame(updatecampaignlistoptions2, updatecampaignlistoptions1); assertNotSame(updatecampaignlistoptions3, updatecampaignlistoptions1); assertEquals(updatecampaignlistoptions2, updatecampaignlistoptions1); assertEquals(updatecampaignlistoptions2, updatecampaignlistoptions1); assertEquals(updatecampaignlistoptions1, updatecampaignlistoptions2); assertEquals(updatecampaignlistoptions1, updatecampaignlistoptions1); assertFalse(updatecampaignlistoptions1.equals(null)); assertNotEquals(updatecampaignlistoptions3, updatecampaignlistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof UpdateCampaignListOptions)) { return false; } final UpdateCampaignListOptions other = (UpdateCampaignListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | UpdateCampaignListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof UpdateCampaignListOptions)) { return false; } final UpdateCampaignListOptions other = (UpdateCampaignListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | UpdateCampaignListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof UpdateCampaignListOptions)) { return false; } final UpdateCampaignListOptions other = (UpdateCampaignListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal UpdateCampaignListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UpdateCampaignListOptions(UpdateCampaignListOptions updateCampaignListOptions); UpdateCampaignListOptions(); @Internal UpdateCampaignListOptions(String after, Filters filter); } | UpdateCampaignListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof UpdateCampaignListOptions)) { return false; } final UpdateCampaignListOptions other = (UpdateCampaignListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal UpdateCampaignListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UpdateCampaignListOptions(UpdateCampaignListOptions updateCampaignListOptions); UpdateCampaignListOptions(); @Internal UpdateCampaignListOptions(String after, Filters filter); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getDeviceFilterFilters(); void addEqualToDeviceFilterFilter(String filterByDeviceFilter); @SuppressWarnings("unchecked") T equalToDeviceFilter(String filterByDeviceFilter); void addNotEqualToDeviceFilterFilter(String filterByDeviceFilter); @SuppressWarnings("unchecked") T notEqualToDeviceFilter(String filterByDeviceFilter); void addInDeviceFiltersFilter(String filterByDeviceFilter); void addInDeviceFiltersFilter(List<String> filterByDeviceFilter); void addInDeviceFiltersFilter(String... filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(String filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(List<String> filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(String... filterByDeviceFilter); void addNotInDeviceFiltersFilter(String filterByDeviceFilter); void addNotInDeviceFiltersFilter(List<String> filterByDeviceFilter); void addNotInDeviceFiltersFilter(String... filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(String filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(List<String> filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(String... filterByDeviceFilter); List<Filter> getFinishedFilters(); void addInFinishedsFilter(String filterByFinished); void addInFinishedsFilter(List<Date> filterByFinished); void addInFinishedsFilter(Date... filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(String filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(List<Date> filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(Date... filterByFinished); void addNotInFinishedsFilter(String filterByFinished); void addNotInFinishedsFilter(List<Date> filterByFinished); void addNotInFinishedsFilter(Date... filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(String filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(List<Date> filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(Date... filterByFinished); void addLessThanFinishedFilter(Date filterByFinished); @SuppressWarnings("unchecked") T lessThanFinished(Date filterByFinished); void addGreaterThanFinishedFilter(Date filterByFinished); @SuppressWarnings("unchecked") T greaterThanFinished(Date filterByFinished); List<Filter> getStartedAtFilters(); void addInStartedAtsFilter(String filterByStartedAt); void addInStartedAtsFilter(List<Date> filterByStartedAt); void addInStartedAtsFilter(Date... filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(String filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(List<Date> filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(Date... filterByStartedAt); void addNotInStartedAtsFilter(String filterByStartedAt); void addNotInStartedAtsFilter(List<Date> filterByStartedAt); void addNotInStartedAtsFilter(Date... filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(String filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(List<Date> filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(Date... filterByStartedAt); void addLessThanStartedAtFilter(Date filterByStartedAt); @SuppressWarnings("unchecked") T lessThanStartedAt(Date filterByStartedAt); void addGreaterThanStartedAtFilter(Date filterByStartedAt); @SuppressWarnings("unchecked") T greaterThanStartedAt(Date filterByStartedAt); List<Filter> getWhenFilters(); void addInWhensFilter(String filterByWhen); void addInWhensFilter(List<Date> filterByWhen); void addInWhensFilter(Date... filterByWhen); @SuppressWarnings("unchecked") T inWhens(String filterByWhen); @SuppressWarnings("unchecked") T inWhens(List<Date> filterByWhen); @SuppressWarnings("unchecked") T inWhens(Date... filterByWhen); void addNotInWhensFilter(String filterByWhen); void addNotInWhensFilter(List<Date> filterByWhen); void addNotInWhensFilter(Date... filterByWhen); @SuppressWarnings("unchecked") T notInWhens(String filterByWhen); @SuppressWarnings("unchecked") T notInWhens(List<Date> filterByWhen); @SuppressWarnings("unchecked") T notInWhens(Date... filterByWhen); void addLessThanWhenFilter(Date filterByWhen); @SuppressWarnings("unchecked") T lessThanWhen(Date filterByWhen); void addGreaterThanWhenFilter(Date filterByWhen); @SuppressWarnings("unchecked") T greaterThanWhen(Date filterByWhen); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getRootManifestIdFilters(); void addEqualToRootManifestIdFilter(String filterByRootManifestId); @SuppressWarnings("unchecked") T equalToRootManifestId(String filterByRootManifestId); void addNotEqualToRootManifestIdFilter(String filterByRootManifestId); @SuppressWarnings("unchecked") T notEqualToRootManifestId(String filterByRootManifestId); void addInRootManifestIdsFilter(String filterByRootManifestId); void addInRootManifestIdsFilter(List<String> filterByRootManifestId); void addInRootManifestIdsFilter(String... filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(String filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(List<String> filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(String... filterByRootManifestId); void addNotInRootManifestIdsFilter(String filterByRootManifestId); void addNotInRootManifestIdsFilter(List<String> filterByRootManifestId); void addNotInRootManifestIdsFilter(String... filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(String filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(List<String> filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(String... filterByRootManifestId); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); @Override String toString(); @Override UpdateCampaignListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | UpdateCampaignListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof UpdateCampaignListOptions)) { return false; } final UpdateCampaignListOptions other = (UpdateCampaignListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal UpdateCampaignListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal UpdateCampaignListOptions(UpdateCampaignListOptions updateCampaignListOptions); UpdateCampaignListOptions(); @Internal UpdateCampaignListOptions(String after, Filters filter); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getDeviceFilterFilters(); void addEqualToDeviceFilterFilter(String filterByDeviceFilter); @SuppressWarnings("unchecked") T equalToDeviceFilter(String filterByDeviceFilter); void addNotEqualToDeviceFilterFilter(String filterByDeviceFilter); @SuppressWarnings("unchecked") T notEqualToDeviceFilter(String filterByDeviceFilter); void addInDeviceFiltersFilter(String filterByDeviceFilter); void addInDeviceFiltersFilter(List<String> filterByDeviceFilter); void addInDeviceFiltersFilter(String... filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(String filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(List<String> filterByDeviceFilter); @SuppressWarnings("unchecked") T inDeviceFilters(String... filterByDeviceFilter); void addNotInDeviceFiltersFilter(String filterByDeviceFilter); void addNotInDeviceFiltersFilter(List<String> filterByDeviceFilter); void addNotInDeviceFiltersFilter(String... filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(String filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(List<String> filterByDeviceFilter); @SuppressWarnings("unchecked") T notInDeviceFilters(String... filterByDeviceFilter); List<Filter> getFinishedFilters(); void addInFinishedsFilter(String filterByFinished); void addInFinishedsFilter(List<Date> filterByFinished); void addInFinishedsFilter(Date... filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(String filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(List<Date> filterByFinished); @SuppressWarnings("unchecked") T inFinisheds(Date... filterByFinished); void addNotInFinishedsFilter(String filterByFinished); void addNotInFinishedsFilter(List<Date> filterByFinished); void addNotInFinishedsFilter(Date... filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(String filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(List<Date> filterByFinished); @SuppressWarnings("unchecked") T notInFinisheds(Date... filterByFinished); void addLessThanFinishedFilter(Date filterByFinished); @SuppressWarnings("unchecked") T lessThanFinished(Date filterByFinished); void addGreaterThanFinishedFilter(Date filterByFinished); @SuppressWarnings("unchecked") T greaterThanFinished(Date filterByFinished); List<Filter> getStartedAtFilters(); void addInStartedAtsFilter(String filterByStartedAt); void addInStartedAtsFilter(List<Date> filterByStartedAt); void addInStartedAtsFilter(Date... filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(String filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(List<Date> filterByStartedAt); @SuppressWarnings("unchecked") T inStartedAts(Date... filterByStartedAt); void addNotInStartedAtsFilter(String filterByStartedAt); void addNotInStartedAtsFilter(List<Date> filterByStartedAt); void addNotInStartedAtsFilter(Date... filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(String filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(List<Date> filterByStartedAt); @SuppressWarnings("unchecked") T notInStartedAts(Date... filterByStartedAt); void addLessThanStartedAtFilter(Date filterByStartedAt); @SuppressWarnings("unchecked") T lessThanStartedAt(Date filterByStartedAt); void addGreaterThanStartedAtFilter(Date filterByStartedAt); @SuppressWarnings("unchecked") T greaterThanStartedAt(Date filterByStartedAt); List<Filter> getWhenFilters(); void addInWhensFilter(String filterByWhen); void addInWhensFilter(List<Date> filterByWhen); void addInWhensFilter(Date... filterByWhen); @SuppressWarnings("unchecked") T inWhens(String filterByWhen); @SuppressWarnings("unchecked") T inWhens(List<Date> filterByWhen); @SuppressWarnings("unchecked") T inWhens(Date... filterByWhen); void addNotInWhensFilter(String filterByWhen); void addNotInWhensFilter(List<Date> filterByWhen); void addNotInWhensFilter(Date... filterByWhen); @SuppressWarnings("unchecked") T notInWhens(String filterByWhen); @SuppressWarnings("unchecked") T notInWhens(List<Date> filterByWhen); @SuppressWarnings("unchecked") T notInWhens(Date... filterByWhen); void addLessThanWhenFilter(Date filterByWhen); @SuppressWarnings("unchecked") T lessThanWhen(Date filterByWhen); void addGreaterThanWhenFilter(Date filterByWhen); @SuppressWarnings("unchecked") T greaterThanWhen(Date filterByWhen); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getRootManifestIdFilters(); void addEqualToRootManifestIdFilter(String filterByRootManifestId); @SuppressWarnings("unchecked") T equalToRootManifestId(String filterByRootManifestId); void addNotEqualToRootManifestIdFilter(String filterByRootManifestId); @SuppressWarnings("unchecked") T notEqualToRootManifestId(String filterByRootManifestId); void addInRootManifestIdsFilter(String filterByRootManifestId); void addInRootManifestIdsFilter(List<String> filterByRootManifestId); void addInRootManifestIdsFilter(String... filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(String filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(List<String> filterByRootManifestId); @SuppressWarnings("unchecked") T inRootManifestIds(String... filterByRootManifestId); void addNotInRootManifestIdsFilter(String filterByRootManifestId); void addNotInRootManifestIdsFilter(List<String> filterByRootManifestId); void addNotInRootManifestIdsFilter(String... filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(String filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(List<String> filterByRootManifestId); @SuppressWarnings("unchecked") T notInRootManifestIds(String... filterByRootManifestId); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); @Override String toString(); @Override UpdateCampaignListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_CREATED_AT; static final String TAG_FILTER_BY_DESCRIPTION; static final String TAG_FILTER_BY_DEVICE_FILTER; static final String TAG_FILTER_BY_FINISHED; static final String TAG_FILTER_BY_ID; static final String TAG_FILTER_BY_NAME; static final String TAG_FILTER_BY_ROOT_MANIFEST_ID; static final String TAG_FILTER_BY_STARTED_AT; static final String TAG_FILTER_BY_UPDATED_AT; static final String TAG_FILTER_BY_WHEN; } |
@SuppressWarnings("resource") @Test public void testClone() { try { FirmwareImageListDao firmwareimagelistdao1 = new FirmwareImageListDao(); FirmwareImageListDao firmwareimagelistdao2 = firmwareimagelistdao1.clone(); assertNotNull(firmwareimagelistdao1); assertNotNull(firmwareimagelistdao2); assertNotSame(firmwareimagelistdao2, firmwareimagelistdao1); assertEquals(firmwareimagelistdao2, firmwareimagelistdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareImageListDao clone() { try { return new FirmwareImageListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | FirmwareImageListDao extends AbstractModelListDao<FirmwareImage, FirmwareImageListOptions> implements ModelListDao<FirmwareImage, FirmwareImageListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareImageListDao clone() { try { return new FirmwareImageListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | FirmwareImageListDao extends AbstractModelListDao<FirmwareImage, FirmwareImageListOptions> implements ModelListDao<FirmwareImage, FirmwareImageListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareImageListDao clone() { try { return new FirmwareImageListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } FirmwareImageListDao(); FirmwareImageListDao(ApiClientWrapper client); FirmwareImageListDao(ConnectionOptions options); FirmwareImageListDao(SdkContext sdkContext); } | FirmwareImageListDao extends AbstractModelListDao<FirmwareImage, FirmwareImageListOptions> implements ModelListDao<FirmwareImage, FirmwareImageListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareImageListDao clone() { try { return new FirmwareImageListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } FirmwareImageListDao(); FirmwareImageListDao(ApiClientWrapper client); FirmwareImageListDao(ConnectionOptions options); FirmwareImageListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) FirmwareImageListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<FirmwareImageDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) FirmwareImageDao getNewModelDao(); } | FirmwareImageListDao extends AbstractModelListDao<FirmwareImage, FirmwareImageListOptions> implements ModelListDao<FirmwareImage, FirmwareImageListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public FirmwareImageListDao clone() { try { return new FirmwareImageListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } FirmwareImageListDao(); FirmwareImageListDao(ApiClientWrapper client); FirmwareImageListDao(ConnectionOptions options); FirmwareImageListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) FirmwareImageListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<FirmwareImageDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) FirmwareImageDao getNewModelDao(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { CampaignStatisticsEventsDao campaignstatisticseventsdao1 = new CampaignStatisticsEventsDao(); CampaignStatisticsEventsDao campaignstatisticseventsdao2 = campaignstatisticseventsdao1.clone(); assertNotNull(campaignstatisticseventsdao1); assertNotNull(campaignstatisticseventsdao2); assertNotSame(campaignstatisticseventsdao2, campaignstatisticseventsdao1); assertEquals(campaignstatisticseventsdao2, campaignstatisticseventsdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public CampaignStatisticsEventsDao clone() { try { return new CampaignStatisticsEventsDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | CampaignStatisticsEventsDao extends AbstractCampaignStatisticsEventsDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignStatisticsEventsDao clone() { try { return new CampaignStatisticsEventsDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | CampaignStatisticsEventsDao extends AbstractCampaignStatisticsEventsDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignStatisticsEventsDao clone() { try { return new CampaignStatisticsEventsDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } CampaignStatisticsEventsDao(); CampaignStatisticsEventsDao(ApiClientWrapper client); CampaignStatisticsEventsDao(ConnectionOptions options); CampaignStatisticsEventsDao(SdkContext sdkContext); } | CampaignStatisticsEventsDao extends AbstractCampaignStatisticsEventsDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignStatisticsEventsDao clone() { try { return new CampaignStatisticsEventsDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } CampaignStatisticsEventsDao(); CampaignStatisticsEventsDao(ApiClientWrapper client); CampaignStatisticsEventsDao(ConnectionOptions options); CampaignStatisticsEventsDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) CampaignStatisticsEventsDao clone(); @Override @NotImplemented CampaignStatisticsEvents read(String id); } | CampaignStatisticsEventsDao extends AbstractCampaignStatisticsEventsDao { @Override @SuppressWarnings({ "resource", "unused" }) public CampaignStatisticsEventsDao clone() { try { return new CampaignStatisticsEventsDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } CampaignStatisticsEventsDao(); CampaignStatisticsEventsDao(ApiClientWrapper client); CampaignStatisticsEventsDao(ConnectionOptions options); CampaignStatisticsEventsDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) CampaignStatisticsEventsDao clone(); @Override @NotImplemented CampaignStatisticsEvents read(String id); } |
@SuppressWarnings("resource") @Test public void testClone() { try { DeviceEventsDao deviceeventsdao1 = new DeviceEventsDao(); DeviceEventsDao deviceeventsdao2 = deviceeventsdao1.clone(); assertNotNull(deviceeventsdao1); assertNotNull(deviceeventsdao2); assertNotSame(deviceeventsdao2, deviceeventsdao1); assertEquals(deviceeventsdao2, deviceeventsdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public DeviceEventsDao clone() { try { return new DeviceEventsDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | DeviceEventsDao extends AbstractModelDao<DeviceEvents> implements ReadDao<DeviceEvents> { @Override @SuppressWarnings({ "resource", "unused" }) public DeviceEventsDao clone() { try { return new DeviceEventsDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | DeviceEventsDao extends AbstractModelDao<DeviceEvents> implements ReadDao<DeviceEvents> { @Override @SuppressWarnings({ "resource", "unused" }) public DeviceEventsDao clone() { try { return new DeviceEventsDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } DeviceEventsDao(); DeviceEventsDao(ApiClientWrapper client); DeviceEventsDao(ConnectionOptions options); DeviceEventsDao(SdkContext sdkContext); } | DeviceEventsDao extends AbstractModelDao<DeviceEvents> implements ReadDao<DeviceEvents> { @Override @SuppressWarnings({ "resource", "unused" }) public DeviceEventsDao clone() { try { return new DeviceEventsDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } DeviceEventsDao(); DeviceEventsDao(ApiClientWrapper client); DeviceEventsDao(ConnectionOptions options); DeviceEventsDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) DeviceEventsDao clone(); @Override DeviceEvents read(); DeviceEvents read(@NonNull DeviceEvents deviceEvents); @Override DeviceEvents read(@NonNull String id); } | DeviceEventsDao extends AbstractModelDao<DeviceEvents> implements ReadDao<DeviceEvents> { @Override @SuppressWarnings({ "resource", "unused" }) public DeviceEventsDao clone() { try { return new DeviceEventsDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } DeviceEventsDao(); DeviceEventsDao(ApiClientWrapper client); DeviceEventsDao(ConnectionOptions options); DeviceEventsDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) DeviceEventsDao clone(); @Override DeviceEvents read(); DeviceEvents read(@NonNull DeviceEvents deviceEvents); @Override DeviceEvents read(@NonNull String id); } |
@SuppressWarnings("boxing") @Test public final void testCheckNotNull() { Integer test = null; SdkLogger logger = new SdkLogger(); try { ApiUtils.checkNotNull(logger, test, "test"); fail("Check has not worked"); } catch (MbedCloudException e) { assertTrue(true); assertTrue(ApiUtils.isCloudException(e)); assertTrue(ApiUtils.isParameterErrorException(e)); } test = 5; try { ApiUtils.checkNotNull(logger, test, "test"); assertTrue(true); } catch (@SuppressWarnings("unused") MbedCloudException e) { fail("Check has not worked"); } try { ApiUtils.checkNotNull(new SdkLogger(), new Date(), "now()"); } catch (@SuppressWarnings("unused") Exception e) { fail("No exception should have been raised"); } try { ApiUtils.checkNotNull(logger, null, "test"); fail("Check has not worked"); } catch (@SuppressWarnings("unused") MbedCloudException e) { assertTrue(true); } } | public static void checkNotNull(SdkLogger logger, Object arg, String argName) throws MbedCloudException { if (arg == null && logger != null) { logger.throwSdkException(new IllegalArgumentException("Argument [" + argName + "] cannot be Null")); } } | ApiUtils { public static void checkNotNull(SdkLogger logger, Object arg, String argName) throws MbedCloudException { if (arg == null && logger != null) { logger.throwSdkException(new IllegalArgumentException("Argument [" + argName + "] cannot be Null")); } } } | ApiUtils { public static void checkNotNull(SdkLogger logger, Object arg, String argName) throws MbedCloudException { if (arg == null && logger != null) { logger.throwSdkException(new IllegalArgumentException("Argument [" + argName + "] cannot be Null")); } } private ApiUtils(); } | ApiUtils { public static void checkNotNull(SdkLogger logger, Object arg, String argName) throws MbedCloudException { if (arg == null && logger != null) { logger.throwSdkException(new IllegalArgumentException("Argument [" + argName + "] cannot be Null")); } } private ApiUtils(); static void checkNotNull(SdkLogger logger, Object arg, String argName); static void checkModelValidity(SdkLogger logger, SdkModel model, String argName); static boolean isCloudException(Throwable exception); static boolean isNotImplementedException(Throwable exception); static boolean isParameterErrorException(Throwable exception); static String normalisePath(String path); static String normaliseResourcePath(String resourcePath); static boolean comparePaths(String path1, String path2); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); static String convertCamelToSnake(String stringToConvert); static String convertSnakeToCamel(String stringToConvert, boolean capitalAtStart); static URLConnection openConnection(@NonNull URL url, @Nullable ApiClientWrapper client,
@NonNull SdkLogger logger); } | ApiUtils { public static void checkNotNull(SdkLogger logger, Object arg, String argName) throws MbedCloudException { if (arg == null && logger != null) { logger.throwSdkException(new IllegalArgumentException("Argument [" + argName + "] cannot be Null")); } } private ApiUtils(); static void checkNotNull(SdkLogger logger, Object arg, String argName); static void checkModelValidity(SdkLogger logger, SdkModel model, String argName); static boolean isCloudException(Throwable exception); static boolean isNotImplementedException(Throwable exception); static boolean isParameterErrorException(Throwable exception); static String normalisePath(String path); static String normaliseResourcePath(String resourcePath); static boolean comparePaths(String path1, String path2); static String toUtcTimestamp(Date date); static Date convertStringToDate(String valueStr); static String convertCamelToSnake(String stringToConvert); static String convertSnakeToCamel(String stringToConvert, boolean capitalAtStart); static URLConnection openConnection(@NonNull URL url, @Nullable ApiClientWrapper client,
@NonNull SdkLogger logger); } |
@SuppressWarnings("resource") @Test public void testClone() { try { DeviceListOptions devicelistoptions1 = new DeviceListOptions(Integer.valueOf(-17), Long.valueOf(108), Order.getDefault(), "946898d8-69ea-4ca1-88a0-5aa786dcbc91", null, null); DeviceListOptions devicelistoptions2 = devicelistoptions1.clone(); assertNotNull(devicelistoptions1); assertNotNull(devicelistoptions2); assertNotSame(devicelistoptions2, devicelistoptions1); assertEquals(devicelistoptions2, devicelistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public DeviceListOptions clone() { final DeviceListOptions opt = new DeviceListOptions(); opt.setOptions(this); return opt; } | DeviceListOptions extends ListOptions { @Override public DeviceListOptions clone() { final DeviceListOptions opt = new DeviceListOptions(); opt.setOptions(this); return opt; } } | DeviceListOptions extends ListOptions { @Override public DeviceListOptions clone() { final DeviceListOptions opt = new DeviceListOptions(); opt.setOptions(this); return opt; } @Internal DeviceListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal DeviceListOptions(DeviceListOptions deviceListOptions); DeviceListOptions(); @Internal DeviceListOptions(String after, Filters filter); } | DeviceListOptions extends ListOptions { @Override public DeviceListOptions clone() { final DeviceListOptions opt = new DeviceListOptions(); opt.setOptions(this); return opt; } @Internal DeviceListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal DeviceListOptions(DeviceListOptions deviceListOptions); DeviceListOptions(); @Internal DeviceListOptions(String after, Filters filter); List<Filter> getAutoUpdateFilters(); void addEqualToAutoUpdateFilter(boolean filterByAutoUpdate); @SuppressWarnings("unchecked") T equalToAutoUpdate(boolean filterByAutoUpdate); void addNotEqualToAutoUpdateFilter(boolean filterByAutoUpdate); @SuppressWarnings("unchecked") T notEqualToAutoUpdate(boolean filterByAutoUpdate); List<Filter> getBootstrapExpirationDateFilters(); void addInBootstrapExpirationDatesFilter(String filterByBootstrapExpirationDate); void addInBootstrapExpirationDatesFilter(List<Date> filterByBootstrapExpirationDate); void addInBootstrapExpirationDatesFilter(Date... filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(String filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(List<Date> filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(Date... filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(String filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(List<Date> filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(Date... filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(String filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(List<Date> filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(Date... filterByBootstrapExpirationDate); void addLessThanBootstrapExpirationDateFilter(Date filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T lessThanBootstrapExpirationDate(Date filterByBootstrapExpirationDate); void addGreaterThanBootstrapExpirationDateFilter(Date filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T greaterThanBootstrapExpirationDate(Date filterByBootstrapExpirationDate); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getManifestFilters(); void addEqualToManifestFilter(String filterByManifest); @SuppressWarnings("unchecked") T equalToManifest(String filterByManifest); void addNotEqualToManifestFilter(String filterByManifest); @SuppressWarnings("unchecked") T notEqualToManifest(String filterByManifest); void addInManifestsFilter(String filterByManifest); void addInManifestsFilter(List<String> filterByManifest); void addInManifestsFilter(String... filterByManifest); @SuppressWarnings("unchecked") T inManifests(String filterByManifest); @SuppressWarnings("unchecked") T inManifests(List<String> filterByManifest); @SuppressWarnings("unchecked") T inManifests(String... filterByManifest); void addNotInManifestsFilter(String filterByManifest); void addNotInManifestsFilter(List<String> filterByManifest); void addNotInManifestsFilter(String... filterByManifest); @SuppressWarnings("unchecked") T notInManifests(String filterByManifest); @SuppressWarnings("unchecked") T notInManifests(List<String> filterByManifest); @SuppressWarnings("unchecked") T notInManifests(String... filterByManifest); List<Filter> getEndpointTypeFilters(); void addEqualToEndpointTypeFilter(String filterByEndpointType); @SuppressWarnings("unchecked") T equalToEndpointType(String filterByEndpointType); void addNotEqualToEndpointTypeFilter(String filterByEndpointType); @SuppressWarnings("unchecked") T notEqualToEndpointType(String filterByEndpointType); void addInEndpointTypesFilter(String filterByEndpointType); void addInEndpointTypesFilter(List<String> filterByEndpointType); void addInEndpointTypesFilter(String... filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(String filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(List<String> filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(String... filterByEndpointType); void addNotInEndpointTypesFilter(String filterByEndpointType); void addNotInEndpointTypesFilter(List<String> filterByEndpointType); void addNotInEndpointTypesFilter(String... filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(String filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(List<String> filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(String... filterByEndpointType); List<Filter> getDeviceKeyFilters(); void addEqualToDeviceKeyFilter(String filterByDeviceKey); @SuppressWarnings("unchecked") T equalToDeviceKey(String filterByDeviceKey); void addNotEqualToDeviceKeyFilter(String filterByDeviceKey); @SuppressWarnings("unchecked") T notEqualToDeviceKey(String filterByDeviceKey); void addInDeviceKeysFilter(String filterByDeviceKey); void addInDeviceKeysFilter(List<String> filterByDeviceKey); void addInDeviceKeysFilter(String... filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(String filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(List<String> filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(String... filterByDeviceKey); void addNotInDeviceKeysFilter(String filterByDeviceKey); void addNotInDeviceKeysFilter(List<String> filterByDeviceKey); void addNotInDeviceKeysFilter(String... filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(String filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(List<String> filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(String... filterByDeviceKey); List<Filter> getFirmwareChecksumFilters(); void addEqualToFirmwareChecksumFilter(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T equalToFirmwareChecksum(String filterByFirmwareChecksum); void addNotEqualToFirmwareChecksumFilter(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notEqualToFirmwareChecksum(String filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(String filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(List<String> filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(String... filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(List<String> filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(String... filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(String filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(List<String> filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(String... filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(List<String> filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(String... filterByFirmwareChecksum); List<Filter> getStateFilters(); void addEqualToStateFilter(DeviceState filterByState); @SuppressWarnings("unchecked") T equalToState(DeviceState filterByState); void addNotEqualToStateFilter(DeviceState filterByState); @SuppressWarnings("unchecked") T notEqualToState(DeviceState filterByState); void addInStatesFilter(String filterByState); void addInStatesFilter(List<DeviceState> filterByState); void addInStatesFilter(DeviceState... filterByState); @SuppressWarnings("unchecked") T inStates(String filterByState); @SuppressWarnings("unchecked") T inStates(List<DeviceState> filterByState); @SuppressWarnings("unchecked") T inStates(DeviceState... filterByState); void addNotInStatesFilter(String filterByState); void addNotInStatesFilter(List<DeviceState> filterByState); void addNotInStatesFilter(DeviceState... filterByState); @SuppressWarnings("unchecked") T notInStates(String filterByState); @SuppressWarnings("unchecked") T notInStates(List<DeviceState> filterByState); @SuppressWarnings("unchecked") T notInStates(DeviceState... filterByState); List<Filter> getDeviceExecutionModeFilters(); void addEqualToDeviceExecutionModeFilter(int filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T equalToDeviceExecutionMode(int filterByDeviceExecutionMode); void addNotEqualToDeviceExecutionModeFilter(int filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notEqualToDeviceExecutionMode(int filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(String filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(List<Integer> filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(Integer... filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(String filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(List<Integer> filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(Integer... filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(String filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(List<Integer> filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(Integer... filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(String filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(List<Integer> filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(Integer... filterByDeviceExecutionMode); List<Filter> getAccountIdFilters(); void addEqualToAccountIdFilter(String filterByAccountId); @SuppressWarnings("unchecked") T equalToAccountId(String filterByAccountId); void addNotEqualToAccountIdFilter(String filterByAccountId); @SuppressWarnings("unchecked") T notEqualToAccountId(String filterByAccountId); void addInAccountIdsFilter(String filterByAccountId); void addInAccountIdsFilter(List<String> filterByAccountId); void addInAccountIdsFilter(String... filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(String filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(List<String> filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(String... filterByAccountId); void addNotInAccountIdsFilter(String filterByAccountId); void addNotInAccountIdsFilter(List<String> filterByAccountId); void addNotInAccountIdsFilter(String... filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(String filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(List<String> filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(String... filterByAccountId); List<Filter> getLifecycleStatusFilters(); void addEqualToLifecycleStatusFilter(DeviceLifecycleStatus filterByLifecycleStatus); @SuppressWarnings("unchecked") T equalToLifecycleStatus(DeviceLifecycleStatus filterByLifecycleStatus); void addNotEqualToLifecycleStatusFilter(DeviceLifecycleStatus filterByLifecycleStatus); @SuppressWarnings("unchecked") T notEqualToLifecycleStatus(DeviceLifecycleStatus filterByLifecycleStatus); void addInLifecycleStatusFilter(String filterByLifecycleStatus); void addInLifecycleStatusFilter(List<DeviceLifecycleStatus> filterByLifecycleStatus); void addInLifecycleStatusFilter(DeviceLifecycleStatus... filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(String filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(List<DeviceLifecycleStatus> filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(DeviceLifecycleStatus... filterByLifecycleStatus); void addNotInLifecycleStatusFilter(String filterByLifecycleStatus); void addNotInLifecycleStatusFilter(List<DeviceLifecycleStatus> filterByLifecycleStatus); void addNotInLifecycleStatusFilter(DeviceLifecycleStatus... filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(String filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(List<DeviceLifecycleStatus> filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(DeviceLifecycleStatus... filterByLifecycleStatus); List<Filter> getMechanismUrlFilters(); void addEqualToMechanismUrlFilter(String filterByMechanismUrl); @SuppressWarnings("unchecked") T equalToMechanismUrl(String filterByMechanismUrl); void addNotEqualToMechanismUrlFilter(String filterByMechanismUrl); @SuppressWarnings("unchecked") T notEqualToMechanismUrl(String filterByMechanismUrl); void addInMechanismUrlsFilter(String filterByMechanismUrl); void addInMechanismUrlsFilter(List<String> filterByMechanismUrl); void addInMechanismUrlsFilter(String... filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(String filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(List<String> filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(String... filterByMechanismUrl); void addNotInMechanismUrlsFilter(String filterByMechanismUrl); void addNotInMechanismUrlsFilter(List<String> filterByMechanismUrl); void addNotInMechanismUrlsFilter(String... filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(String filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(List<String> filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(String... filterByMechanismUrl); List<Filter> getVendorIdFilters(); void addEqualToVendorIdFilter(String filterByVendorId); @SuppressWarnings("unchecked") T equalToVendorId(String filterByVendorId); void addNotEqualToVendorIdFilter(String filterByVendorId); @SuppressWarnings("unchecked") T notEqualToVendorId(String filterByVendorId); void addInVendorIdsFilter(String filterByVendorId); void addInVendorIdsFilter(List<String> filterByVendorId); void addInVendorIdsFilter(String... filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(String filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(List<String> filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(String... filterByVendorId); void addNotInVendorIdsFilter(String filterByVendorId); void addNotInVendorIdsFilter(List<String> filterByVendorId); void addNotInVendorIdsFilter(String... filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(String filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(List<String> filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(String... filterByVendorId); List<Filter> getDeviceClassFilters(); void addEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T equalToDeviceClass(String filterByDeviceClass); void addNotEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T notEqualToDeviceClass(String filterByDeviceClass); void addInDeviceClassFilter(String filterByDeviceClass); void addInDeviceClassFilter(List<String> filterByDeviceClass); void addInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String... filterByDeviceClass); void addNotInDeviceClassFilter(String filterByDeviceClass); void addNotInDeviceClassFilter(List<String> filterByDeviceClass); void addNotInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String... filterByDeviceClass); List<Filter> getHostGatewayFilters(); void addEqualToHostGatewayFilter(String filterByHostGateway); @SuppressWarnings("unchecked") T equalToHostGateway(String filterByHostGateway); void addNotEqualToHostGatewayFilter(String filterByHostGateway); @SuppressWarnings("unchecked") T notEqualToHostGateway(String filterByHostGateway); void addInHostGatewaysFilter(String filterByHostGateway); void addInHostGatewaysFilter(List<String> filterByHostGateway); void addInHostGatewaysFilter(String... filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(String filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(List<String> filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(String... filterByHostGateway); void addNotInHostGatewaysFilter(String filterByHostGateway); void addNotInHostGatewaysFilter(List<String> filterByHostGateway); void addNotInHostGatewaysFilter(String... filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(String filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(List<String> filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(String... filterByHostGateway); List<Filter> getBootstrappedTimestampFilters(); void addInBootstrappedTimestampsFilter(String filterByBootstrappedTimestamp); void addInBootstrappedTimestampsFilter(List<Date> filterByBootstrappedTimestamp); void addInBootstrappedTimestampsFilter(Date... filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(String filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(List<Date> filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(Date... filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(String filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(List<Date> filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(Date... filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(String filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(List<Date> filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(Date... filterByBootstrappedTimestamp); void addLessThanBootstrappedTimestampFilter(Date filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T lessThanBootstrappedTimestamp(Date filterByBootstrappedTimestamp); void addGreaterThanBootstrappedTimestampFilter(Date filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T greaterThanBootstrappedTimestamp(Date filterByBootstrappedTimestamp); List<Filter> getSystemSuspendedFilters(); void addEqualToSystemSuspendedFilter(boolean filterBySystemSuspended); @SuppressWarnings("unchecked") T equalToSystemSuspended(boolean filterBySystemSuspended); void addNotEqualToSystemSuspendedFilter(boolean filterBySystemSuspended); @SuppressWarnings("unchecked") T notEqualToSystemSuspended(boolean filterBySystemSuspended); List<Filter> getLastSystemSuspendedCategoryFilters(); void addEqualToLastSystemSuspendedCategoryFilter(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T equalToLastSystemSuspendedCategory(String filterByLastSystemSuspendedCategory); void addNotEqualToLastSystemSuspendedCategoryFilter(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notEqualToLastSystemSuspendedCategory(String filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(String filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(List<String> filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(String... filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(List<String> filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(String... filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(String filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(List<String> filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(String... filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(List<String> filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(String... filterByLastSystemSuspendedCategory); List<Filter> getSerialNumberFilters(); void addEqualToSerialNumberFilter(String filterBySerialNumber); @SuppressWarnings("unchecked") T equalToSerialNumber(String filterBySerialNumber); void addNotEqualToSerialNumberFilter(String filterBySerialNumber); @SuppressWarnings("unchecked") T notEqualToSerialNumber(String filterBySerialNumber); void addInSerialNumbersFilter(String filterBySerialNumber); void addInSerialNumbersFilter(List<String> filterBySerialNumber); void addInSerialNumbersFilter(String... filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(String filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(List<String> filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(String... filterBySerialNumber); void addNotInSerialNumbersFilter(String filterBySerialNumber); void addNotInSerialNumbersFilter(List<String> filterBySerialNumber); void addNotInSerialNumbersFilter(String... filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(String filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(List<String> filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(String... filterBySerialNumber); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getConnectorExpirationDateFilters(); void addInConnectorExpirationDatesFilter(String filterByConnectorExpirationDate); void addInConnectorExpirationDatesFilter(List<Date> filterByConnectorExpirationDate); void addInConnectorExpirationDatesFilter(Date... filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(String filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(List<Date> filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(Date... filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(String filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(List<Date> filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(Date... filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(String filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(List<Date> filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(Date... filterByConnectorExpirationDate); void addLessThanConnectorExpirationDateFilter(Date filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T lessThanConnectorExpirationDate(Date filterByConnectorExpirationDate); void addGreaterThanConnectorExpirationDateFilter(Date filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T greaterThanConnectorExpirationDate(Date filterByConnectorExpirationDate); List<Filter> getLastOperatorSuspendedCategoryFilters(); void addEqualToLastOperatorSuspendedCategoryFilter(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T equalToLastOperatorSuspendedCategory(String filterByLastOperatorSuspendedCategory); void addNotEqualToLastOperatorSuspendedCategoryFilter(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notEqualToLastOperatorSuspendedCategory(String filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(String filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(List<String> filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(String... filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(List<String> filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(String... filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(String filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(List<String> filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(String... filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(List<String> filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(String... filterByLastOperatorSuspendedCategory); List<Filter> getCaIdFilters(); void addEqualToCaIdFilter(String filterByCaId); @SuppressWarnings("unchecked") T equalToCaId(String filterByCaId); void addNotEqualToCaIdFilter(String filterByCaId); @SuppressWarnings("unchecked") T notEqualToCaId(String filterByCaId); void addInCaIdsFilter(String filterByCaId); void addInCaIdsFilter(List<String> filterByCaId); void addInCaIdsFilter(String... filterByCaId); @SuppressWarnings("unchecked") T inCaIds(String filterByCaId); @SuppressWarnings("unchecked") T inCaIds(List<String> filterByCaId); @SuppressWarnings("unchecked") T inCaIds(String... filterByCaId); void addNotInCaIdsFilter(String filterByCaId); void addNotInCaIdsFilter(List<String> filterByCaId); void addNotInCaIdsFilter(String... filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(String filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(List<String> filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(String... filterByCaId); List<Filter> getOperatorSuspendedFilters(); void addEqualToOperatorSuspendedFilter(boolean filterByOperatorSuspended); @SuppressWarnings("unchecked") T equalToOperatorSuspended(boolean filterByOperatorSuspended); void addNotEqualToOperatorSuspendedFilter(boolean filterByOperatorSuspended); @SuppressWarnings("unchecked") T notEqualToOperatorSuspended(boolean filterByOperatorSuspended); List<Filter> getEnrolmentListTimestampFilters(); void addInEnrolmentListTimestampsFilter(String filterByEnrolmentListTimestamp); void addInEnrolmentListTimestampsFilter(List<Date> filterByEnrolmentListTimestamp); void addInEnrolmentListTimestampsFilter(Date... filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(String filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(List<Date> filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(Date... filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(String filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(List<Date> filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(Date... filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(String filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(List<Date> filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(Date... filterByEnrolmentListTimestamp); void addLessThanEnrolmentListTimestampFilter(Date filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T lessThanEnrolmentListTimestamp(Date filterByEnrolmentListTimestamp); void addGreaterThanEnrolmentListTimestampFilter(Date filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T greaterThanEnrolmentListTimestamp(Date filterByEnrolmentListTimestamp); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); List<Filter> getLastOperatorSuspendedUpdatedAtFilters(); void addInLastOperatorSuspendedUpdatedAtsFilter(String filterByLastOperatorSuspendedUpdatedAt); void addInLastOperatorSuspendedUpdatedAtsFilter(List<Date> filterByLastOperatorSuspendedUpdatedAt); void addInLastOperatorSuspendedUpdatedAtsFilter(Date... filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(String filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(List<Date> filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(Date... filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(String filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(List<Date> filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(Date... filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(String filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(List<Date> filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(Date... filterByLastOperatorSuspendedUpdatedAt); void addLessThanLastOperatorSuspendedUpdatedAtFilter(Date filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T lessThanLastOperatorSuspendedUpdatedAt(Date filterByLastOperatorSuspendedUpdatedAt); void addGreaterThanLastOperatorSuspendedUpdatedAtFilter(Date filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T greaterThanLastOperatorSuspendedUpdatedAt(Date filterByLastOperatorSuspendedUpdatedAt); List<Filter> getDeploymentFilters(); void addEqualToDeploymentFilter(String filterByDeployment); @SuppressWarnings("unchecked") T equalToDeployment(String filterByDeployment); void addNotEqualToDeploymentFilter(String filterByDeployment); @SuppressWarnings("unchecked") T notEqualToDeployment(String filterByDeployment); void addInDeploymentsFilter(String filterByDeployment); void addInDeploymentsFilter(List<String> filterByDeployment); void addInDeploymentsFilter(String... filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(String filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(List<String> filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(String... filterByDeployment); void addNotInDeploymentsFilter(String filterByDeployment); void addNotInDeploymentsFilter(List<String> filterByDeployment); void addNotInDeploymentsFilter(String... filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(String filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(List<String> filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(String... filterByDeployment); List<Filter> getMechanismFilters(); void addEqualToMechanismFilter(DeviceMechanism filterByMechanism); @SuppressWarnings("unchecked") T equalToMechanism(DeviceMechanism filterByMechanism); void addNotEqualToMechanismFilter(DeviceMechanism filterByMechanism); @SuppressWarnings("unchecked") T notEqualToMechanism(DeviceMechanism filterByMechanism); void addInMechanismsFilter(String filterByMechanism); void addInMechanismsFilter(List<DeviceMechanism> filterByMechanism); void addInMechanismsFilter(DeviceMechanism... filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(String filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(List<DeviceMechanism> filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(DeviceMechanism... filterByMechanism); void addNotInMechanismsFilter(String filterByMechanism); void addNotInMechanismsFilter(List<DeviceMechanism> filterByMechanism); void addNotInMechanismsFilter(DeviceMechanism... filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(String filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(List<DeviceMechanism> filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(DeviceMechanism... filterByMechanism); List<Filter> getLastSystemSuspendedUpdatedAtFilters(); void addInLastSystemSuspendedUpdatedAtsFilter(String filterByLastSystemSuspendedUpdatedAt); void addInLastSystemSuspendedUpdatedAtsFilter(List<Date> filterByLastSystemSuspendedUpdatedAt); void addInLastSystemSuspendedUpdatedAtsFilter(Date... filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(String filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(List<Date> filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(Date... filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(String filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(List<Date> filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(Date... filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(String filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(List<Date> filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(Date... filterByLastSystemSuspendedUpdatedAt); void addLessThanLastSystemSuspendedUpdatedAtFilter(Date filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T lessThanLastSystemSuspendedUpdatedAt(Date filterByLastSystemSuspendedUpdatedAt); void addGreaterThanLastSystemSuspendedUpdatedAtFilter(Date filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T greaterThanLastSystemSuspendedUpdatedAt(Date filterByLastSystemSuspendedUpdatedAt); List<Filter> getDeployedStateFilters(); void addEqualToDeployedStateFilter(DeviceDeployedState filterByDeployedState); @SuppressWarnings("unchecked") T equalToDeployedState(DeviceDeployedState filterByDeployedState); void addNotEqualToDeployedStateFilter(DeviceDeployedState filterByDeployedState); @SuppressWarnings("unchecked") T notEqualToDeployedState(DeviceDeployedState filterByDeployedState); void addInDeployedStatesFilter(String filterByDeployedState); void addInDeployedStatesFilter(List<DeviceDeployedState> filterByDeployedState); void addInDeployedStatesFilter(DeviceDeployedState... filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(String filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(List<DeviceDeployedState> filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(DeviceDeployedState... filterByDeployedState); void addNotInDeployedStatesFilter(String filterByDeployedState); void addNotInDeployedStatesFilter(List<DeviceDeployedState> filterByDeployedState); void addNotInDeployedStatesFilter(DeviceDeployedState... filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(String filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(List<DeviceDeployedState> filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(DeviceDeployedState... filterByDeployedState); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getManifestTimestampFilters(); void addInManifestTimestampsFilter(String filterByManifestTimestamp); void addInManifestTimestampsFilter(List<Date> filterByManifestTimestamp); void addInManifestTimestampsFilter(Date... filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(String filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(List<Date> filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(Date... filterByManifestTimestamp); void addNotInManifestTimestampsFilter(String filterByManifestTimestamp); void addNotInManifestTimestampsFilter(List<Date> filterByManifestTimestamp); void addNotInManifestTimestampsFilter(Date... filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(String filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(List<Date> filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(Date... filterByManifestTimestamp); void addLessThanManifestTimestampFilter(Date filterByManifestTimestamp); @SuppressWarnings("unchecked") T lessThanManifestTimestamp(Date filterByManifestTimestamp); void addGreaterThanManifestTimestampFilter(Date filterByManifestTimestamp); @SuppressWarnings("unchecked") T greaterThanManifestTimestamp(Date filterByManifestTimestamp); List<Filter> getEndpointNameFilters(); void addEqualToEndpointNameFilter(String filterByEndpointName); @SuppressWarnings("unchecked") T equalToEndpointName(String filterByEndpointName); void addNotEqualToEndpointNameFilter(String filterByEndpointName); @SuppressWarnings("unchecked") T notEqualToEndpointName(String filterByEndpointName); void addInEndpointNamesFilter(String filterByEndpointName); void addInEndpointNamesFilter(List<String> filterByEndpointName); void addInEndpointNamesFilter(String... filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(String filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(List<String> filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(String... filterByEndpointName); void addNotInEndpointNamesFilter(String filterByEndpointName); void addNotInEndpointNamesFilter(List<String> filterByEndpointName); void addNotInEndpointNamesFilter(String... filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(String filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(List<String> filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(String... filterByEndpointName); @Override String toString(); @Override DeviceListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | DeviceListOptions extends ListOptions { @Override public DeviceListOptions clone() { final DeviceListOptions opt = new DeviceListOptions(); opt.setOptions(this); return opt; } @Internal DeviceListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal DeviceListOptions(DeviceListOptions deviceListOptions); DeviceListOptions(); @Internal DeviceListOptions(String after, Filters filter); List<Filter> getAutoUpdateFilters(); void addEqualToAutoUpdateFilter(boolean filterByAutoUpdate); @SuppressWarnings("unchecked") T equalToAutoUpdate(boolean filterByAutoUpdate); void addNotEqualToAutoUpdateFilter(boolean filterByAutoUpdate); @SuppressWarnings("unchecked") T notEqualToAutoUpdate(boolean filterByAutoUpdate); List<Filter> getBootstrapExpirationDateFilters(); void addInBootstrapExpirationDatesFilter(String filterByBootstrapExpirationDate); void addInBootstrapExpirationDatesFilter(List<Date> filterByBootstrapExpirationDate); void addInBootstrapExpirationDatesFilter(Date... filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(String filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(List<Date> filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(Date... filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(String filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(List<Date> filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(Date... filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(String filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(List<Date> filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(Date... filterByBootstrapExpirationDate); void addLessThanBootstrapExpirationDateFilter(Date filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T lessThanBootstrapExpirationDate(Date filterByBootstrapExpirationDate); void addGreaterThanBootstrapExpirationDateFilter(Date filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T greaterThanBootstrapExpirationDate(Date filterByBootstrapExpirationDate); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getManifestFilters(); void addEqualToManifestFilter(String filterByManifest); @SuppressWarnings("unchecked") T equalToManifest(String filterByManifest); void addNotEqualToManifestFilter(String filterByManifest); @SuppressWarnings("unchecked") T notEqualToManifest(String filterByManifest); void addInManifestsFilter(String filterByManifest); void addInManifestsFilter(List<String> filterByManifest); void addInManifestsFilter(String... filterByManifest); @SuppressWarnings("unchecked") T inManifests(String filterByManifest); @SuppressWarnings("unchecked") T inManifests(List<String> filterByManifest); @SuppressWarnings("unchecked") T inManifests(String... filterByManifest); void addNotInManifestsFilter(String filterByManifest); void addNotInManifestsFilter(List<String> filterByManifest); void addNotInManifestsFilter(String... filterByManifest); @SuppressWarnings("unchecked") T notInManifests(String filterByManifest); @SuppressWarnings("unchecked") T notInManifests(List<String> filterByManifest); @SuppressWarnings("unchecked") T notInManifests(String... filterByManifest); List<Filter> getEndpointTypeFilters(); void addEqualToEndpointTypeFilter(String filterByEndpointType); @SuppressWarnings("unchecked") T equalToEndpointType(String filterByEndpointType); void addNotEqualToEndpointTypeFilter(String filterByEndpointType); @SuppressWarnings("unchecked") T notEqualToEndpointType(String filterByEndpointType); void addInEndpointTypesFilter(String filterByEndpointType); void addInEndpointTypesFilter(List<String> filterByEndpointType); void addInEndpointTypesFilter(String... filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(String filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(List<String> filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(String... filterByEndpointType); void addNotInEndpointTypesFilter(String filterByEndpointType); void addNotInEndpointTypesFilter(List<String> filterByEndpointType); void addNotInEndpointTypesFilter(String... filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(String filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(List<String> filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(String... filterByEndpointType); List<Filter> getDeviceKeyFilters(); void addEqualToDeviceKeyFilter(String filterByDeviceKey); @SuppressWarnings("unchecked") T equalToDeviceKey(String filterByDeviceKey); void addNotEqualToDeviceKeyFilter(String filterByDeviceKey); @SuppressWarnings("unchecked") T notEqualToDeviceKey(String filterByDeviceKey); void addInDeviceKeysFilter(String filterByDeviceKey); void addInDeviceKeysFilter(List<String> filterByDeviceKey); void addInDeviceKeysFilter(String... filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(String filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(List<String> filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(String... filterByDeviceKey); void addNotInDeviceKeysFilter(String filterByDeviceKey); void addNotInDeviceKeysFilter(List<String> filterByDeviceKey); void addNotInDeviceKeysFilter(String... filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(String filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(List<String> filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(String... filterByDeviceKey); List<Filter> getFirmwareChecksumFilters(); void addEqualToFirmwareChecksumFilter(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T equalToFirmwareChecksum(String filterByFirmwareChecksum); void addNotEqualToFirmwareChecksumFilter(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notEqualToFirmwareChecksum(String filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(String filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(List<String> filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(String... filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(List<String> filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(String... filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(String filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(List<String> filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(String... filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(List<String> filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(String... filterByFirmwareChecksum); List<Filter> getStateFilters(); void addEqualToStateFilter(DeviceState filterByState); @SuppressWarnings("unchecked") T equalToState(DeviceState filterByState); void addNotEqualToStateFilter(DeviceState filterByState); @SuppressWarnings("unchecked") T notEqualToState(DeviceState filterByState); void addInStatesFilter(String filterByState); void addInStatesFilter(List<DeviceState> filterByState); void addInStatesFilter(DeviceState... filterByState); @SuppressWarnings("unchecked") T inStates(String filterByState); @SuppressWarnings("unchecked") T inStates(List<DeviceState> filterByState); @SuppressWarnings("unchecked") T inStates(DeviceState... filterByState); void addNotInStatesFilter(String filterByState); void addNotInStatesFilter(List<DeviceState> filterByState); void addNotInStatesFilter(DeviceState... filterByState); @SuppressWarnings("unchecked") T notInStates(String filterByState); @SuppressWarnings("unchecked") T notInStates(List<DeviceState> filterByState); @SuppressWarnings("unchecked") T notInStates(DeviceState... filterByState); List<Filter> getDeviceExecutionModeFilters(); void addEqualToDeviceExecutionModeFilter(int filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T equalToDeviceExecutionMode(int filterByDeviceExecutionMode); void addNotEqualToDeviceExecutionModeFilter(int filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notEqualToDeviceExecutionMode(int filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(String filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(List<Integer> filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(Integer... filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(String filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(List<Integer> filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(Integer... filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(String filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(List<Integer> filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(Integer... filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(String filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(List<Integer> filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(Integer... filterByDeviceExecutionMode); List<Filter> getAccountIdFilters(); void addEqualToAccountIdFilter(String filterByAccountId); @SuppressWarnings("unchecked") T equalToAccountId(String filterByAccountId); void addNotEqualToAccountIdFilter(String filterByAccountId); @SuppressWarnings("unchecked") T notEqualToAccountId(String filterByAccountId); void addInAccountIdsFilter(String filterByAccountId); void addInAccountIdsFilter(List<String> filterByAccountId); void addInAccountIdsFilter(String... filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(String filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(List<String> filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(String... filterByAccountId); void addNotInAccountIdsFilter(String filterByAccountId); void addNotInAccountIdsFilter(List<String> filterByAccountId); void addNotInAccountIdsFilter(String... filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(String filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(List<String> filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(String... filterByAccountId); List<Filter> getLifecycleStatusFilters(); void addEqualToLifecycleStatusFilter(DeviceLifecycleStatus filterByLifecycleStatus); @SuppressWarnings("unchecked") T equalToLifecycleStatus(DeviceLifecycleStatus filterByLifecycleStatus); void addNotEqualToLifecycleStatusFilter(DeviceLifecycleStatus filterByLifecycleStatus); @SuppressWarnings("unchecked") T notEqualToLifecycleStatus(DeviceLifecycleStatus filterByLifecycleStatus); void addInLifecycleStatusFilter(String filterByLifecycleStatus); void addInLifecycleStatusFilter(List<DeviceLifecycleStatus> filterByLifecycleStatus); void addInLifecycleStatusFilter(DeviceLifecycleStatus... filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(String filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(List<DeviceLifecycleStatus> filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(DeviceLifecycleStatus... filterByLifecycleStatus); void addNotInLifecycleStatusFilter(String filterByLifecycleStatus); void addNotInLifecycleStatusFilter(List<DeviceLifecycleStatus> filterByLifecycleStatus); void addNotInLifecycleStatusFilter(DeviceLifecycleStatus... filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(String filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(List<DeviceLifecycleStatus> filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(DeviceLifecycleStatus... filterByLifecycleStatus); List<Filter> getMechanismUrlFilters(); void addEqualToMechanismUrlFilter(String filterByMechanismUrl); @SuppressWarnings("unchecked") T equalToMechanismUrl(String filterByMechanismUrl); void addNotEqualToMechanismUrlFilter(String filterByMechanismUrl); @SuppressWarnings("unchecked") T notEqualToMechanismUrl(String filterByMechanismUrl); void addInMechanismUrlsFilter(String filterByMechanismUrl); void addInMechanismUrlsFilter(List<String> filterByMechanismUrl); void addInMechanismUrlsFilter(String... filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(String filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(List<String> filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(String... filterByMechanismUrl); void addNotInMechanismUrlsFilter(String filterByMechanismUrl); void addNotInMechanismUrlsFilter(List<String> filterByMechanismUrl); void addNotInMechanismUrlsFilter(String... filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(String filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(List<String> filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(String... filterByMechanismUrl); List<Filter> getVendorIdFilters(); void addEqualToVendorIdFilter(String filterByVendorId); @SuppressWarnings("unchecked") T equalToVendorId(String filterByVendorId); void addNotEqualToVendorIdFilter(String filterByVendorId); @SuppressWarnings("unchecked") T notEqualToVendorId(String filterByVendorId); void addInVendorIdsFilter(String filterByVendorId); void addInVendorIdsFilter(List<String> filterByVendorId); void addInVendorIdsFilter(String... filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(String filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(List<String> filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(String... filterByVendorId); void addNotInVendorIdsFilter(String filterByVendorId); void addNotInVendorIdsFilter(List<String> filterByVendorId); void addNotInVendorIdsFilter(String... filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(String filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(List<String> filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(String... filterByVendorId); List<Filter> getDeviceClassFilters(); void addEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T equalToDeviceClass(String filterByDeviceClass); void addNotEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T notEqualToDeviceClass(String filterByDeviceClass); void addInDeviceClassFilter(String filterByDeviceClass); void addInDeviceClassFilter(List<String> filterByDeviceClass); void addInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String... filterByDeviceClass); void addNotInDeviceClassFilter(String filterByDeviceClass); void addNotInDeviceClassFilter(List<String> filterByDeviceClass); void addNotInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String... filterByDeviceClass); List<Filter> getHostGatewayFilters(); void addEqualToHostGatewayFilter(String filterByHostGateway); @SuppressWarnings("unchecked") T equalToHostGateway(String filterByHostGateway); void addNotEqualToHostGatewayFilter(String filterByHostGateway); @SuppressWarnings("unchecked") T notEqualToHostGateway(String filterByHostGateway); void addInHostGatewaysFilter(String filterByHostGateway); void addInHostGatewaysFilter(List<String> filterByHostGateway); void addInHostGatewaysFilter(String... filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(String filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(List<String> filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(String... filterByHostGateway); void addNotInHostGatewaysFilter(String filterByHostGateway); void addNotInHostGatewaysFilter(List<String> filterByHostGateway); void addNotInHostGatewaysFilter(String... filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(String filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(List<String> filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(String... filterByHostGateway); List<Filter> getBootstrappedTimestampFilters(); void addInBootstrappedTimestampsFilter(String filterByBootstrappedTimestamp); void addInBootstrappedTimestampsFilter(List<Date> filterByBootstrappedTimestamp); void addInBootstrappedTimestampsFilter(Date... filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(String filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(List<Date> filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(Date... filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(String filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(List<Date> filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(Date... filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(String filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(List<Date> filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(Date... filterByBootstrappedTimestamp); void addLessThanBootstrappedTimestampFilter(Date filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T lessThanBootstrappedTimestamp(Date filterByBootstrappedTimestamp); void addGreaterThanBootstrappedTimestampFilter(Date filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T greaterThanBootstrappedTimestamp(Date filterByBootstrappedTimestamp); List<Filter> getSystemSuspendedFilters(); void addEqualToSystemSuspendedFilter(boolean filterBySystemSuspended); @SuppressWarnings("unchecked") T equalToSystemSuspended(boolean filterBySystemSuspended); void addNotEqualToSystemSuspendedFilter(boolean filterBySystemSuspended); @SuppressWarnings("unchecked") T notEqualToSystemSuspended(boolean filterBySystemSuspended); List<Filter> getLastSystemSuspendedCategoryFilters(); void addEqualToLastSystemSuspendedCategoryFilter(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T equalToLastSystemSuspendedCategory(String filterByLastSystemSuspendedCategory); void addNotEqualToLastSystemSuspendedCategoryFilter(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notEqualToLastSystemSuspendedCategory(String filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(String filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(List<String> filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(String... filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(List<String> filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(String... filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(String filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(List<String> filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(String... filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(List<String> filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(String... filterByLastSystemSuspendedCategory); List<Filter> getSerialNumberFilters(); void addEqualToSerialNumberFilter(String filterBySerialNumber); @SuppressWarnings("unchecked") T equalToSerialNumber(String filterBySerialNumber); void addNotEqualToSerialNumberFilter(String filterBySerialNumber); @SuppressWarnings("unchecked") T notEqualToSerialNumber(String filterBySerialNumber); void addInSerialNumbersFilter(String filterBySerialNumber); void addInSerialNumbersFilter(List<String> filterBySerialNumber); void addInSerialNumbersFilter(String... filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(String filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(List<String> filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(String... filterBySerialNumber); void addNotInSerialNumbersFilter(String filterBySerialNumber); void addNotInSerialNumbersFilter(List<String> filterBySerialNumber); void addNotInSerialNumbersFilter(String... filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(String filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(List<String> filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(String... filterBySerialNumber); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getConnectorExpirationDateFilters(); void addInConnectorExpirationDatesFilter(String filterByConnectorExpirationDate); void addInConnectorExpirationDatesFilter(List<Date> filterByConnectorExpirationDate); void addInConnectorExpirationDatesFilter(Date... filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(String filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(List<Date> filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(Date... filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(String filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(List<Date> filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(Date... filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(String filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(List<Date> filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(Date... filterByConnectorExpirationDate); void addLessThanConnectorExpirationDateFilter(Date filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T lessThanConnectorExpirationDate(Date filterByConnectorExpirationDate); void addGreaterThanConnectorExpirationDateFilter(Date filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T greaterThanConnectorExpirationDate(Date filterByConnectorExpirationDate); List<Filter> getLastOperatorSuspendedCategoryFilters(); void addEqualToLastOperatorSuspendedCategoryFilter(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T equalToLastOperatorSuspendedCategory(String filterByLastOperatorSuspendedCategory); void addNotEqualToLastOperatorSuspendedCategoryFilter(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notEqualToLastOperatorSuspendedCategory(String filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(String filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(List<String> filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(String... filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(List<String> filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(String... filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(String filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(List<String> filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(String... filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(List<String> filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(String... filterByLastOperatorSuspendedCategory); List<Filter> getCaIdFilters(); void addEqualToCaIdFilter(String filterByCaId); @SuppressWarnings("unchecked") T equalToCaId(String filterByCaId); void addNotEqualToCaIdFilter(String filterByCaId); @SuppressWarnings("unchecked") T notEqualToCaId(String filterByCaId); void addInCaIdsFilter(String filterByCaId); void addInCaIdsFilter(List<String> filterByCaId); void addInCaIdsFilter(String... filterByCaId); @SuppressWarnings("unchecked") T inCaIds(String filterByCaId); @SuppressWarnings("unchecked") T inCaIds(List<String> filterByCaId); @SuppressWarnings("unchecked") T inCaIds(String... filterByCaId); void addNotInCaIdsFilter(String filterByCaId); void addNotInCaIdsFilter(List<String> filterByCaId); void addNotInCaIdsFilter(String... filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(String filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(List<String> filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(String... filterByCaId); List<Filter> getOperatorSuspendedFilters(); void addEqualToOperatorSuspendedFilter(boolean filterByOperatorSuspended); @SuppressWarnings("unchecked") T equalToOperatorSuspended(boolean filterByOperatorSuspended); void addNotEqualToOperatorSuspendedFilter(boolean filterByOperatorSuspended); @SuppressWarnings("unchecked") T notEqualToOperatorSuspended(boolean filterByOperatorSuspended); List<Filter> getEnrolmentListTimestampFilters(); void addInEnrolmentListTimestampsFilter(String filterByEnrolmentListTimestamp); void addInEnrolmentListTimestampsFilter(List<Date> filterByEnrolmentListTimestamp); void addInEnrolmentListTimestampsFilter(Date... filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(String filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(List<Date> filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(Date... filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(String filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(List<Date> filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(Date... filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(String filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(List<Date> filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(Date... filterByEnrolmentListTimestamp); void addLessThanEnrolmentListTimestampFilter(Date filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T lessThanEnrolmentListTimestamp(Date filterByEnrolmentListTimestamp); void addGreaterThanEnrolmentListTimestampFilter(Date filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T greaterThanEnrolmentListTimestamp(Date filterByEnrolmentListTimestamp); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); List<Filter> getLastOperatorSuspendedUpdatedAtFilters(); void addInLastOperatorSuspendedUpdatedAtsFilter(String filterByLastOperatorSuspendedUpdatedAt); void addInLastOperatorSuspendedUpdatedAtsFilter(List<Date> filterByLastOperatorSuspendedUpdatedAt); void addInLastOperatorSuspendedUpdatedAtsFilter(Date... filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(String filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(List<Date> filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(Date... filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(String filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(List<Date> filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(Date... filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(String filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(List<Date> filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(Date... filterByLastOperatorSuspendedUpdatedAt); void addLessThanLastOperatorSuspendedUpdatedAtFilter(Date filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T lessThanLastOperatorSuspendedUpdatedAt(Date filterByLastOperatorSuspendedUpdatedAt); void addGreaterThanLastOperatorSuspendedUpdatedAtFilter(Date filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T greaterThanLastOperatorSuspendedUpdatedAt(Date filterByLastOperatorSuspendedUpdatedAt); List<Filter> getDeploymentFilters(); void addEqualToDeploymentFilter(String filterByDeployment); @SuppressWarnings("unchecked") T equalToDeployment(String filterByDeployment); void addNotEqualToDeploymentFilter(String filterByDeployment); @SuppressWarnings("unchecked") T notEqualToDeployment(String filterByDeployment); void addInDeploymentsFilter(String filterByDeployment); void addInDeploymentsFilter(List<String> filterByDeployment); void addInDeploymentsFilter(String... filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(String filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(List<String> filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(String... filterByDeployment); void addNotInDeploymentsFilter(String filterByDeployment); void addNotInDeploymentsFilter(List<String> filterByDeployment); void addNotInDeploymentsFilter(String... filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(String filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(List<String> filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(String... filterByDeployment); List<Filter> getMechanismFilters(); void addEqualToMechanismFilter(DeviceMechanism filterByMechanism); @SuppressWarnings("unchecked") T equalToMechanism(DeviceMechanism filterByMechanism); void addNotEqualToMechanismFilter(DeviceMechanism filterByMechanism); @SuppressWarnings("unchecked") T notEqualToMechanism(DeviceMechanism filterByMechanism); void addInMechanismsFilter(String filterByMechanism); void addInMechanismsFilter(List<DeviceMechanism> filterByMechanism); void addInMechanismsFilter(DeviceMechanism... filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(String filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(List<DeviceMechanism> filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(DeviceMechanism... filterByMechanism); void addNotInMechanismsFilter(String filterByMechanism); void addNotInMechanismsFilter(List<DeviceMechanism> filterByMechanism); void addNotInMechanismsFilter(DeviceMechanism... filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(String filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(List<DeviceMechanism> filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(DeviceMechanism... filterByMechanism); List<Filter> getLastSystemSuspendedUpdatedAtFilters(); void addInLastSystemSuspendedUpdatedAtsFilter(String filterByLastSystemSuspendedUpdatedAt); void addInLastSystemSuspendedUpdatedAtsFilter(List<Date> filterByLastSystemSuspendedUpdatedAt); void addInLastSystemSuspendedUpdatedAtsFilter(Date... filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(String filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(List<Date> filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(Date... filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(String filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(List<Date> filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(Date... filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(String filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(List<Date> filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(Date... filterByLastSystemSuspendedUpdatedAt); void addLessThanLastSystemSuspendedUpdatedAtFilter(Date filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T lessThanLastSystemSuspendedUpdatedAt(Date filterByLastSystemSuspendedUpdatedAt); void addGreaterThanLastSystemSuspendedUpdatedAtFilter(Date filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T greaterThanLastSystemSuspendedUpdatedAt(Date filterByLastSystemSuspendedUpdatedAt); List<Filter> getDeployedStateFilters(); void addEqualToDeployedStateFilter(DeviceDeployedState filterByDeployedState); @SuppressWarnings("unchecked") T equalToDeployedState(DeviceDeployedState filterByDeployedState); void addNotEqualToDeployedStateFilter(DeviceDeployedState filterByDeployedState); @SuppressWarnings("unchecked") T notEqualToDeployedState(DeviceDeployedState filterByDeployedState); void addInDeployedStatesFilter(String filterByDeployedState); void addInDeployedStatesFilter(List<DeviceDeployedState> filterByDeployedState); void addInDeployedStatesFilter(DeviceDeployedState... filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(String filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(List<DeviceDeployedState> filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(DeviceDeployedState... filterByDeployedState); void addNotInDeployedStatesFilter(String filterByDeployedState); void addNotInDeployedStatesFilter(List<DeviceDeployedState> filterByDeployedState); void addNotInDeployedStatesFilter(DeviceDeployedState... filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(String filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(List<DeviceDeployedState> filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(DeviceDeployedState... filterByDeployedState); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getManifestTimestampFilters(); void addInManifestTimestampsFilter(String filterByManifestTimestamp); void addInManifestTimestampsFilter(List<Date> filterByManifestTimestamp); void addInManifestTimestampsFilter(Date... filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(String filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(List<Date> filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(Date... filterByManifestTimestamp); void addNotInManifestTimestampsFilter(String filterByManifestTimestamp); void addNotInManifestTimestampsFilter(List<Date> filterByManifestTimestamp); void addNotInManifestTimestampsFilter(Date... filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(String filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(List<Date> filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(Date... filterByManifestTimestamp); void addLessThanManifestTimestampFilter(Date filterByManifestTimestamp); @SuppressWarnings("unchecked") T lessThanManifestTimestamp(Date filterByManifestTimestamp); void addGreaterThanManifestTimestampFilter(Date filterByManifestTimestamp); @SuppressWarnings("unchecked") T greaterThanManifestTimestamp(Date filterByManifestTimestamp); List<Filter> getEndpointNameFilters(); void addEqualToEndpointNameFilter(String filterByEndpointName); @SuppressWarnings("unchecked") T equalToEndpointName(String filterByEndpointName); void addNotEqualToEndpointNameFilter(String filterByEndpointName); @SuppressWarnings("unchecked") T notEqualToEndpointName(String filterByEndpointName); void addInEndpointNamesFilter(String filterByEndpointName); void addInEndpointNamesFilter(List<String> filterByEndpointName); void addInEndpointNamesFilter(String... filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(String filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(List<String> filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(String... filterByEndpointName); void addNotInEndpointNamesFilter(String filterByEndpointName); void addNotInEndpointNamesFilter(List<String> filterByEndpointName); void addNotInEndpointNamesFilter(String... filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(String filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(List<String> filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(String... filterByEndpointName); @Override String toString(); @Override DeviceListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_ACCOUNT_ID; static final String TAG_FILTER_BY_AUTO_UPDATE; static final String TAG_FILTER_BY_BOOTSTRAPPED_TIMESTAMP; static final String TAG_FILTER_BY_BOOTSTRAP_EXPIRATION_DATE; static final String TAG_FILTER_BY_CA_ID; static final String TAG_FILTER_BY_CONNECTOR_EXPIRATION_DATE; static final String TAG_FILTER_BY_CREATED_AT; static final String TAG_FILTER_BY_DEPLOYED_STATE; static final String TAG_FILTER_BY_DEPLOYMENT; static final String TAG_FILTER_BY_DESCRIPTION; static final String TAG_FILTER_BY_DEVICE_CLASS; static final String TAG_FILTER_BY_DEVICE_EXECUTION_MODE; static final String TAG_FILTER_BY_DEVICE_KEY; static final String TAG_FILTER_BY_ENDPOINT_NAME; static final String TAG_FILTER_BY_ENDPOINT_TYPE; static final String TAG_FILTER_BY_ENROLMENT_LIST_TIMESTAMP; static final String TAG_FILTER_BY_FIRMWARE_CHECKSUM; static final String TAG_FILTER_BY_HOST_GATEWAY; static final String TAG_FILTER_BY_ID; static final String TAG_FILTER_BY_LAST_OPERATOR_SUSPENDED_CATEGORY; static final String TAG_FILTER_BY_LAST_OPERATOR_SUSPENDED_UPDATED_AT; static final String TAG_FILTER_BY_LAST_SYSTEM_SUSPENDED_CATEGORY; static final String TAG_FILTER_BY_LAST_SYSTEM_SUSPENDED_UPDATED_AT; static final String TAG_FILTER_BY_LIFECYCLE_STATUS; static final String TAG_FILTER_BY_MANIFEST; static final String TAG_FILTER_BY_MANIFEST_TIMESTAMP; static final String TAG_FILTER_BY_MECHANISM; static final String TAG_FILTER_BY_MECHANISM_URL; static final String TAG_FILTER_BY_NAME; static final String TAG_FILTER_BY_OPERATOR_SUSPENDED; static final String TAG_FILTER_BY_SERIAL_NUMBER; static final String TAG_FILTER_BY_STATE; static final String TAG_FILTER_BY_SYSTEM_SUSPENDED; static final String TAG_FILTER_BY_UPDATED_AT; static final String TAG_FILTER_BY_VENDOR_ID; } |
@SuppressWarnings("resource") @Test public void testHashCode() { try { DeviceListOptions devicelistoptions1 = new DeviceListOptions(Integer.valueOf(84), Long.valueOf(21), Order.getDefault(), "1186c83b-3cee-404c-bef3-091e3c0e6084", null, null); DeviceListOptions devicelistoptions2 = new DeviceListOptions(Integer.valueOf(84), Long.valueOf(21), Order.getDefault(), "1186c83b-3cee-404c-bef3-091e3c0e6084", null, null); assertNotNull(devicelistoptions1); assertNotNull(devicelistoptions2); assertNotSame(devicelistoptions2, devicelistoptions1); assertEquals(devicelistoptions2, devicelistoptions1); assertEquals(devicelistoptions2.hashCode(), devicelistoptions1.hashCode()); int hashCode = devicelistoptions1.hashCode(); for (int i = 0; i < 5; i++) { assertEquals(hashCode, devicelistoptions1.hashCode()); } } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } | DeviceListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } } | DeviceListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal DeviceListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal DeviceListOptions(DeviceListOptions deviceListOptions); DeviceListOptions(); @Internal DeviceListOptions(String after, Filters filter); } | DeviceListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal DeviceListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal DeviceListOptions(DeviceListOptions deviceListOptions); DeviceListOptions(); @Internal DeviceListOptions(String after, Filters filter); List<Filter> getAutoUpdateFilters(); void addEqualToAutoUpdateFilter(boolean filterByAutoUpdate); @SuppressWarnings("unchecked") T equalToAutoUpdate(boolean filterByAutoUpdate); void addNotEqualToAutoUpdateFilter(boolean filterByAutoUpdate); @SuppressWarnings("unchecked") T notEqualToAutoUpdate(boolean filterByAutoUpdate); List<Filter> getBootstrapExpirationDateFilters(); void addInBootstrapExpirationDatesFilter(String filterByBootstrapExpirationDate); void addInBootstrapExpirationDatesFilter(List<Date> filterByBootstrapExpirationDate); void addInBootstrapExpirationDatesFilter(Date... filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(String filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(List<Date> filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(Date... filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(String filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(List<Date> filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(Date... filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(String filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(List<Date> filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(Date... filterByBootstrapExpirationDate); void addLessThanBootstrapExpirationDateFilter(Date filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T lessThanBootstrapExpirationDate(Date filterByBootstrapExpirationDate); void addGreaterThanBootstrapExpirationDateFilter(Date filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T greaterThanBootstrapExpirationDate(Date filterByBootstrapExpirationDate); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getManifestFilters(); void addEqualToManifestFilter(String filterByManifest); @SuppressWarnings("unchecked") T equalToManifest(String filterByManifest); void addNotEqualToManifestFilter(String filterByManifest); @SuppressWarnings("unchecked") T notEqualToManifest(String filterByManifest); void addInManifestsFilter(String filterByManifest); void addInManifestsFilter(List<String> filterByManifest); void addInManifestsFilter(String... filterByManifest); @SuppressWarnings("unchecked") T inManifests(String filterByManifest); @SuppressWarnings("unchecked") T inManifests(List<String> filterByManifest); @SuppressWarnings("unchecked") T inManifests(String... filterByManifest); void addNotInManifestsFilter(String filterByManifest); void addNotInManifestsFilter(List<String> filterByManifest); void addNotInManifestsFilter(String... filterByManifest); @SuppressWarnings("unchecked") T notInManifests(String filterByManifest); @SuppressWarnings("unchecked") T notInManifests(List<String> filterByManifest); @SuppressWarnings("unchecked") T notInManifests(String... filterByManifest); List<Filter> getEndpointTypeFilters(); void addEqualToEndpointTypeFilter(String filterByEndpointType); @SuppressWarnings("unchecked") T equalToEndpointType(String filterByEndpointType); void addNotEqualToEndpointTypeFilter(String filterByEndpointType); @SuppressWarnings("unchecked") T notEqualToEndpointType(String filterByEndpointType); void addInEndpointTypesFilter(String filterByEndpointType); void addInEndpointTypesFilter(List<String> filterByEndpointType); void addInEndpointTypesFilter(String... filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(String filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(List<String> filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(String... filterByEndpointType); void addNotInEndpointTypesFilter(String filterByEndpointType); void addNotInEndpointTypesFilter(List<String> filterByEndpointType); void addNotInEndpointTypesFilter(String... filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(String filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(List<String> filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(String... filterByEndpointType); List<Filter> getDeviceKeyFilters(); void addEqualToDeviceKeyFilter(String filterByDeviceKey); @SuppressWarnings("unchecked") T equalToDeviceKey(String filterByDeviceKey); void addNotEqualToDeviceKeyFilter(String filterByDeviceKey); @SuppressWarnings("unchecked") T notEqualToDeviceKey(String filterByDeviceKey); void addInDeviceKeysFilter(String filterByDeviceKey); void addInDeviceKeysFilter(List<String> filterByDeviceKey); void addInDeviceKeysFilter(String... filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(String filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(List<String> filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(String... filterByDeviceKey); void addNotInDeviceKeysFilter(String filterByDeviceKey); void addNotInDeviceKeysFilter(List<String> filterByDeviceKey); void addNotInDeviceKeysFilter(String... filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(String filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(List<String> filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(String... filterByDeviceKey); List<Filter> getFirmwareChecksumFilters(); void addEqualToFirmwareChecksumFilter(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T equalToFirmwareChecksum(String filterByFirmwareChecksum); void addNotEqualToFirmwareChecksumFilter(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notEqualToFirmwareChecksum(String filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(String filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(List<String> filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(String... filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(List<String> filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(String... filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(String filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(List<String> filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(String... filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(List<String> filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(String... filterByFirmwareChecksum); List<Filter> getStateFilters(); void addEqualToStateFilter(DeviceState filterByState); @SuppressWarnings("unchecked") T equalToState(DeviceState filterByState); void addNotEqualToStateFilter(DeviceState filterByState); @SuppressWarnings("unchecked") T notEqualToState(DeviceState filterByState); void addInStatesFilter(String filterByState); void addInStatesFilter(List<DeviceState> filterByState); void addInStatesFilter(DeviceState... filterByState); @SuppressWarnings("unchecked") T inStates(String filterByState); @SuppressWarnings("unchecked") T inStates(List<DeviceState> filterByState); @SuppressWarnings("unchecked") T inStates(DeviceState... filterByState); void addNotInStatesFilter(String filterByState); void addNotInStatesFilter(List<DeviceState> filterByState); void addNotInStatesFilter(DeviceState... filterByState); @SuppressWarnings("unchecked") T notInStates(String filterByState); @SuppressWarnings("unchecked") T notInStates(List<DeviceState> filterByState); @SuppressWarnings("unchecked") T notInStates(DeviceState... filterByState); List<Filter> getDeviceExecutionModeFilters(); void addEqualToDeviceExecutionModeFilter(int filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T equalToDeviceExecutionMode(int filterByDeviceExecutionMode); void addNotEqualToDeviceExecutionModeFilter(int filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notEqualToDeviceExecutionMode(int filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(String filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(List<Integer> filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(Integer... filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(String filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(List<Integer> filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(Integer... filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(String filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(List<Integer> filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(Integer... filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(String filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(List<Integer> filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(Integer... filterByDeviceExecutionMode); List<Filter> getAccountIdFilters(); void addEqualToAccountIdFilter(String filterByAccountId); @SuppressWarnings("unchecked") T equalToAccountId(String filterByAccountId); void addNotEqualToAccountIdFilter(String filterByAccountId); @SuppressWarnings("unchecked") T notEqualToAccountId(String filterByAccountId); void addInAccountIdsFilter(String filterByAccountId); void addInAccountIdsFilter(List<String> filterByAccountId); void addInAccountIdsFilter(String... filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(String filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(List<String> filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(String... filterByAccountId); void addNotInAccountIdsFilter(String filterByAccountId); void addNotInAccountIdsFilter(List<String> filterByAccountId); void addNotInAccountIdsFilter(String... filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(String filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(List<String> filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(String... filterByAccountId); List<Filter> getLifecycleStatusFilters(); void addEqualToLifecycleStatusFilter(DeviceLifecycleStatus filterByLifecycleStatus); @SuppressWarnings("unchecked") T equalToLifecycleStatus(DeviceLifecycleStatus filterByLifecycleStatus); void addNotEqualToLifecycleStatusFilter(DeviceLifecycleStatus filterByLifecycleStatus); @SuppressWarnings("unchecked") T notEqualToLifecycleStatus(DeviceLifecycleStatus filterByLifecycleStatus); void addInLifecycleStatusFilter(String filterByLifecycleStatus); void addInLifecycleStatusFilter(List<DeviceLifecycleStatus> filterByLifecycleStatus); void addInLifecycleStatusFilter(DeviceLifecycleStatus... filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(String filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(List<DeviceLifecycleStatus> filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(DeviceLifecycleStatus... filterByLifecycleStatus); void addNotInLifecycleStatusFilter(String filterByLifecycleStatus); void addNotInLifecycleStatusFilter(List<DeviceLifecycleStatus> filterByLifecycleStatus); void addNotInLifecycleStatusFilter(DeviceLifecycleStatus... filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(String filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(List<DeviceLifecycleStatus> filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(DeviceLifecycleStatus... filterByLifecycleStatus); List<Filter> getMechanismUrlFilters(); void addEqualToMechanismUrlFilter(String filterByMechanismUrl); @SuppressWarnings("unchecked") T equalToMechanismUrl(String filterByMechanismUrl); void addNotEqualToMechanismUrlFilter(String filterByMechanismUrl); @SuppressWarnings("unchecked") T notEqualToMechanismUrl(String filterByMechanismUrl); void addInMechanismUrlsFilter(String filterByMechanismUrl); void addInMechanismUrlsFilter(List<String> filterByMechanismUrl); void addInMechanismUrlsFilter(String... filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(String filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(List<String> filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(String... filterByMechanismUrl); void addNotInMechanismUrlsFilter(String filterByMechanismUrl); void addNotInMechanismUrlsFilter(List<String> filterByMechanismUrl); void addNotInMechanismUrlsFilter(String... filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(String filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(List<String> filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(String... filterByMechanismUrl); List<Filter> getVendorIdFilters(); void addEqualToVendorIdFilter(String filterByVendorId); @SuppressWarnings("unchecked") T equalToVendorId(String filterByVendorId); void addNotEqualToVendorIdFilter(String filterByVendorId); @SuppressWarnings("unchecked") T notEqualToVendorId(String filterByVendorId); void addInVendorIdsFilter(String filterByVendorId); void addInVendorIdsFilter(List<String> filterByVendorId); void addInVendorIdsFilter(String... filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(String filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(List<String> filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(String... filterByVendorId); void addNotInVendorIdsFilter(String filterByVendorId); void addNotInVendorIdsFilter(List<String> filterByVendorId); void addNotInVendorIdsFilter(String... filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(String filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(List<String> filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(String... filterByVendorId); List<Filter> getDeviceClassFilters(); void addEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T equalToDeviceClass(String filterByDeviceClass); void addNotEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T notEqualToDeviceClass(String filterByDeviceClass); void addInDeviceClassFilter(String filterByDeviceClass); void addInDeviceClassFilter(List<String> filterByDeviceClass); void addInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String... filterByDeviceClass); void addNotInDeviceClassFilter(String filterByDeviceClass); void addNotInDeviceClassFilter(List<String> filterByDeviceClass); void addNotInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String... filterByDeviceClass); List<Filter> getHostGatewayFilters(); void addEqualToHostGatewayFilter(String filterByHostGateway); @SuppressWarnings("unchecked") T equalToHostGateway(String filterByHostGateway); void addNotEqualToHostGatewayFilter(String filterByHostGateway); @SuppressWarnings("unchecked") T notEqualToHostGateway(String filterByHostGateway); void addInHostGatewaysFilter(String filterByHostGateway); void addInHostGatewaysFilter(List<String> filterByHostGateway); void addInHostGatewaysFilter(String... filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(String filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(List<String> filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(String... filterByHostGateway); void addNotInHostGatewaysFilter(String filterByHostGateway); void addNotInHostGatewaysFilter(List<String> filterByHostGateway); void addNotInHostGatewaysFilter(String... filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(String filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(List<String> filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(String... filterByHostGateway); List<Filter> getBootstrappedTimestampFilters(); void addInBootstrappedTimestampsFilter(String filterByBootstrappedTimestamp); void addInBootstrappedTimestampsFilter(List<Date> filterByBootstrappedTimestamp); void addInBootstrappedTimestampsFilter(Date... filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(String filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(List<Date> filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(Date... filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(String filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(List<Date> filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(Date... filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(String filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(List<Date> filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(Date... filterByBootstrappedTimestamp); void addLessThanBootstrappedTimestampFilter(Date filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T lessThanBootstrappedTimestamp(Date filterByBootstrappedTimestamp); void addGreaterThanBootstrappedTimestampFilter(Date filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T greaterThanBootstrappedTimestamp(Date filterByBootstrappedTimestamp); List<Filter> getSystemSuspendedFilters(); void addEqualToSystemSuspendedFilter(boolean filterBySystemSuspended); @SuppressWarnings("unchecked") T equalToSystemSuspended(boolean filterBySystemSuspended); void addNotEqualToSystemSuspendedFilter(boolean filterBySystemSuspended); @SuppressWarnings("unchecked") T notEqualToSystemSuspended(boolean filterBySystemSuspended); List<Filter> getLastSystemSuspendedCategoryFilters(); void addEqualToLastSystemSuspendedCategoryFilter(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T equalToLastSystemSuspendedCategory(String filterByLastSystemSuspendedCategory); void addNotEqualToLastSystemSuspendedCategoryFilter(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notEqualToLastSystemSuspendedCategory(String filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(String filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(List<String> filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(String... filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(List<String> filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(String... filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(String filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(List<String> filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(String... filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(List<String> filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(String... filterByLastSystemSuspendedCategory); List<Filter> getSerialNumberFilters(); void addEqualToSerialNumberFilter(String filterBySerialNumber); @SuppressWarnings("unchecked") T equalToSerialNumber(String filterBySerialNumber); void addNotEqualToSerialNumberFilter(String filterBySerialNumber); @SuppressWarnings("unchecked") T notEqualToSerialNumber(String filterBySerialNumber); void addInSerialNumbersFilter(String filterBySerialNumber); void addInSerialNumbersFilter(List<String> filterBySerialNumber); void addInSerialNumbersFilter(String... filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(String filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(List<String> filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(String... filterBySerialNumber); void addNotInSerialNumbersFilter(String filterBySerialNumber); void addNotInSerialNumbersFilter(List<String> filterBySerialNumber); void addNotInSerialNumbersFilter(String... filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(String filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(List<String> filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(String... filterBySerialNumber); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getConnectorExpirationDateFilters(); void addInConnectorExpirationDatesFilter(String filterByConnectorExpirationDate); void addInConnectorExpirationDatesFilter(List<Date> filterByConnectorExpirationDate); void addInConnectorExpirationDatesFilter(Date... filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(String filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(List<Date> filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(Date... filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(String filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(List<Date> filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(Date... filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(String filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(List<Date> filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(Date... filterByConnectorExpirationDate); void addLessThanConnectorExpirationDateFilter(Date filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T lessThanConnectorExpirationDate(Date filterByConnectorExpirationDate); void addGreaterThanConnectorExpirationDateFilter(Date filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T greaterThanConnectorExpirationDate(Date filterByConnectorExpirationDate); List<Filter> getLastOperatorSuspendedCategoryFilters(); void addEqualToLastOperatorSuspendedCategoryFilter(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T equalToLastOperatorSuspendedCategory(String filterByLastOperatorSuspendedCategory); void addNotEqualToLastOperatorSuspendedCategoryFilter(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notEqualToLastOperatorSuspendedCategory(String filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(String filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(List<String> filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(String... filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(List<String> filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(String... filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(String filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(List<String> filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(String... filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(List<String> filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(String... filterByLastOperatorSuspendedCategory); List<Filter> getCaIdFilters(); void addEqualToCaIdFilter(String filterByCaId); @SuppressWarnings("unchecked") T equalToCaId(String filterByCaId); void addNotEqualToCaIdFilter(String filterByCaId); @SuppressWarnings("unchecked") T notEqualToCaId(String filterByCaId); void addInCaIdsFilter(String filterByCaId); void addInCaIdsFilter(List<String> filterByCaId); void addInCaIdsFilter(String... filterByCaId); @SuppressWarnings("unchecked") T inCaIds(String filterByCaId); @SuppressWarnings("unchecked") T inCaIds(List<String> filterByCaId); @SuppressWarnings("unchecked") T inCaIds(String... filterByCaId); void addNotInCaIdsFilter(String filterByCaId); void addNotInCaIdsFilter(List<String> filterByCaId); void addNotInCaIdsFilter(String... filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(String filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(List<String> filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(String... filterByCaId); List<Filter> getOperatorSuspendedFilters(); void addEqualToOperatorSuspendedFilter(boolean filterByOperatorSuspended); @SuppressWarnings("unchecked") T equalToOperatorSuspended(boolean filterByOperatorSuspended); void addNotEqualToOperatorSuspendedFilter(boolean filterByOperatorSuspended); @SuppressWarnings("unchecked") T notEqualToOperatorSuspended(boolean filterByOperatorSuspended); List<Filter> getEnrolmentListTimestampFilters(); void addInEnrolmentListTimestampsFilter(String filterByEnrolmentListTimestamp); void addInEnrolmentListTimestampsFilter(List<Date> filterByEnrolmentListTimestamp); void addInEnrolmentListTimestampsFilter(Date... filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(String filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(List<Date> filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(Date... filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(String filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(List<Date> filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(Date... filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(String filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(List<Date> filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(Date... filterByEnrolmentListTimestamp); void addLessThanEnrolmentListTimestampFilter(Date filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T lessThanEnrolmentListTimestamp(Date filterByEnrolmentListTimestamp); void addGreaterThanEnrolmentListTimestampFilter(Date filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T greaterThanEnrolmentListTimestamp(Date filterByEnrolmentListTimestamp); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); List<Filter> getLastOperatorSuspendedUpdatedAtFilters(); void addInLastOperatorSuspendedUpdatedAtsFilter(String filterByLastOperatorSuspendedUpdatedAt); void addInLastOperatorSuspendedUpdatedAtsFilter(List<Date> filterByLastOperatorSuspendedUpdatedAt); void addInLastOperatorSuspendedUpdatedAtsFilter(Date... filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(String filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(List<Date> filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(Date... filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(String filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(List<Date> filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(Date... filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(String filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(List<Date> filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(Date... filterByLastOperatorSuspendedUpdatedAt); void addLessThanLastOperatorSuspendedUpdatedAtFilter(Date filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T lessThanLastOperatorSuspendedUpdatedAt(Date filterByLastOperatorSuspendedUpdatedAt); void addGreaterThanLastOperatorSuspendedUpdatedAtFilter(Date filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T greaterThanLastOperatorSuspendedUpdatedAt(Date filterByLastOperatorSuspendedUpdatedAt); List<Filter> getDeploymentFilters(); void addEqualToDeploymentFilter(String filterByDeployment); @SuppressWarnings("unchecked") T equalToDeployment(String filterByDeployment); void addNotEqualToDeploymentFilter(String filterByDeployment); @SuppressWarnings("unchecked") T notEqualToDeployment(String filterByDeployment); void addInDeploymentsFilter(String filterByDeployment); void addInDeploymentsFilter(List<String> filterByDeployment); void addInDeploymentsFilter(String... filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(String filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(List<String> filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(String... filterByDeployment); void addNotInDeploymentsFilter(String filterByDeployment); void addNotInDeploymentsFilter(List<String> filterByDeployment); void addNotInDeploymentsFilter(String... filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(String filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(List<String> filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(String... filterByDeployment); List<Filter> getMechanismFilters(); void addEqualToMechanismFilter(DeviceMechanism filterByMechanism); @SuppressWarnings("unchecked") T equalToMechanism(DeviceMechanism filterByMechanism); void addNotEqualToMechanismFilter(DeviceMechanism filterByMechanism); @SuppressWarnings("unchecked") T notEqualToMechanism(DeviceMechanism filterByMechanism); void addInMechanismsFilter(String filterByMechanism); void addInMechanismsFilter(List<DeviceMechanism> filterByMechanism); void addInMechanismsFilter(DeviceMechanism... filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(String filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(List<DeviceMechanism> filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(DeviceMechanism... filterByMechanism); void addNotInMechanismsFilter(String filterByMechanism); void addNotInMechanismsFilter(List<DeviceMechanism> filterByMechanism); void addNotInMechanismsFilter(DeviceMechanism... filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(String filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(List<DeviceMechanism> filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(DeviceMechanism... filterByMechanism); List<Filter> getLastSystemSuspendedUpdatedAtFilters(); void addInLastSystemSuspendedUpdatedAtsFilter(String filterByLastSystemSuspendedUpdatedAt); void addInLastSystemSuspendedUpdatedAtsFilter(List<Date> filterByLastSystemSuspendedUpdatedAt); void addInLastSystemSuspendedUpdatedAtsFilter(Date... filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(String filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(List<Date> filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(Date... filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(String filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(List<Date> filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(Date... filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(String filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(List<Date> filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(Date... filterByLastSystemSuspendedUpdatedAt); void addLessThanLastSystemSuspendedUpdatedAtFilter(Date filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T lessThanLastSystemSuspendedUpdatedAt(Date filterByLastSystemSuspendedUpdatedAt); void addGreaterThanLastSystemSuspendedUpdatedAtFilter(Date filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T greaterThanLastSystemSuspendedUpdatedAt(Date filterByLastSystemSuspendedUpdatedAt); List<Filter> getDeployedStateFilters(); void addEqualToDeployedStateFilter(DeviceDeployedState filterByDeployedState); @SuppressWarnings("unchecked") T equalToDeployedState(DeviceDeployedState filterByDeployedState); void addNotEqualToDeployedStateFilter(DeviceDeployedState filterByDeployedState); @SuppressWarnings("unchecked") T notEqualToDeployedState(DeviceDeployedState filterByDeployedState); void addInDeployedStatesFilter(String filterByDeployedState); void addInDeployedStatesFilter(List<DeviceDeployedState> filterByDeployedState); void addInDeployedStatesFilter(DeviceDeployedState... filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(String filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(List<DeviceDeployedState> filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(DeviceDeployedState... filterByDeployedState); void addNotInDeployedStatesFilter(String filterByDeployedState); void addNotInDeployedStatesFilter(List<DeviceDeployedState> filterByDeployedState); void addNotInDeployedStatesFilter(DeviceDeployedState... filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(String filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(List<DeviceDeployedState> filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(DeviceDeployedState... filterByDeployedState); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getManifestTimestampFilters(); void addInManifestTimestampsFilter(String filterByManifestTimestamp); void addInManifestTimestampsFilter(List<Date> filterByManifestTimestamp); void addInManifestTimestampsFilter(Date... filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(String filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(List<Date> filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(Date... filterByManifestTimestamp); void addNotInManifestTimestampsFilter(String filterByManifestTimestamp); void addNotInManifestTimestampsFilter(List<Date> filterByManifestTimestamp); void addNotInManifestTimestampsFilter(Date... filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(String filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(List<Date> filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(Date... filterByManifestTimestamp); void addLessThanManifestTimestampFilter(Date filterByManifestTimestamp); @SuppressWarnings("unchecked") T lessThanManifestTimestamp(Date filterByManifestTimestamp); void addGreaterThanManifestTimestampFilter(Date filterByManifestTimestamp); @SuppressWarnings("unchecked") T greaterThanManifestTimestamp(Date filterByManifestTimestamp); List<Filter> getEndpointNameFilters(); void addEqualToEndpointNameFilter(String filterByEndpointName); @SuppressWarnings("unchecked") T equalToEndpointName(String filterByEndpointName); void addNotEqualToEndpointNameFilter(String filterByEndpointName); @SuppressWarnings("unchecked") T notEqualToEndpointName(String filterByEndpointName); void addInEndpointNamesFilter(String filterByEndpointName); void addInEndpointNamesFilter(List<String> filterByEndpointName); void addInEndpointNamesFilter(String... filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(String filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(List<String> filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(String... filterByEndpointName); void addNotInEndpointNamesFilter(String filterByEndpointName); void addNotInEndpointNamesFilter(List<String> filterByEndpointName); void addNotInEndpointNamesFilter(String... filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(String filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(List<String> filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(String... filterByEndpointName); @Override String toString(); @Override DeviceListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | DeviceListOptions extends ListOptions { @Override @SuppressWarnings("PMD.UselessOverridingMethod") public int hashCode() { return super.hashCode(); } @Internal DeviceListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal DeviceListOptions(DeviceListOptions deviceListOptions); DeviceListOptions(); @Internal DeviceListOptions(String after, Filters filter); List<Filter> getAutoUpdateFilters(); void addEqualToAutoUpdateFilter(boolean filterByAutoUpdate); @SuppressWarnings("unchecked") T equalToAutoUpdate(boolean filterByAutoUpdate); void addNotEqualToAutoUpdateFilter(boolean filterByAutoUpdate); @SuppressWarnings("unchecked") T notEqualToAutoUpdate(boolean filterByAutoUpdate); List<Filter> getBootstrapExpirationDateFilters(); void addInBootstrapExpirationDatesFilter(String filterByBootstrapExpirationDate); void addInBootstrapExpirationDatesFilter(List<Date> filterByBootstrapExpirationDate); void addInBootstrapExpirationDatesFilter(Date... filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(String filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(List<Date> filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(Date... filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(String filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(List<Date> filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(Date... filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(String filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(List<Date> filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(Date... filterByBootstrapExpirationDate); void addLessThanBootstrapExpirationDateFilter(Date filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T lessThanBootstrapExpirationDate(Date filterByBootstrapExpirationDate); void addGreaterThanBootstrapExpirationDateFilter(Date filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T greaterThanBootstrapExpirationDate(Date filterByBootstrapExpirationDate); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getManifestFilters(); void addEqualToManifestFilter(String filterByManifest); @SuppressWarnings("unchecked") T equalToManifest(String filterByManifest); void addNotEqualToManifestFilter(String filterByManifest); @SuppressWarnings("unchecked") T notEqualToManifest(String filterByManifest); void addInManifestsFilter(String filterByManifest); void addInManifestsFilter(List<String> filterByManifest); void addInManifestsFilter(String... filterByManifest); @SuppressWarnings("unchecked") T inManifests(String filterByManifest); @SuppressWarnings("unchecked") T inManifests(List<String> filterByManifest); @SuppressWarnings("unchecked") T inManifests(String... filterByManifest); void addNotInManifestsFilter(String filterByManifest); void addNotInManifestsFilter(List<String> filterByManifest); void addNotInManifestsFilter(String... filterByManifest); @SuppressWarnings("unchecked") T notInManifests(String filterByManifest); @SuppressWarnings("unchecked") T notInManifests(List<String> filterByManifest); @SuppressWarnings("unchecked") T notInManifests(String... filterByManifest); List<Filter> getEndpointTypeFilters(); void addEqualToEndpointTypeFilter(String filterByEndpointType); @SuppressWarnings("unchecked") T equalToEndpointType(String filterByEndpointType); void addNotEqualToEndpointTypeFilter(String filterByEndpointType); @SuppressWarnings("unchecked") T notEqualToEndpointType(String filterByEndpointType); void addInEndpointTypesFilter(String filterByEndpointType); void addInEndpointTypesFilter(List<String> filterByEndpointType); void addInEndpointTypesFilter(String... filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(String filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(List<String> filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(String... filterByEndpointType); void addNotInEndpointTypesFilter(String filterByEndpointType); void addNotInEndpointTypesFilter(List<String> filterByEndpointType); void addNotInEndpointTypesFilter(String... filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(String filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(List<String> filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(String... filterByEndpointType); List<Filter> getDeviceKeyFilters(); void addEqualToDeviceKeyFilter(String filterByDeviceKey); @SuppressWarnings("unchecked") T equalToDeviceKey(String filterByDeviceKey); void addNotEqualToDeviceKeyFilter(String filterByDeviceKey); @SuppressWarnings("unchecked") T notEqualToDeviceKey(String filterByDeviceKey); void addInDeviceKeysFilter(String filterByDeviceKey); void addInDeviceKeysFilter(List<String> filterByDeviceKey); void addInDeviceKeysFilter(String... filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(String filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(List<String> filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(String... filterByDeviceKey); void addNotInDeviceKeysFilter(String filterByDeviceKey); void addNotInDeviceKeysFilter(List<String> filterByDeviceKey); void addNotInDeviceKeysFilter(String... filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(String filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(List<String> filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(String... filterByDeviceKey); List<Filter> getFirmwareChecksumFilters(); void addEqualToFirmwareChecksumFilter(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T equalToFirmwareChecksum(String filterByFirmwareChecksum); void addNotEqualToFirmwareChecksumFilter(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notEqualToFirmwareChecksum(String filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(String filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(List<String> filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(String... filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(List<String> filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(String... filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(String filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(List<String> filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(String... filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(List<String> filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(String... filterByFirmwareChecksum); List<Filter> getStateFilters(); void addEqualToStateFilter(DeviceState filterByState); @SuppressWarnings("unchecked") T equalToState(DeviceState filterByState); void addNotEqualToStateFilter(DeviceState filterByState); @SuppressWarnings("unchecked") T notEqualToState(DeviceState filterByState); void addInStatesFilter(String filterByState); void addInStatesFilter(List<DeviceState> filterByState); void addInStatesFilter(DeviceState... filterByState); @SuppressWarnings("unchecked") T inStates(String filterByState); @SuppressWarnings("unchecked") T inStates(List<DeviceState> filterByState); @SuppressWarnings("unchecked") T inStates(DeviceState... filterByState); void addNotInStatesFilter(String filterByState); void addNotInStatesFilter(List<DeviceState> filterByState); void addNotInStatesFilter(DeviceState... filterByState); @SuppressWarnings("unchecked") T notInStates(String filterByState); @SuppressWarnings("unchecked") T notInStates(List<DeviceState> filterByState); @SuppressWarnings("unchecked") T notInStates(DeviceState... filterByState); List<Filter> getDeviceExecutionModeFilters(); void addEqualToDeviceExecutionModeFilter(int filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T equalToDeviceExecutionMode(int filterByDeviceExecutionMode); void addNotEqualToDeviceExecutionModeFilter(int filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notEqualToDeviceExecutionMode(int filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(String filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(List<Integer> filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(Integer... filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(String filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(List<Integer> filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(Integer... filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(String filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(List<Integer> filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(Integer... filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(String filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(List<Integer> filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(Integer... filterByDeviceExecutionMode); List<Filter> getAccountIdFilters(); void addEqualToAccountIdFilter(String filterByAccountId); @SuppressWarnings("unchecked") T equalToAccountId(String filterByAccountId); void addNotEqualToAccountIdFilter(String filterByAccountId); @SuppressWarnings("unchecked") T notEqualToAccountId(String filterByAccountId); void addInAccountIdsFilter(String filterByAccountId); void addInAccountIdsFilter(List<String> filterByAccountId); void addInAccountIdsFilter(String... filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(String filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(List<String> filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(String... filterByAccountId); void addNotInAccountIdsFilter(String filterByAccountId); void addNotInAccountIdsFilter(List<String> filterByAccountId); void addNotInAccountIdsFilter(String... filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(String filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(List<String> filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(String... filterByAccountId); List<Filter> getLifecycleStatusFilters(); void addEqualToLifecycleStatusFilter(DeviceLifecycleStatus filterByLifecycleStatus); @SuppressWarnings("unchecked") T equalToLifecycleStatus(DeviceLifecycleStatus filterByLifecycleStatus); void addNotEqualToLifecycleStatusFilter(DeviceLifecycleStatus filterByLifecycleStatus); @SuppressWarnings("unchecked") T notEqualToLifecycleStatus(DeviceLifecycleStatus filterByLifecycleStatus); void addInLifecycleStatusFilter(String filterByLifecycleStatus); void addInLifecycleStatusFilter(List<DeviceLifecycleStatus> filterByLifecycleStatus); void addInLifecycleStatusFilter(DeviceLifecycleStatus... filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(String filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(List<DeviceLifecycleStatus> filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(DeviceLifecycleStatus... filterByLifecycleStatus); void addNotInLifecycleStatusFilter(String filterByLifecycleStatus); void addNotInLifecycleStatusFilter(List<DeviceLifecycleStatus> filterByLifecycleStatus); void addNotInLifecycleStatusFilter(DeviceLifecycleStatus... filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(String filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(List<DeviceLifecycleStatus> filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(DeviceLifecycleStatus... filterByLifecycleStatus); List<Filter> getMechanismUrlFilters(); void addEqualToMechanismUrlFilter(String filterByMechanismUrl); @SuppressWarnings("unchecked") T equalToMechanismUrl(String filterByMechanismUrl); void addNotEqualToMechanismUrlFilter(String filterByMechanismUrl); @SuppressWarnings("unchecked") T notEqualToMechanismUrl(String filterByMechanismUrl); void addInMechanismUrlsFilter(String filterByMechanismUrl); void addInMechanismUrlsFilter(List<String> filterByMechanismUrl); void addInMechanismUrlsFilter(String... filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(String filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(List<String> filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(String... filterByMechanismUrl); void addNotInMechanismUrlsFilter(String filterByMechanismUrl); void addNotInMechanismUrlsFilter(List<String> filterByMechanismUrl); void addNotInMechanismUrlsFilter(String... filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(String filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(List<String> filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(String... filterByMechanismUrl); List<Filter> getVendorIdFilters(); void addEqualToVendorIdFilter(String filterByVendorId); @SuppressWarnings("unchecked") T equalToVendorId(String filterByVendorId); void addNotEqualToVendorIdFilter(String filterByVendorId); @SuppressWarnings("unchecked") T notEqualToVendorId(String filterByVendorId); void addInVendorIdsFilter(String filterByVendorId); void addInVendorIdsFilter(List<String> filterByVendorId); void addInVendorIdsFilter(String... filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(String filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(List<String> filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(String... filterByVendorId); void addNotInVendorIdsFilter(String filterByVendorId); void addNotInVendorIdsFilter(List<String> filterByVendorId); void addNotInVendorIdsFilter(String... filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(String filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(List<String> filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(String... filterByVendorId); List<Filter> getDeviceClassFilters(); void addEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T equalToDeviceClass(String filterByDeviceClass); void addNotEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T notEqualToDeviceClass(String filterByDeviceClass); void addInDeviceClassFilter(String filterByDeviceClass); void addInDeviceClassFilter(List<String> filterByDeviceClass); void addInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String... filterByDeviceClass); void addNotInDeviceClassFilter(String filterByDeviceClass); void addNotInDeviceClassFilter(List<String> filterByDeviceClass); void addNotInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String... filterByDeviceClass); List<Filter> getHostGatewayFilters(); void addEqualToHostGatewayFilter(String filterByHostGateway); @SuppressWarnings("unchecked") T equalToHostGateway(String filterByHostGateway); void addNotEqualToHostGatewayFilter(String filterByHostGateway); @SuppressWarnings("unchecked") T notEqualToHostGateway(String filterByHostGateway); void addInHostGatewaysFilter(String filterByHostGateway); void addInHostGatewaysFilter(List<String> filterByHostGateway); void addInHostGatewaysFilter(String... filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(String filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(List<String> filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(String... filterByHostGateway); void addNotInHostGatewaysFilter(String filterByHostGateway); void addNotInHostGatewaysFilter(List<String> filterByHostGateway); void addNotInHostGatewaysFilter(String... filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(String filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(List<String> filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(String... filterByHostGateway); List<Filter> getBootstrappedTimestampFilters(); void addInBootstrappedTimestampsFilter(String filterByBootstrappedTimestamp); void addInBootstrappedTimestampsFilter(List<Date> filterByBootstrappedTimestamp); void addInBootstrappedTimestampsFilter(Date... filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(String filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(List<Date> filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(Date... filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(String filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(List<Date> filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(Date... filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(String filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(List<Date> filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(Date... filterByBootstrappedTimestamp); void addLessThanBootstrappedTimestampFilter(Date filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T lessThanBootstrappedTimestamp(Date filterByBootstrappedTimestamp); void addGreaterThanBootstrappedTimestampFilter(Date filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T greaterThanBootstrappedTimestamp(Date filterByBootstrappedTimestamp); List<Filter> getSystemSuspendedFilters(); void addEqualToSystemSuspendedFilter(boolean filterBySystemSuspended); @SuppressWarnings("unchecked") T equalToSystemSuspended(boolean filterBySystemSuspended); void addNotEqualToSystemSuspendedFilter(boolean filterBySystemSuspended); @SuppressWarnings("unchecked") T notEqualToSystemSuspended(boolean filterBySystemSuspended); List<Filter> getLastSystemSuspendedCategoryFilters(); void addEqualToLastSystemSuspendedCategoryFilter(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T equalToLastSystemSuspendedCategory(String filterByLastSystemSuspendedCategory); void addNotEqualToLastSystemSuspendedCategoryFilter(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notEqualToLastSystemSuspendedCategory(String filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(String filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(List<String> filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(String... filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(List<String> filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(String... filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(String filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(List<String> filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(String... filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(List<String> filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(String... filterByLastSystemSuspendedCategory); List<Filter> getSerialNumberFilters(); void addEqualToSerialNumberFilter(String filterBySerialNumber); @SuppressWarnings("unchecked") T equalToSerialNumber(String filterBySerialNumber); void addNotEqualToSerialNumberFilter(String filterBySerialNumber); @SuppressWarnings("unchecked") T notEqualToSerialNumber(String filterBySerialNumber); void addInSerialNumbersFilter(String filterBySerialNumber); void addInSerialNumbersFilter(List<String> filterBySerialNumber); void addInSerialNumbersFilter(String... filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(String filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(List<String> filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(String... filterBySerialNumber); void addNotInSerialNumbersFilter(String filterBySerialNumber); void addNotInSerialNumbersFilter(List<String> filterBySerialNumber); void addNotInSerialNumbersFilter(String... filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(String filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(List<String> filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(String... filterBySerialNumber); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getConnectorExpirationDateFilters(); void addInConnectorExpirationDatesFilter(String filterByConnectorExpirationDate); void addInConnectorExpirationDatesFilter(List<Date> filterByConnectorExpirationDate); void addInConnectorExpirationDatesFilter(Date... filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(String filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(List<Date> filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(Date... filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(String filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(List<Date> filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(Date... filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(String filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(List<Date> filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(Date... filterByConnectorExpirationDate); void addLessThanConnectorExpirationDateFilter(Date filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T lessThanConnectorExpirationDate(Date filterByConnectorExpirationDate); void addGreaterThanConnectorExpirationDateFilter(Date filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T greaterThanConnectorExpirationDate(Date filterByConnectorExpirationDate); List<Filter> getLastOperatorSuspendedCategoryFilters(); void addEqualToLastOperatorSuspendedCategoryFilter(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T equalToLastOperatorSuspendedCategory(String filterByLastOperatorSuspendedCategory); void addNotEqualToLastOperatorSuspendedCategoryFilter(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notEqualToLastOperatorSuspendedCategory(String filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(String filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(List<String> filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(String... filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(List<String> filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(String... filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(String filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(List<String> filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(String... filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(List<String> filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(String... filterByLastOperatorSuspendedCategory); List<Filter> getCaIdFilters(); void addEqualToCaIdFilter(String filterByCaId); @SuppressWarnings("unchecked") T equalToCaId(String filterByCaId); void addNotEqualToCaIdFilter(String filterByCaId); @SuppressWarnings("unchecked") T notEqualToCaId(String filterByCaId); void addInCaIdsFilter(String filterByCaId); void addInCaIdsFilter(List<String> filterByCaId); void addInCaIdsFilter(String... filterByCaId); @SuppressWarnings("unchecked") T inCaIds(String filterByCaId); @SuppressWarnings("unchecked") T inCaIds(List<String> filterByCaId); @SuppressWarnings("unchecked") T inCaIds(String... filterByCaId); void addNotInCaIdsFilter(String filterByCaId); void addNotInCaIdsFilter(List<String> filterByCaId); void addNotInCaIdsFilter(String... filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(String filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(List<String> filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(String... filterByCaId); List<Filter> getOperatorSuspendedFilters(); void addEqualToOperatorSuspendedFilter(boolean filterByOperatorSuspended); @SuppressWarnings("unchecked") T equalToOperatorSuspended(boolean filterByOperatorSuspended); void addNotEqualToOperatorSuspendedFilter(boolean filterByOperatorSuspended); @SuppressWarnings("unchecked") T notEqualToOperatorSuspended(boolean filterByOperatorSuspended); List<Filter> getEnrolmentListTimestampFilters(); void addInEnrolmentListTimestampsFilter(String filterByEnrolmentListTimestamp); void addInEnrolmentListTimestampsFilter(List<Date> filterByEnrolmentListTimestamp); void addInEnrolmentListTimestampsFilter(Date... filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(String filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(List<Date> filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(Date... filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(String filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(List<Date> filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(Date... filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(String filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(List<Date> filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(Date... filterByEnrolmentListTimestamp); void addLessThanEnrolmentListTimestampFilter(Date filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T lessThanEnrolmentListTimestamp(Date filterByEnrolmentListTimestamp); void addGreaterThanEnrolmentListTimestampFilter(Date filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T greaterThanEnrolmentListTimestamp(Date filterByEnrolmentListTimestamp); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); List<Filter> getLastOperatorSuspendedUpdatedAtFilters(); void addInLastOperatorSuspendedUpdatedAtsFilter(String filterByLastOperatorSuspendedUpdatedAt); void addInLastOperatorSuspendedUpdatedAtsFilter(List<Date> filterByLastOperatorSuspendedUpdatedAt); void addInLastOperatorSuspendedUpdatedAtsFilter(Date... filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(String filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(List<Date> filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(Date... filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(String filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(List<Date> filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(Date... filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(String filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(List<Date> filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(Date... filterByLastOperatorSuspendedUpdatedAt); void addLessThanLastOperatorSuspendedUpdatedAtFilter(Date filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T lessThanLastOperatorSuspendedUpdatedAt(Date filterByLastOperatorSuspendedUpdatedAt); void addGreaterThanLastOperatorSuspendedUpdatedAtFilter(Date filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T greaterThanLastOperatorSuspendedUpdatedAt(Date filterByLastOperatorSuspendedUpdatedAt); List<Filter> getDeploymentFilters(); void addEqualToDeploymentFilter(String filterByDeployment); @SuppressWarnings("unchecked") T equalToDeployment(String filterByDeployment); void addNotEqualToDeploymentFilter(String filterByDeployment); @SuppressWarnings("unchecked") T notEqualToDeployment(String filterByDeployment); void addInDeploymentsFilter(String filterByDeployment); void addInDeploymentsFilter(List<String> filterByDeployment); void addInDeploymentsFilter(String... filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(String filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(List<String> filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(String... filterByDeployment); void addNotInDeploymentsFilter(String filterByDeployment); void addNotInDeploymentsFilter(List<String> filterByDeployment); void addNotInDeploymentsFilter(String... filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(String filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(List<String> filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(String... filterByDeployment); List<Filter> getMechanismFilters(); void addEqualToMechanismFilter(DeviceMechanism filterByMechanism); @SuppressWarnings("unchecked") T equalToMechanism(DeviceMechanism filterByMechanism); void addNotEqualToMechanismFilter(DeviceMechanism filterByMechanism); @SuppressWarnings("unchecked") T notEqualToMechanism(DeviceMechanism filterByMechanism); void addInMechanismsFilter(String filterByMechanism); void addInMechanismsFilter(List<DeviceMechanism> filterByMechanism); void addInMechanismsFilter(DeviceMechanism... filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(String filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(List<DeviceMechanism> filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(DeviceMechanism... filterByMechanism); void addNotInMechanismsFilter(String filterByMechanism); void addNotInMechanismsFilter(List<DeviceMechanism> filterByMechanism); void addNotInMechanismsFilter(DeviceMechanism... filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(String filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(List<DeviceMechanism> filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(DeviceMechanism... filterByMechanism); List<Filter> getLastSystemSuspendedUpdatedAtFilters(); void addInLastSystemSuspendedUpdatedAtsFilter(String filterByLastSystemSuspendedUpdatedAt); void addInLastSystemSuspendedUpdatedAtsFilter(List<Date> filterByLastSystemSuspendedUpdatedAt); void addInLastSystemSuspendedUpdatedAtsFilter(Date... filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(String filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(List<Date> filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(Date... filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(String filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(List<Date> filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(Date... filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(String filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(List<Date> filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(Date... filterByLastSystemSuspendedUpdatedAt); void addLessThanLastSystemSuspendedUpdatedAtFilter(Date filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T lessThanLastSystemSuspendedUpdatedAt(Date filterByLastSystemSuspendedUpdatedAt); void addGreaterThanLastSystemSuspendedUpdatedAtFilter(Date filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T greaterThanLastSystemSuspendedUpdatedAt(Date filterByLastSystemSuspendedUpdatedAt); List<Filter> getDeployedStateFilters(); void addEqualToDeployedStateFilter(DeviceDeployedState filterByDeployedState); @SuppressWarnings("unchecked") T equalToDeployedState(DeviceDeployedState filterByDeployedState); void addNotEqualToDeployedStateFilter(DeviceDeployedState filterByDeployedState); @SuppressWarnings("unchecked") T notEqualToDeployedState(DeviceDeployedState filterByDeployedState); void addInDeployedStatesFilter(String filterByDeployedState); void addInDeployedStatesFilter(List<DeviceDeployedState> filterByDeployedState); void addInDeployedStatesFilter(DeviceDeployedState... filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(String filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(List<DeviceDeployedState> filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(DeviceDeployedState... filterByDeployedState); void addNotInDeployedStatesFilter(String filterByDeployedState); void addNotInDeployedStatesFilter(List<DeviceDeployedState> filterByDeployedState); void addNotInDeployedStatesFilter(DeviceDeployedState... filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(String filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(List<DeviceDeployedState> filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(DeviceDeployedState... filterByDeployedState); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getManifestTimestampFilters(); void addInManifestTimestampsFilter(String filterByManifestTimestamp); void addInManifestTimestampsFilter(List<Date> filterByManifestTimestamp); void addInManifestTimestampsFilter(Date... filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(String filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(List<Date> filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(Date... filterByManifestTimestamp); void addNotInManifestTimestampsFilter(String filterByManifestTimestamp); void addNotInManifestTimestampsFilter(List<Date> filterByManifestTimestamp); void addNotInManifestTimestampsFilter(Date... filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(String filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(List<Date> filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(Date... filterByManifestTimestamp); void addLessThanManifestTimestampFilter(Date filterByManifestTimestamp); @SuppressWarnings("unchecked") T lessThanManifestTimestamp(Date filterByManifestTimestamp); void addGreaterThanManifestTimestampFilter(Date filterByManifestTimestamp); @SuppressWarnings("unchecked") T greaterThanManifestTimestamp(Date filterByManifestTimestamp); List<Filter> getEndpointNameFilters(); void addEqualToEndpointNameFilter(String filterByEndpointName); @SuppressWarnings("unchecked") T equalToEndpointName(String filterByEndpointName); void addNotEqualToEndpointNameFilter(String filterByEndpointName); @SuppressWarnings("unchecked") T notEqualToEndpointName(String filterByEndpointName); void addInEndpointNamesFilter(String filterByEndpointName); void addInEndpointNamesFilter(List<String> filterByEndpointName); void addInEndpointNamesFilter(String... filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(String filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(List<String> filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(String... filterByEndpointName); void addNotInEndpointNamesFilter(String filterByEndpointName); void addNotInEndpointNamesFilter(List<String> filterByEndpointName); void addNotInEndpointNamesFilter(String... filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(String filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(List<String> filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(String... filterByEndpointName); @Override String toString(); @Override DeviceListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_ACCOUNT_ID; static final String TAG_FILTER_BY_AUTO_UPDATE; static final String TAG_FILTER_BY_BOOTSTRAPPED_TIMESTAMP; static final String TAG_FILTER_BY_BOOTSTRAP_EXPIRATION_DATE; static final String TAG_FILTER_BY_CA_ID; static final String TAG_FILTER_BY_CONNECTOR_EXPIRATION_DATE; static final String TAG_FILTER_BY_CREATED_AT; static final String TAG_FILTER_BY_DEPLOYED_STATE; static final String TAG_FILTER_BY_DEPLOYMENT; static final String TAG_FILTER_BY_DESCRIPTION; static final String TAG_FILTER_BY_DEVICE_CLASS; static final String TAG_FILTER_BY_DEVICE_EXECUTION_MODE; static final String TAG_FILTER_BY_DEVICE_KEY; static final String TAG_FILTER_BY_ENDPOINT_NAME; static final String TAG_FILTER_BY_ENDPOINT_TYPE; static final String TAG_FILTER_BY_ENROLMENT_LIST_TIMESTAMP; static final String TAG_FILTER_BY_FIRMWARE_CHECKSUM; static final String TAG_FILTER_BY_HOST_GATEWAY; static final String TAG_FILTER_BY_ID; static final String TAG_FILTER_BY_LAST_OPERATOR_SUSPENDED_CATEGORY; static final String TAG_FILTER_BY_LAST_OPERATOR_SUSPENDED_UPDATED_AT; static final String TAG_FILTER_BY_LAST_SYSTEM_SUSPENDED_CATEGORY; static final String TAG_FILTER_BY_LAST_SYSTEM_SUSPENDED_UPDATED_AT; static final String TAG_FILTER_BY_LIFECYCLE_STATUS; static final String TAG_FILTER_BY_MANIFEST; static final String TAG_FILTER_BY_MANIFEST_TIMESTAMP; static final String TAG_FILTER_BY_MECHANISM; static final String TAG_FILTER_BY_MECHANISM_URL; static final String TAG_FILTER_BY_NAME; static final String TAG_FILTER_BY_OPERATOR_SUSPENDED; static final String TAG_FILTER_BY_SERIAL_NUMBER; static final String TAG_FILTER_BY_STATE; static final String TAG_FILTER_BY_SYSTEM_SUSPENDED; static final String TAG_FILTER_BY_UPDATED_AT; static final String TAG_FILTER_BY_VENDOR_ID; } |
@SuppressWarnings("resource") @Test public void testEquals() { try { DeviceListOptions devicelistoptions1 = new DeviceListOptions(Integer.valueOf(-27), Long.valueOf(20), Order.getDefault(), "706ec840-79d9-4fe4-9b4d-4b133b4212c4", null, null); DeviceListOptions devicelistoptions2 = new DeviceListOptions(Integer.valueOf(-27), Long.valueOf(20), Order.getDefault(), "706ec840-79d9-4fe4-9b4d-4b133b4212c4", null, null); DeviceListOptions devicelistoptions3 = new DeviceListOptions(Integer.valueOf(-50), Long.valueOf(125), Order.getDefault(), "384baa67-2eb6-426e-b503-d7986756f1b7", null, null); assertNotNull(devicelistoptions1); assertNotNull(devicelistoptions2); assertNotNull(devicelistoptions3); assertNotSame(devicelistoptions2, devicelistoptions1); assertNotSame(devicelistoptions3, devicelistoptions1); assertEquals(devicelistoptions2, devicelistoptions1); assertEquals(devicelistoptions2, devicelistoptions1); assertEquals(devicelistoptions1, devicelistoptions2); assertEquals(devicelistoptions1, devicelistoptions1); assertFalse(devicelistoptions1.equals(null)); assertNotEquals(devicelistoptions3, devicelistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof DeviceListOptions)) { return false; } final DeviceListOptions other = (DeviceListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } | DeviceListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof DeviceListOptions)) { return false; } final DeviceListOptions other = (DeviceListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } } | DeviceListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof DeviceListOptions)) { return false; } final DeviceListOptions other = (DeviceListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal DeviceListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal DeviceListOptions(DeviceListOptions deviceListOptions); DeviceListOptions(); @Internal DeviceListOptions(String after, Filters filter); } | DeviceListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof DeviceListOptions)) { return false; } final DeviceListOptions other = (DeviceListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal DeviceListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal DeviceListOptions(DeviceListOptions deviceListOptions); DeviceListOptions(); @Internal DeviceListOptions(String after, Filters filter); List<Filter> getAutoUpdateFilters(); void addEqualToAutoUpdateFilter(boolean filterByAutoUpdate); @SuppressWarnings("unchecked") T equalToAutoUpdate(boolean filterByAutoUpdate); void addNotEqualToAutoUpdateFilter(boolean filterByAutoUpdate); @SuppressWarnings("unchecked") T notEqualToAutoUpdate(boolean filterByAutoUpdate); List<Filter> getBootstrapExpirationDateFilters(); void addInBootstrapExpirationDatesFilter(String filterByBootstrapExpirationDate); void addInBootstrapExpirationDatesFilter(List<Date> filterByBootstrapExpirationDate); void addInBootstrapExpirationDatesFilter(Date... filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(String filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(List<Date> filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(Date... filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(String filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(List<Date> filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(Date... filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(String filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(List<Date> filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(Date... filterByBootstrapExpirationDate); void addLessThanBootstrapExpirationDateFilter(Date filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T lessThanBootstrapExpirationDate(Date filterByBootstrapExpirationDate); void addGreaterThanBootstrapExpirationDateFilter(Date filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T greaterThanBootstrapExpirationDate(Date filterByBootstrapExpirationDate); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getManifestFilters(); void addEqualToManifestFilter(String filterByManifest); @SuppressWarnings("unchecked") T equalToManifest(String filterByManifest); void addNotEqualToManifestFilter(String filterByManifest); @SuppressWarnings("unchecked") T notEqualToManifest(String filterByManifest); void addInManifestsFilter(String filterByManifest); void addInManifestsFilter(List<String> filterByManifest); void addInManifestsFilter(String... filterByManifest); @SuppressWarnings("unchecked") T inManifests(String filterByManifest); @SuppressWarnings("unchecked") T inManifests(List<String> filterByManifest); @SuppressWarnings("unchecked") T inManifests(String... filterByManifest); void addNotInManifestsFilter(String filterByManifest); void addNotInManifestsFilter(List<String> filterByManifest); void addNotInManifestsFilter(String... filterByManifest); @SuppressWarnings("unchecked") T notInManifests(String filterByManifest); @SuppressWarnings("unchecked") T notInManifests(List<String> filterByManifest); @SuppressWarnings("unchecked") T notInManifests(String... filterByManifest); List<Filter> getEndpointTypeFilters(); void addEqualToEndpointTypeFilter(String filterByEndpointType); @SuppressWarnings("unchecked") T equalToEndpointType(String filterByEndpointType); void addNotEqualToEndpointTypeFilter(String filterByEndpointType); @SuppressWarnings("unchecked") T notEqualToEndpointType(String filterByEndpointType); void addInEndpointTypesFilter(String filterByEndpointType); void addInEndpointTypesFilter(List<String> filterByEndpointType); void addInEndpointTypesFilter(String... filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(String filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(List<String> filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(String... filterByEndpointType); void addNotInEndpointTypesFilter(String filterByEndpointType); void addNotInEndpointTypesFilter(List<String> filterByEndpointType); void addNotInEndpointTypesFilter(String... filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(String filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(List<String> filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(String... filterByEndpointType); List<Filter> getDeviceKeyFilters(); void addEqualToDeviceKeyFilter(String filterByDeviceKey); @SuppressWarnings("unchecked") T equalToDeviceKey(String filterByDeviceKey); void addNotEqualToDeviceKeyFilter(String filterByDeviceKey); @SuppressWarnings("unchecked") T notEqualToDeviceKey(String filterByDeviceKey); void addInDeviceKeysFilter(String filterByDeviceKey); void addInDeviceKeysFilter(List<String> filterByDeviceKey); void addInDeviceKeysFilter(String... filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(String filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(List<String> filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(String... filterByDeviceKey); void addNotInDeviceKeysFilter(String filterByDeviceKey); void addNotInDeviceKeysFilter(List<String> filterByDeviceKey); void addNotInDeviceKeysFilter(String... filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(String filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(List<String> filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(String... filterByDeviceKey); List<Filter> getFirmwareChecksumFilters(); void addEqualToFirmwareChecksumFilter(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T equalToFirmwareChecksum(String filterByFirmwareChecksum); void addNotEqualToFirmwareChecksumFilter(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notEqualToFirmwareChecksum(String filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(String filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(List<String> filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(String... filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(List<String> filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(String... filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(String filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(List<String> filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(String... filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(List<String> filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(String... filterByFirmwareChecksum); List<Filter> getStateFilters(); void addEqualToStateFilter(DeviceState filterByState); @SuppressWarnings("unchecked") T equalToState(DeviceState filterByState); void addNotEqualToStateFilter(DeviceState filterByState); @SuppressWarnings("unchecked") T notEqualToState(DeviceState filterByState); void addInStatesFilter(String filterByState); void addInStatesFilter(List<DeviceState> filterByState); void addInStatesFilter(DeviceState... filterByState); @SuppressWarnings("unchecked") T inStates(String filterByState); @SuppressWarnings("unchecked") T inStates(List<DeviceState> filterByState); @SuppressWarnings("unchecked") T inStates(DeviceState... filterByState); void addNotInStatesFilter(String filterByState); void addNotInStatesFilter(List<DeviceState> filterByState); void addNotInStatesFilter(DeviceState... filterByState); @SuppressWarnings("unchecked") T notInStates(String filterByState); @SuppressWarnings("unchecked") T notInStates(List<DeviceState> filterByState); @SuppressWarnings("unchecked") T notInStates(DeviceState... filterByState); List<Filter> getDeviceExecutionModeFilters(); void addEqualToDeviceExecutionModeFilter(int filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T equalToDeviceExecutionMode(int filterByDeviceExecutionMode); void addNotEqualToDeviceExecutionModeFilter(int filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notEqualToDeviceExecutionMode(int filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(String filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(List<Integer> filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(Integer... filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(String filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(List<Integer> filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(Integer... filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(String filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(List<Integer> filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(Integer... filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(String filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(List<Integer> filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(Integer... filterByDeviceExecutionMode); List<Filter> getAccountIdFilters(); void addEqualToAccountIdFilter(String filterByAccountId); @SuppressWarnings("unchecked") T equalToAccountId(String filterByAccountId); void addNotEqualToAccountIdFilter(String filterByAccountId); @SuppressWarnings("unchecked") T notEqualToAccountId(String filterByAccountId); void addInAccountIdsFilter(String filterByAccountId); void addInAccountIdsFilter(List<String> filterByAccountId); void addInAccountIdsFilter(String... filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(String filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(List<String> filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(String... filterByAccountId); void addNotInAccountIdsFilter(String filterByAccountId); void addNotInAccountIdsFilter(List<String> filterByAccountId); void addNotInAccountIdsFilter(String... filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(String filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(List<String> filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(String... filterByAccountId); List<Filter> getLifecycleStatusFilters(); void addEqualToLifecycleStatusFilter(DeviceLifecycleStatus filterByLifecycleStatus); @SuppressWarnings("unchecked") T equalToLifecycleStatus(DeviceLifecycleStatus filterByLifecycleStatus); void addNotEqualToLifecycleStatusFilter(DeviceLifecycleStatus filterByLifecycleStatus); @SuppressWarnings("unchecked") T notEqualToLifecycleStatus(DeviceLifecycleStatus filterByLifecycleStatus); void addInLifecycleStatusFilter(String filterByLifecycleStatus); void addInLifecycleStatusFilter(List<DeviceLifecycleStatus> filterByLifecycleStatus); void addInLifecycleStatusFilter(DeviceLifecycleStatus... filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(String filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(List<DeviceLifecycleStatus> filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(DeviceLifecycleStatus... filterByLifecycleStatus); void addNotInLifecycleStatusFilter(String filterByLifecycleStatus); void addNotInLifecycleStatusFilter(List<DeviceLifecycleStatus> filterByLifecycleStatus); void addNotInLifecycleStatusFilter(DeviceLifecycleStatus... filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(String filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(List<DeviceLifecycleStatus> filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(DeviceLifecycleStatus... filterByLifecycleStatus); List<Filter> getMechanismUrlFilters(); void addEqualToMechanismUrlFilter(String filterByMechanismUrl); @SuppressWarnings("unchecked") T equalToMechanismUrl(String filterByMechanismUrl); void addNotEqualToMechanismUrlFilter(String filterByMechanismUrl); @SuppressWarnings("unchecked") T notEqualToMechanismUrl(String filterByMechanismUrl); void addInMechanismUrlsFilter(String filterByMechanismUrl); void addInMechanismUrlsFilter(List<String> filterByMechanismUrl); void addInMechanismUrlsFilter(String... filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(String filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(List<String> filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(String... filterByMechanismUrl); void addNotInMechanismUrlsFilter(String filterByMechanismUrl); void addNotInMechanismUrlsFilter(List<String> filterByMechanismUrl); void addNotInMechanismUrlsFilter(String... filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(String filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(List<String> filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(String... filterByMechanismUrl); List<Filter> getVendorIdFilters(); void addEqualToVendorIdFilter(String filterByVendorId); @SuppressWarnings("unchecked") T equalToVendorId(String filterByVendorId); void addNotEqualToVendorIdFilter(String filterByVendorId); @SuppressWarnings("unchecked") T notEqualToVendorId(String filterByVendorId); void addInVendorIdsFilter(String filterByVendorId); void addInVendorIdsFilter(List<String> filterByVendorId); void addInVendorIdsFilter(String... filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(String filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(List<String> filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(String... filterByVendorId); void addNotInVendorIdsFilter(String filterByVendorId); void addNotInVendorIdsFilter(List<String> filterByVendorId); void addNotInVendorIdsFilter(String... filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(String filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(List<String> filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(String... filterByVendorId); List<Filter> getDeviceClassFilters(); void addEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T equalToDeviceClass(String filterByDeviceClass); void addNotEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T notEqualToDeviceClass(String filterByDeviceClass); void addInDeviceClassFilter(String filterByDeviceClass); void addInDeviceClassFilter(List<String> filterByDeviceClass); void addInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String... filterByDeviceClass); void addNotInDeviceClassFilter(String filterByDeviceClass); void addNotInDeviceClassFilter(List<String> filterByDeviceClass); void addNotInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String... filterByDeviceClass); List<Filter> getHostGatewayFilters(); void addEqualToHostGatewayFilter(String filterByHostGateway); @SuppressWarnings("unchecked") T equalToHostGateway(String filterByHostGateway); void addNotEqualToHostGatewayFilter(String filterByHostGateway); @SuppressWarnings("unchecked") T notEqualToHostGateway(String filterByHostGateway); void addInHostGatewaysFilter(String filterByHostGateway); void addInHostGatewaysFilter(List<String> filterByHostGateway); void addInHostGatewaysFilter(String... filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(String filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(List<String> filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(String... filterByHostGateway); void addNotInHostGatewaysFilter(String filterByHostGateway); void addNotInHostGatewaysFilter(List<String> filterByHostGateway); void addNotInHostGatewaysFilter(String... filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(String filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(List<String> filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(String... filterByHostGateway); List<Filter> getBootstrappedTimestampFilters(); void addInBootstrappedTimestampsFilter(String filterByBootstrappedTimestamp); void addInBootstrappedTimestampsFilter(List<Date> filterByBootstrappedTimestamp); void addInBootstrappedTimestampsFilter(Date... filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(String filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(List<Date> filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(Date... filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(String filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(List<Date> filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(Date... filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(String filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(List<Date> filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(Date... filterByBootstrappedTimestamp); void addLessThanBootstrappedTimestampFilter(Date filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T lessThanBootstrappedTimestamp(Date filterByBootstrappedTimestamp); void addGreaterThanBootstrappedTimestampFilter(Date filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T greaterThanBootstrappedTimestamp(Date filterByBootstrappedTimestamp); List<Filter> getSystemSuspendedFilters(); void addEqualToSystemSuspendedFilter(boolean filterBySystemSuspended); @SuppressWarnings("unchecked") T equalToSystemSuspended(boolean filterBySystemSuspended); void addNotEqualToSystemSuspendedFilter(boolean filterBySystemSuspended); @SuppressWarnings("unchecked") T notEqualToSystemSuspended(boolean filterBySystemSuspended); List<Filter> getLastSystemSuspendedCategoryFilters(); void addEqualToLastSystemSuspendedCategoryFilter(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T equalToLastSystemSuspendedCategory(String filterByLastSystemSuspendedCategory); void addNotEqualToLastSystemSuspendedCategoryFilter(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notEqualToLastSystemSuspendedCategory(String filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(String filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(List<String> filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(String... filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(List<String> filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(String... filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(String filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(List<String> filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(String... filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(List<String> filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(String... filterByLastSystemSuspendedCategory); List<Filter> getSerialNumberFilters(); void addEqualToSerialNumberFilter(String filterBySerialNumber); @SuppressWarnings("unchecked") T equalToSerialNumber(String filterBySerialNumber); void addNotEqualToSerialNumberFilter(String filterBySerialNumber); @SuppressWarnings("unchecked") T notEqualToSerialNumber(String filterBySerialNumber); void addInSerialNumbersFilter(String filterBySerialNumber); void addInSerialNumbersFilter(List<String> filterBySerialNumber); void addInSerialNumbersFilter(String... filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(String filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(List<String> filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(String... filterBySerialNumber); void addNotInSerialNumbersFilter(String filterBySerialNumber); void addNotInSerialNumbersFilter(List<String> filterBySerialNumber); void addNotInSerialNumbersFilter(String... filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(String filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(List<String> filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(String... filterBySerialNumber); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getConnectorExpirationDateFilters(); void addInConnectorExpirationDatesFilter(String filterByConnectorExpirationDate); void addInConnectorExpirationDatesFilter(List<Date> filterByConnectorExpirationDate); void addInConnectorExpirationDatesFilter(Date... filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(String filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(List<Date> filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(Date... filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(String filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(List<Date> filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(Date... filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(String filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(List<Date> filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(Date... filterByConnectorExpirationDate); void addLessThanConnectorExpirationDateFilter(Date filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T lessThanConnectorExpirationDate(Date filterByConnectorExpirationDate); void addGreaterThanConnectorExpirationDateFilter(Date filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T greaterThanConnectorExpirationDate(Date filterByConnectorExpirationDate); List<Filter> getLastOperatorSuspendedCategoryFilters(); void addEqualToLastOperatorSuspendedCategoryFilter(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T equalToLastOperatorSuspendedCategory(String filterByLastOperatorSuspendedCategory); void addNotEqualToLastOperatorSuspendedCategoryFilter(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notEqualToLastOperatorSuspendedCategory(String filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(String filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(List<String> filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(String... filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(List<String> filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(String... filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(String filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(List<String> filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(String... filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(List<String> filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(String... filterByLastOperatorSuspendedCategory); List<Filter> getCaIdFilters(); void addEqualToCaIdFilter(String filterByCaId); @SuppressWarnings("unchecked") T equalToCaId(String filterByCaId); void addNotEqualToCaIdFilter(String filterByCaId); @SuppressWarnings("unchecked") T notEqualToCaId(String filterByCaId); void addInCaIdsFilter(String filterByCaId); void addInCaIdsFilter(List<String> filterByCaId); void addInCaIdsFilter(String... filterByCaId); @SuppressWarnings("unchecked") T inCaIds(String filterByCaId); @SuppressWarnings("unchecked") T inCaIds(List<String> filterByCaId); @SuppressWarnings("unchecked") T inCaIds(String... filterByCaId); void addNotInCaIdsFilter(String filterByCaId); void addNotInCaIdsFilter(List<String> filterByCaId); void addNotInCaIdsFilter(String... filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(String filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(List<String> filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(String... filterByCaId); List<Filter> getOperatorSuspendedFilters(); void addEqualToOperatorSuspendedFilter(boolean filterByOperatorSuspended); @SuppressWarnings("unchecked") T equalToOperatorSuspended(boolean filterByOperatorSuspended); void addNotEqualToOperatorSuspendedFilter(boolean filterByOperatorSuspended); @SuppressWarnings("unchecked") T notEqualToOperatorSuspended(boolean filterByOperatorSuspended); List<Filter> getEnrolmentListTimestampFilters(); void addInEnrolmentListTimestampsFilter(String filterByEnrolmentListTimestamp); void addInEnrolmentListTimestampsFilter(List<Date> filterByEnrolmentListTimestamp); void addInEnrolmentListTimestampsFilter(Date... filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(String filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(List<Date> filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(Date... filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(String filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(List<Date> filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(Date... filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(String filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(List<Date> filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(Date... filterByEnrolmentListTimestamp); void addLessThanEnrolmentListTimestampFilter(Date filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T lessThanEnrolmentListTimestamp(Date filterByEnrolmentListTimestamp); void addGreaterThanEnrolmentListTimestampFilter(Date filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T greaterThanEnrolmentListTimestamp(Date filterByEnrolmentListTimestamp); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); List<Filter> getLastOperatorSuspendedUpdatedAtFilters(); void addInLastOperatorSuspendedUpdatedAtsFilter(String filterByLastOperatorSuspendedUpdatedAt); void addInLastOperatorSuspendedUpdatedAtsFilter(List<Date> filterByLastOperatorSuspendedUpdatedAt); void addInLastOperatorSuspendedUpdatedAtsFilter(Date... filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(String filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(List<Date> filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(Date... filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(String filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(List<Date> filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(Date... filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(String filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(List<Date> filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(Date... filterByLastOperatorSuspendedUpdatedAt); void addLessThanLastOperatorSuspendedUpdatedAtFilter(Date filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T lessThanLastOperatorSuspendedUpdatedAt(Date filterByLastOperatorSuspendedUpdatedAt); void addGreaterThanLastOperatorSuspendedUpdatedAtFilter(Date filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T greaterThanLastOperatorSuspendedUpdatedAt(Date filterByLastOperatorSuspendedUpdatedAt); List<Filter> getDeploymentFilters(); void addEqualToDeploymentFilter(String filterByDeployment); @SuppressWarnings("unchecked") T equalToDeployment(String filterByDeployment); void addNotEqualToDeploymentFilter(String filterByDeployment); @SuppressWarnings("unchecked") T notEqualToDeployment(String filterByDeployment); void addInDeploymentsFilter(String filterByDeployment); void addInDeploymentsFilter(List<String> filterByDeployment); void addInDeploymentsFilter(String... filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(String filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(List<String> filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(String... filterByDeployment); void addNotInDeploymentsFilter(String filterByDeployment); void addNotInDeploymentsFilter(List<String> filterByDeployment); void addNotInDeploymentsFilter(String... filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(String filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(List<String> filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(String... filterByDeployment); List<Filter> getMechanismFilters(); void addEqualToMechanismFilter(DeviceMechanism filterByMechanism); @SuppressWarnings("unchecked") T equalToMechanism(DeviceMechanism filterByMechanism); void addNotEqualToMechanismFilter(DeviceMechanism filterByMechanism); @SuppressWarnings("unchecked") T notEqualToMechanism(DeviceMechanism filterByMechanism); void addInMechanismsFilter(String filterByMechanism); void addInMechanismsFilter(List<DeviceMechanism> filterByMechanism); void addInMechanismsFilter(DeviceMechanism... filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(String filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(List<DeviceMechanism> filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(DeviceMechanism... filterByMechanism); void addNotInMechanismsFilter(String filterByMechanism); void addNotInMechanismsFilter(List<DeviceMechanism> filterByMechanism); void addNotInMechanismsFilter(DeviceMechanism... filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(String filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(List<DeviceMechanism> filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(DeviceMechanism... filterByMechanism); List<Filter> getLastSystemSuspendedUpdatedAtFilters(); void addInLastSystemSuspendedUpdatedAtsFilter(String filterByLastSystemSuspendedUpdatedAt); void addInLastSystemSuspendedUpdatedAtsFilter(List<Date> filterByLastSystemSuspendedUpdatedAt); void addInLastSystemSuspendedUpdatedAtsFilter(Date... filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(String filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(List<Date> filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(Date... filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(String filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(List<Date> filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(Date... filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(String filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(List<Date> filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(Date... filterByLastSystemSuspendedUpdatedAt); void addLessThanLastSystemSuspendedUpdatedAtFilter(Date filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T lessThanLastSystemSuspendedUpdatedAt(Date filterByLastSystemSuspendedUpdatedAt); void addGreaterThanLastSystemSuspendedUpdatedAtFilter(Date filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T greaterThanLastSystemSuspendedUpdatedAt(Date filterByLastSystemSuspendedUpdatedAt); List<Filter> getDeployedStateFilters(); void addEqualToDeployedStateFilter(DeviceDeployedState filterByDeployedState); @SuppressWarnings("unchecked") T equalToDeployedState(DeviceDeployedState filterByDeployedState); void addNotEqualToDeployedStateFilter(DeviceDeployedState filterByDeployedState); @SuppressWarnings("unchecked") T notEqualToDeployedState(DeviceDeployedState filterByDeployedState); void addInDeployedStatesFilter(String filterByDeployedState); void addInDeployedStatesFilter(List<DeviceDeployedState> filterByDeployedState); void addInDeployedStatesFilter(DeviceDeployedState... filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(String filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(List<DeviceDeployedState> filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(DeviceDeployedState... filterByDeployedState); void addNotInDeployedStatesFilter(String filterByDeployedState); void addNotInDeployedStatesFilter(List<DeviceDeployedState> filterByDeployedState); void addNotInDeployedStatesFilter(DeviceDeployedState... filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(String filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(List<DeviceDeployedState> filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(DeviceDeployedState... filterByDeployedState); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getManifestTimestampFilters(); void addInManifestTimestampsFilter(String filterByManifestTimestamp); void addInManifestTimestampsFilter(List<Date> filterByManifestTimestamp); void addInManifestTimestampsFilter(Date... filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(String filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(List<Date> filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(Date... filterByManifestTimestamp); void addNotInManifestTimestampsFilter(String filterByManifestTimestamp); void addNotInManifestTimestampsFilter(List<Date> filterByManifestTimestamp); void addNotInManifestTimestampsFilter(Date... filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(String filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(List<Date> filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(Date... filterByManifestTimestamp); void addLessThanManifestTimestampFilter(Date filterByManifestTimestamp); @SuppressWarnings("unchecked") T lessThanManifestTimestamp(Date filterByManifestTimestamp); void addGreaterThanManifestTimestampFilter(Date filterByManifestTimestamp); @SuppressWarnings("unchecked") T greaterThanManifestTimestamp(Date filterByManifestTimestamp); List<Filter> getEndpointNameFilters(); void addEqualToEndpointNameFilter(String filterByEndpointName); @SuppressWarnings("unchecked") T equalToEndpointName(String filterByEndpointName); void addNotEqualToEndpointNameFilter(String filterByEndpointName); @SuppressWarnings("unchecked") T notEqualToEndpointName(String filterByEndpointName); void addInEndpointNamesFilter(String filterByEndpointName); void addInEndpointNamesFilter(List<String> filterByEndpointName); void addInEndpointNamesFilter(String... filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(String filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(List<String> filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(String... filterByEndpointName); void addNotInEndpointNamesFilter(String filterByEndpointName); void addNotInEndpointNamesFilter(List<String> filterByEndpointName); void addNotInEndpointNamesFilter(String... filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(String filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(List<String> filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(String... filterByEndpointName); @Override String toString(); @Override DeviceListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | DeviceListOptions extends ListOptions { @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!super.equals(obj)) { return false; } if (!(obj instanceof DeviceListOptions)) { return false; } final DeviceListOptions other = (DeviceListOptions) obj; if (!other.canEqual(this)) { return false; } return true; } @Internal DeviceListOptions(Integer pageSize, Long maxResults, Order order, String after, List<IncludeField> include,
Filters filter); @Internal DeviceListOptions(DeviceListOptions deviceListOptions); DeviceListOptions(); @Internal DeviceListOptions(String after, Filters filter); List<Filter> getAutoUpdateFilters(); void addEqualToAutoUpdateFilter(boolean filterByAutoUpdate); @SuppressWarnings("unchecked") T equalToAutoUpdate(boolean filterByAutoUpdate); void addNotEqualToAutoUpdateFilter(boolean filterByAutoUpdate); @SuppressWarnings("unchecked") T notEqualToAutoUpdate(boolean filterByAutoUpdate); List<Filter> getBootstrapExpirationDateFilters(); void addInBootstrapExpirationDatesFilter(String filterByBootstrapExpirationDate); void addInBootstrapExpirationDatesFilter(List<Date> filterByBootstrapExpirationDate); void addInBootstrapExpirationDatesFilter(Date... filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(String filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(List<Date> filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T inBootstrapExpirationDates(Date... filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(String filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(List<Date> filterByBootstrapExpirationDate); void addNotInBootstrapExpirationDatesFilter(Date... filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(String filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(List<Date> filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T notInBootstrapExpirationDates(Date... filterByBootstrapExpirationDate); void addLessThanBootstrapExpirationDateFilter(Date filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T lessThanBootstrapExpirationDate(Date filterByBootstrapExpirationDate); void addGreaterThanBootstrapExpirationDateFilter(Date filterByBootstrapExpirationDate); @SuppressWarnings("unchecked") T greaterThanBootstrapExpirationDate(Date filterByBootstrapExpirationDate); List<Filter> getCreatedAtFilters(); void addInCreatedAtsFilter(String filterByCreatedAt); void addInCreatedAtsFilter(List<Date> filterByCreatedAt); void addInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T inCreatedAts(Date... filterByCreatedAt); void addNotInCreatedAtsFilter(String filterByCreatedAt); void addNotInCreatedAtsFilter(List<Date> filterByCreatedAt); void addNotInCreatedAtsFilter(Date... filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(String filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(List<Date> filterByCreatedAt); @SuppressWarnings("unchecked") T notInCreatedAts(Date... filterByCreatedAt); void addLessThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T lessThanCreatedAt(Date filterByCreatedAt); void addGreaterThanCreatedAtFilter(Date filterByCreatedAt); @SuppressWarnings("unchecked") T greaterThanCreatedAt(Date filterByCreatedAt); List<Filter> getManifestFilters(); void addEqualToManifestFilter(String filterByManifest); @SuppressWarnings("unchecked") T equalToManifest(String filterByManifest); void addNotEqualToManifestFilter(String filterByManifest); @SuppressWarnings("unchecked") T notEqualToManifest(String filterByManifest); void addInManifestsFilter(String filterByManifest); void addInManifestsFilter(List<String> filterByManifest); void addInManifestsFilter(String... filterByManifest); @SuppressWarnings("unchecked") T inManifests(String filterByManifest); @SuppressWarnings("unchecked") T inManifests(List<String> filterByManifest); @SuppressWarnings("unchecked") T inManifests(String... filterByManifest); void addNotInManifestsFilter(String filterByManifest); void addNotInManifestsFilter(List<String> filterByManifest); void addNotInManifestsFilter(String... filterByManifest); @SuppressWarnings("unchecked") T notInManifests(String filterByManifest); @SuppressWarnings("unchecked") T notInManifests(List<String> filterByManifest); @SuppressWarnings("unchecked") T notInManifests(String... filterByManifest); List<Filter> getEndpointTypeFilters(); void addEqualToEndpointTypeFilter(String filterByEndpointType); @SuppressWarnings("unchecked") T equalToEndpointType(String filterByEndpointType); void addNotEqualToEndpointTypeFilter(String filterByEndpointType); @SuppressWarnings("unchecked") T notEqualToEndpointType(String filterByEndpointType); void addInEndpointTypesFilter(String filterByEndpointType); void addInEndpointTypesFilter(List<String> filterByEndpointType); void addInEndpointTypesFilter(String... filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(String filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(List<String> filterByEndpointType); @SuppressWarnings("unchecked") T inEndpointTypes(String... filterByEndpointType); void addNotInEndpointTypesFilter(String filterByEndpointType); void addNotInEndpointTypesFilter(List<String> filterByEndpointType); void addNotInEndpointTypesFilter(String... filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(String filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(List<String> filterByEndpointType); @SuppressWarnings("unchecked") T notInEndpointTypes(String... filterByEndpointType); List<Filter> getDeviceKeyFilters(); void addEqualToDeviceKeyFilter(String filterByDeviceKey); @SuppressWarnings("unchecked") T equalToDeviceKey(String filterByDeviceKey); void addNotEqualToDeviceKeyFilter(String filterByDeviceKey); @SuppressWarnings("unchecked") T notEqualToDeviceKey(String filterByDeviceKey); void addInDeviceKeysFilter(String filterByDeviceKey); void addInDeviceKeysFilter(List<String> filterByDeviceKey); void addInDeviceKeysFilter(String... filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(String filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(List<String> filterByDeviceKey); @SuppressWarnings("unchecked") T inDeviceKeys(String... filterByDeviceKey); void addNotInDeviceKeysFilter(String filterByDeviceKey); void addNotInDeviceKeysFilter(List<String> filterByDeviceKey); void addNotInDeviceKeysFilter(String... filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(String filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(List<String> filterByDeviceKey); @SuppressWarnings("unchecked") T notInDeviceKeys(String... filterByDeviceKey); List<Filter> getFirmwareChecksumFilters(); void addEqualToFirmwareChecksumFilter(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T equalToFirmwareChecksum(String filterByFirmwareChecksum); void addNotEqualToFirmwareChecksumFilter(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notEqualToFirmwareChecksum(String filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(String filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(List<String> filterByFirmwareChecksum); void addInFirmwareChecksumsFilter(String... filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(List<String> filterByFirmwareChecksum); @SuppressWarnings("unchecked") T inFirmwareChecksums(String... filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(String filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(List<String> filterByFirmwareChecksum); void addNotInFirmwareChecksumsFilter(String... filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(String filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(List<String> filterByFirmwareChecksum); @SuppressWarnings("unchecked") T notInFirmwareChecksums(String... filterByFirmwareChecksum); List<Filter> getStateFilters(); void addEqualToStateFilter(DeviceState filterByState); @SuppressWarnings("unchecked") T equalToState(DeviceState filterByState); void addNotEqualToStateFilter(DeviceState filterByState); @SuppressWarnings("unchecked") T notEqualToState(DeviceState filterByState); void addInStatesFilter(String filterByState); void addInStatesFilter(List<DeviceState> filterByState); void addInStatesFilter(DeviceState... filterByState); @SuppressWarnings("unchecked") T inStates(String filterByState); @SuppressWarnings("unchecked") T inStates(List<DeviceState> filterByState); @SuppressWarnings("unchecked") T inStates(DeviceState... filterByState); void addNotInStatesFilter(String filterByState); void addNotInStatesFilter(List<DeviceState> filterByState); void addNotInStatesFilter(DeviceState... filterByState); @SuppressWarnings("unchecked") T notInStates(String filterByState); @SuppressWarnings("unchecked") T notInStates(List<DeviceState> filterByState); @SuppressWarnings("unchecked") T notInStates(DeviceState... filterByState); List<Filter> getDeviceExecutionModeFilters(); void addEqualToDeviceExecutionModeFilter(int filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T equalToDeviceExecutionMode(int filterByDeviceExecutionMode); void addNotEqualToDeviceExecutionModeFilter(int filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notEqualToDeviceExecutionMode(int filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(String filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(List<Integer> filterByDeviceExecutionMode); void addInDeviceExecutionModesFilter(Integer... filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(String filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(List<Integer> filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T inDeviceExecutionModes(Integer... filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(String filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(List<Integer> filterByDeviceExecutionMode); void addNotInDeviceExecutionModesFilter(Integer... filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(String filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(List<Integer> filterByDeviceExecutionMode); @SuppressWarnings("unchecked") T notInDeviceExecutionModes(Integer... filterByDeviceExecutionMode); List<Filter> getAccountIdFilters(); void addEqualToAccountIdFilter(String filterByAccountId); @SuppressWarnings("unchecked") T equalToAccountId(String filterByAccountId); void addNotEqualToAccountIdFilter(String filterByAccountId); @SuppressWarnings("unchecked") T notEqualToAccountId(String filterByAccountId); void addInAccountIdsFilter(String filterByAccountId); void addInAccountIdsFilter(List<String> filterByAccountId); void addInAccountIdsFilter(String... filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(String filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(List<String> filterByAccountId); @SuppressWarnings("unchecked") T inAccountIds(String... filterByAccountId); void addNotInAccountIdsFilter(String filterByAccountId); void addNotInAccountIdsFilter(List<String> filterByAccountId); void addNotInAccountIdsFilter(String... filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(String filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(List<String> filterByAccountId); @SuppressWarnings("unchecked") T notInAccountIds(String... filterByAccountId); List<Filter> getLifecycleStatusFilters(); void addEqualToLifecycleStatusFilter(DeviceLifecycleStatus filterByLifecycleStatus); @SuppressWarnings("unchecked") T equalToLifecycleStatus(DeviceLifecycleStatus filterByLifecycleStatus); void addNotEqualToLifecycleStatusFilter(DeviceLifecycleStatus filterByLifecycleStatus); @SuppressWarnings("unchecked") T notEqualToLifecycleStatus(DeviceLifecycleStatus filterByLifecycleStatus); void addInLifecycleStatusFilter(String filterByLifecycleStatus); void addInLifecycleStatusFilter(List<DeviceLifecycleStatus> filterByLifecycleStatus); void addInLifecycleStatusFilter(DeviceLifecycleStatus... filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(String filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(List<DeviceLifecycleStatus> filterByLifecycleStatus); @SuppressWarnings("unchecked") T inLifecycleStatus(DeviceLifecycleStatus... filterByLifecycleStatus); void addNotInLifecycleStatusFilter(String filterByLifecycleStatus); void addNotInLifecycleStatusFilter(List<DeviceLifecycleStatus> filterByLifecycleStatus); void addNotInLifecycleStatusFilter(DeviceLifecycleStatus... filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(String filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(List<DeviceLifecycleStatus> filterByLifecycleStatus); @SuppressWarnings("unchecked") T notInLifecycleStatus(DeviceLifecycleStatus... filterByLifecycleStatus); List<Filter> getMechanismUrlFilters(); void addEqualToMechanismUrlFilter(String filterByMechanismUrl); @SuppressWarnings("unchecked") T equalToMechanismUrl(String filterByMechanismUrl); void addNotEqualToMechanismUrlFilter(String filterByMechanismUrl); @SuppressWarnings("unchecked") T notEqualToMechanismUrl(String filterByMechanismUrl); void addInMechanismUrlsFilter(String filterByMechanismUrl); void addInMechanismUrlsFilter(List<String> filterByMechanismUrl); void addInMechanismUrlsFilter(String... filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(String filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(List<String> filterByMechanismUrl); @SuppressWarnings("unchecked") T inMechanismUrls(String... filterByMechanismUrl); void addNotInMechanismUrlsFilter(String filterByMechanismUrl); void addNotInMechanismUrlsFilter(List<String> filterByMechanismUrl); void addNotInMechanismUrlsFilter(String... filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(String filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(List<String> filterByMechanismUrl); @SuppressWarnings("unchecked") T notInMechanismUrls(String... filterByMechanismUrl); List<Filter> getVendorIdFilters(); void addEqualToVendorIdFilter(String filterByVendorId); @SuppressWarnings("unchecked") T equalToVendorId(String filterByVendorId); void addNotEqualToVendorIdFilter(String filterByVendorId); @SuppressWarnings("unchecked") T notEqualToVendorId(String filterByVendorId); void addInVendorIdsFilter(String filterByVendorId); void addInVendorIdsFilter(List<String> filterByVendorId); void addInVendorIdsFilter(String... filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(String filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(List<String> filterByVendorId); @SuppressWarnings("unchecked") T inVendorIds(String... filterByVendorId); void addNotInVendorIdsFilter(String filterByVendorId); void addNotInVendorIdsFilter(List<String> filterByVendorId); void addNotInVendorIdsFilter(String... filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(String filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(List<String> filterByVendorId); @SuppressWarnings("unchecked") T notInVendorIds(String... filterByVendorId); List<Filter> getDeviceClassFilters(); void addEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T equalToDeviceClass(String filterByDeviceClass); void addNotEqualToDeviceClassFilter(String filterByDeviceClass); @SuppressWarnings("unchecked") T notEqualToDeviceClass(String filterByDeviceClass); void addInDeviceClassFilter(String filterByDeviceClass); void addInDeviceClassFilter(List<String> filterByDeviceClass); void addInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T inDeviceClass(String... filterByDeviceClass); void addNotInDeviceClassFilter(String filterByDeviceClass); void addNotInDeviceClassFilter(List<String> filterByDeviceClass); void addNotInDeviceClassFilter(String... filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(List<String> filterByDeviceClass); @SuppressWarnings("unchecked") T notInDeviceClass(String... filterByDeviceClass); List<Filter> getHostGatewayFilters(); void addEqualToHostGatewayFilter(String filterByHostGateway); @SuppressWarnings("unchecked") T equalToHostGateway(String filterByHostGateway); void addNotEqualToHostGatewayFilter(String filterByHostGateway); @SuppressWarnings("unchecked") T notEqualToHostGateway(String filterByHostGateway); void addInHostGatewaysFilter(String filterByHostGateway); void addInHostGatewaysFilter(List<String> filterByHostGateway); void addInHostGatewaysFilter(String... filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(String filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(List<String> filterByHostGateway); @SuppressWarnings("unchecked") T inHostGateways(String... filterByHostGateway); void addNotInHostGatewaysFilter(String filterByHostGateway); void addNotInHostGatewaysFilter(List<String> filterByHostGateway); void addNotInHostGatewaysFilter(String... filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(String filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(List<String> filterByHostGateway); @SuppressWarnings("unchecked") T notInHostGateways(String... filterByHostGateway); List<Filter> getBootstrappedTimestampFilters(); void addInBootstrappedTimestampsFilter(String filterByBootstrappedTimestamp); void addInBootstrappedTimestampsFilter(List<Date> filterByBootstrappedTimestamp); void addInBootstrappedTimestampsFilter(Date... filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(String filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(List<Date> filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T inBootstrappedTimestamps(Date... filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(String filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(List<Date> filterByBootstrappedTimestamp); void addNotInBootstrappedTimestampsFilter(Date... filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(String filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(List<Date> filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T notInBootstrappedTimestamps(Date... filterByBootstrappedTimestamp); void addLessThanBootstrappedTimestampFilter(Date filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T lessThanBootstrappedTimestamp(Date filterByBootstrappedTimestamp); void addGreaterThanBootstrappedTimestampFilter(Date filterByBootstrappedTimestamp); @SuppressWarnings("unchecked") T greaterThanBootstrappedTimestamp(Date filterByBootstrappedTimestamp); List<Filter> getSystemSuspendedFilters(); void addEqualToSystemSuspendedFilter(boolean filterBySystemSuspended); @SuppressWarnings("unchecked") T equalToSystemSuspended(boolean filterBySystemSuspended); void addNotEqualToSystemSuspendedFilter(boolean filterBySystemSuspended); @SuppressWarnings("unchecked") T notEqualToSystemSuspended(boolean filterBySystemSuspended); List<Filter> getLastSystemSuspendedCategoryFilters(); void addEqualToLastSystemSuspendedCategoryFilter(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T equalToLastSystemSuspendedCategory(String filterByLastSystemSuspendedCategory); void addNotEqualToLastSystemSuspendedCategoryFilter(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notEqualToLastSystemSuspendedCategory(String filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(String filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(List<String> filterByLastSystemSuspendedCategory); void addInLastSystemSuspendedCategoriesFilter(String... filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(List<String> filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T inLastSystemSuspendedCategories(String... filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(String filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(List<String> filterByLastSystemSuspendedCategory); void addNotInLastSystemSuspendedCategoriesFilter(String... filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(String filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(List<String> filterByLastSystemSuspendedCategory); @SuppressWarnings("unchecked") T notInLastSystemSuspendedCategories(String... filterByLastSystemSuspendedCategory); List<Filter> getSerialNumberFilters(); void addEqualToSerialNumberFilter(String filterBySerialNumber); @SuppressWarnings("unchecked") T equalToSerialNumber(String filterBySerialNumber); void addNotEqualToSerialNumberFilter(String filterBySerialNumber); @SuppressWarnings("unchecked") T notEqualToSerialNumber(String filterBySerialNumber); void addInSerialNumbersFilter(String filterBySerialNumber); void addInSerialNumbersFilter(List<String> filterBySerialNumber); void addInSerialNumbersFilter(String... filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(String filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(List<String> filterBySerialNumber); @SuppressWarnings("unchecked") T inSerialNumbers(String... filterBySerialNumber); void addNotInSerialNumbersFilter(String filterBySerialNumber); void addNotInSerialNumbersFilter(List<String> filterBySerialNumber); void addNotInSerialNumbersFilter(String... filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(String filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(List<String> filterBySerialNumber); @SuppressWarnings("unchecked") T notInSerialNumbers(String... filterBySerialNumber); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getConnectorExpirationDateFilters(); void addInConnectorExpirationDatesFilter(String filterByConnectorExpirationDate); void addInConnectorExpirationDatesFilter(List<Date> filterByConnectorExpirationDate); void addInConnectorExpirationDatesFilter(Date... filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(String filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(List<Date> filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T inConnectorExpirationDates(Date... filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(String filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(List<Date> filterByConnectorExpirationDate); void addNotInConnectorExpirationDatesFilter(Date... filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(String filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(List<Date> filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T notInConnectorExpirationDates(Date... filterByConnectorExpirationDate); void addLessThanConnectorExpirationDateFilter(Date filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T lessThanConnectorExpirationDate(Date filterByConnectorExpirationDate); void addGreaterThanConnectorExpirationDateFilter(Date filterByConnectorExpirationDate); @SuppressWarnings("unchecked") T greaterThanConnectorExpirationDate(Date filterByConnectorExpirationDate); List<Filter> getLastOperatorSuspendedCategoryFilters(); void addEqualToLastOperatorSuspendedCategoryFilter(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T equalToLastOperatorSuspendedCategory(String filterByLastOperatorSuspendedCategory); void addNotEqualToLastOperatorSuspendedCategoryFilter(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notEqualToLastOperatorSuspendedCategory(String filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(String filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(List<String> filterByLastOperatorSuspendedCategory); void addInLastOperatorSuspendedCategoriesFilter(String... filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(List<String> filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T inLastOperatorSuspendedCategories(String... filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(String filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(List<String> filterByLastOperatorSuspendedCategory); void addNotInLastOperatorSuspendedCategoriesFilter(String... filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(String filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(List<String> filterByLastOperatorSuspendedCategory); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedCategories(String... filterByLastOperatorSuspendedCategory); List<Filter> getCaIdFilters(); void addEqualToCaIdFilter(String filterByCaId); @SuppressWarnings("unchecked") T equalToCaId(String filterByCaId); void addNotEqualToCaIdFilter(String filterByCaId); @SuppressWarnings("unchecked") T notEqualToCaId(String filterByCaId); void addInCaIdsFilter(String filterByCaId); void addInCaIdsFilter(List<String> filterByCaId); void addInCaIdsFilter(String... filterByCaId); @SuppressWarnings("unchecked") T inCaIds(String filterByCaId); @SuppressWarnings("unchecked") T inCaIds(List<String> filterByCaId); @SuppressWarnings("unchecked") T inCaIds(String... filterByCaId); void addNotInCaIdsFilter(String filterByCaId); void addNotInCaIdsFilter(List<String> filterByCaId); void addNotInCaIdsFilter(String... filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(String filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(List<String> filterByCaId); @SuppressWarnings("unchecked") T notInCaIds(String... filterByCaId); List<Filter> getOperatorSuspendedFilters(); void addEqualToOperatorSuspendedFilter(boolean filterByOperatorSuspended); @SuppressWarnings("unchecked") T equalToOperatorSuspended(boolean filterByOperatorSuspended); void addNotEqualToOperatorSuspendedFilter(boolean filterByOperatorSuspended); @SuppressWarnings("unchecked") T notEqualToOperatorSuspended(boolean filterByOperatorSuspended); List<Filter> getEnrolmentListTimestampFilters(); void addInEnrolmentListTimestampsFilter(String filterByEnrolmentListTimestamp); void addInEnrolmentListTimestampsFilter(List<Date> filterByEnrolmentListTimestamp); void addInEnrolmentListTimestampsFilter(Date... filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(String filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(List<Date> filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T inEnrolmentListTimestamps(Date... filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(String filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(List<Date> filterByEnrolmentListTimestamp); void addNotInEnrolmentListTimestampsFilter(Date... filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(String filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(List<Date> filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T notInEnrolmentListTimestamps(Date... filterByEnrolmentListTimestamp); void addLessThanEnrolmentListTimestampFilter(Date filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T lessThanEnrolmentListTimestamp(Date filterByEnrolmentListTimestamp); void addGreaterThanEnrolmentListTimestampFilter(Date filterByEnrolmentListTimestamp); @SuppressWarnings("unchecked") T greaterThanEnrolmentListTimestamp(Date filterByEnrolmentListTimestamp); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); List<Filter> getLastOperatorSuspendedUpdatedAtFilters(); void addInLastOperatorSuspendedUpdatedAtsFilter(String filterByLastOperatorSuspendedUpdatedAt); void addInLastOperatorSuspendedUpdatedAtsFilter(List<Date> filterByLastOperatorSuspendedUpdatedAt); void addInLastOperatorSuspendedUpdatedAtsFilter(Date... filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(String filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(List<Date> filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastOperatorSuspendedUpdatedAts(Date... filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(String filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(List<Date> filterByLastOperatorSuspendedUpdatedAt); void addNotInLastOperatorSuspendedUpdatedAtsFilter(Date... filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(String filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(List<Date> filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastOperatorSuspendedUpdatedAts(Date... filterByLastOperatorSuspendedUpdatedAt); void addLessThanLastOperatorSuspendedUpdatedAtFilter(Date filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T lessThanLastOperatorSuspendedUpdatedAt(Date filterByLastOperatorSuspendedUpdatedAt); void addGreaterThanLastOperatorSuspendedUpdatedAtFilter(Date filterByLastOperatorSuspendedUpdatedAt); @SuppressWarnings("unchecked") T greaterThanLastOperatorSuspendedUpdatedAt(Date filterByLastOperatorSuspendedUpdatedAt); List<Filter> getDeploymentFilters(); void addEqualToDeploymentFilter(String filterByDeployment); @SuppressWarnings("unchecked") T equalToDeployment(String filterByDeployment); void addNotEqualToDeploymentFilter(String filterByDeployment); @SuppressWarnings("unchecked") T notEqualToDeployment(String filterByDeployment); void addInDeploymentsFilter(String filterByDeployment); void addInDeploymentsFilter(List<String> filterByDeployment); void addInDeploymentsFilter(String... filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(String filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(List<String> filterByDeployment); @SuppressWarnings("unchecked") T inDeployments(String... filterByDeployment); void addNotInDeploymentsFilter(String filterByDeployment); void addNotInDeploymentsFilter(List<String> filterByDeployment); void addNotInDeploymentsFilter(String... filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(String filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(List<String> filterByDeployment); @SuppressWarnings("unchecked") T notInDeployments(String... filterByDeployment); List<Filter> getMechanismFilters(); void addEqualToMechanismFilter(DeviceMechanism filterByMechanism); @SuppressWarnings("unchecked") T equalToMechanism(DeviceMechanism filterByMechanism); void addNotEqualToMechanismFilter(DeviceMechanism filterByMechanism); @SuppressWarnings("unchecked") T notEqualToMechanism(DeviceMechanism filterByMechanism); void addInMechanismsFilter(String filterByMechanism); void addInMechanismsFilter(List<DeviceMechanism> filterByMechanism); void addInMechanismsFilter(DeviceMechanism... filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(String filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(List<DeviceMechanism> filterByMechanism); @SuppressWarnings("unchecked") T inMechanisms(DeviceMechanism... filterByMechanism); void addNotInMechanismsFilter(String filterByMechanism); void addNotInMechanismsFilter(List<DeviceMechanism> filterByMechanism); void addNotInMechanismsFilter(DeviceMechanism... filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(String filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(List<DeviceMechanism> filterByMechanism); @SuppressWarnings("unchecked") T notInMechanisms(DeviceMechanism... filterByMechanism); List<Filter> getLastSystemSuspendedUpdatedAtFilters(); void addInLastSystemSuspendedUpdatedAtsFilter(String filterByLastSystemSuspendedUpdatedAt); void addInLastSystemSuspendedUpdatedAtsFilter(List<Date> filterByLastSystemSuspendedUpdatedAt); void addInLastSystemSuspendedUpdatedAtsFilter(Date... filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(String filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(List<Date> filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T inLastSystemSuspendedUpdatedAts(Date... filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(String filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(List<Date> filterByLastSystemSuspendedUpdatedAt); void addNotInLastSystemSuspendedUpdatedAtsFilter(Date... filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(String filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(List<Date> filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T notInLastSystemSuspendedUpdatedAts(Date... filterByLastSystemSuspendedUpdatedAt); void addLessThanLastSystemSuspendedUpdatedAtFilter(Date filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T lessThanLastSystemSuspendedUpdatedAt(Date filterByLastSystemSuspendedUpdatedAt); void addGreaterThanLastSystemSuspendedUpdatedAtFilter(Date filterByLastSystemSuspendedUpdatedAt); @SuppressWarnings("unchecked") T greaterThanLastSystemSuspendedUpdatedAt(Date filterByLastSystemSuspendedUpdatedAt); List<Filter> getDeployedStateFilters(); void addEqualToDeployedStateFilter(DeviceDeployedState filterByDeployedState); @SuppressWarnings("unchecked") T equalToDeployedState(DeviceDeployedState filterByDeployedState); void addNotEqualToDeployedStateFilter(DeviceDeployedState filterByDeployedState); @SuppressWarnings("unchecked") T notEqualToDeployedState(DeviceDeployedState filterByDeployedState); void addInDeployedStatesFilter(String filterByDeployedState); void addInDeployedStatesFilter(List<DeviceDeployedState> filterByDeployedState); void addInDeployedStatesFilter(DeviceDeployedState... filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(String filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(List<DeviceDeployedState> filterByDeployedState); @SuppressWarnings("unchecked") T inDeployedStates(DeviceDeployedState... filterByDeployedState); void addNotInDeployedStatesFilter(String filterByDeployedState); void addNotInDeployedStatesFilter(List<DeviceDeployedState> filterByDeployedState); void addNotInDeployedStatesFilter(DeviceDeployedState... filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(String filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(List<DeviceDeployedState> filterByDeployedState); @SuppressWarnings("unchecked") T notInDeployedStates(DeviceDeployedState... filterByDeployedState); List<Filter> getUpdatedAtFilters(); void addInUpdatedAtsFilter(String filterByUpdatedAt); void addInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T inUpdatedAts(Date... filterByUpdatedAt); void addNotInUpdatedAtsFilter(String filterByUpdatedAt); void addNotInUpdatedAtsFilter(List<Date> filterByUpdatedAt); void addNotInUpdatedAtsFilter(Date... filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(String filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(List<Date> filterByUpdatedAt); @SuppressWarnings("unchecked") T notInUpdatedAts(Date... filterByUpdatedAt); void addLessThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T lessThanUpdatedAt(Date filterByUpdatedAt); void addGreaterThanUpdatedAtFilter(Date filterByUpdatedAt); @SuppressWarnings("unchecked") T greaterThanUpdatedAt(Date filterByUpdatedAt); List<Filter> getNameFilters(); void addEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T equalToName(String filterByName); void addNotEqualToNameFilter(String filterByName); @SuppressWarnings("unchecked") T notEqualToName(String filterByName); void addInNamesFilter(String filterByName); void addInNamesFilter(List<String> filterByName); void addInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T inNames(String filterByName); @SuppressWarnings("unchecked") T inNames(List<String> filterByName); @SuppressWarnings("unchecked") T inNames(String... filterByName); void addNotInNamesFilter(String filterByName); void addNotInNamesFilter(List<String> filterByName); void addNotInNamesFilter(String... filterByName); @SuppressWarnings("unchecked") T notInNames(String filterByName); @SuppressWarnings("unchecked") T notInNames(List<String> filterByName); @SuppressWarnings("unchecked") T notInNames(String... filterByName); List<Filter> getManifestTimestampFilters(); void addInManifestTimestampsFilter(String filterByManifestTimestamp); void addInManifestTimestampsFilter(List<Date> filterByManifestTimestamp); void addInManifestTimestampsFilter(Date... filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(String filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(List<Date> filterByManifestTimestamp); @SuppressWarnings("unchecked") T inManifestTimestamps(Date... filterByManifestTimestamp); void addNotInManifestTimestampsFilter(String filterByManifestTimestamp); void addNotInManifestTimestampsFilter(List<Date> filterByManifestTimestamp); void addNotInManifestTimestampsFilter(Date... filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(String filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(List<Date> filterByManifestTimestamp); @SuppressWarnings("unchecked") T notInManifestTimestamps(Date... filterByManifestTimestamp); void addLessThanManifestTimestampFilter(Date filterByManifestTimestamp); @SuppressWarnings("unchecked") T lessThanManifestTimestamp(Date filterByManifestTimestamp); void addGreaterThanManifestTimestampFilter(Date filterByManifestTimestamp); @SuppressWarnings("unchecked") T greaterThanManifestTimestamp(Date filterByManifestTimestamp); List<Filter> getEndpointNameFilters(); void addEqualToEndpointNameFilter(String filterByEndpointName); @SuppressWarnings("unchecked") T equalToEndpointName(String filterByEndpointName); void addNotEqualToEndpointNameFilter(String filterByEndpointName); @SuppressWarnings("unchecked") T notEqualToEndpointName(String filterByEndpointName); void addInEndpointNamesFilter(String filterByEndpointName); void addInEndpointNamesFilter(List<String> filterByEndpointName); void addInEndpointNamesFilter(String... filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(String filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(List<String> filterByEndpointName); @SuppressWarnings("unchecked") T inEndpointNames(String... filterByEndpointName); void addNotInEndpointNamesFilter(String filterByEndpointName); void addNotInEndpointNamesFilter(List<String> filterByEndpointName); void addNotInEndpointNamesFilter(String... filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(String filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(List<String> filterByEndpointName); @SuppressWarnings("unchecked") T notInEndpointNames(String... filterByEndpointName); @Override String toString(); @Override DeviceListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_ACCOUNT_ID; static final String TAG_FILTER_BY_AUTO_UPDATE; static final String TAG_FILTER_BY_BOOTSTRAPPED_TIMESTAMP; static final String TAG_FILTER_BY_BOOTSTRAP_EXPIRATION_DATE; static final String TAG_FILTER_BY_CA_ID; static final String TAG_FILTER_BY_CONNECTOR_EXPIRATION_DATE; static final String TAG_FILTER_BY_CREATED_AT; static final String TAG_FILTER_BY_DEPLOYED_STATE; static final String TAG_FILTER_BY_DEPLOYMENT; static final String TAG_FILTER_BY_DESCRIPTION; static final String TAG_FILTER_BY_DEVICE_CLASS; static final String TAG_FILTER_BY_DEVICE_EXECUTION_MODE; static final String TAG_FILTER_BY_DEVICE_KEY; static final String TAG_FILTER_BY_ENDPOINT_NAME; static final String TAG_FILTER_BY_ENDPOINT_TYPE; static final String TAG_FILTER_BY_ENROLMENT_LIST_TIMESTAMP; static final String TAG_FILTER_BY_FIRMWARE_CHECKSUM; static final String TAG_FILTER_BY_HOST_GATEWAY; static final String TAG_FILTER_BY_ID; static final String TAG_FILTER_BY_LAST_OPERATOR_SUSPENDED_CATEGORY; static final String TAG_FILTER_BY_LAST_OPERATOR_SUSPENDED_UPDATED_AT; static final String TAG_FILTER_BY_LAST_SYSTEM_SUSPENDED_CATEGORY; static final String TAG_FILTER_BY_LAST_SYSTEM_SUSPENDED_UPDATED_AT; static final String TAG_FILTER_BY_LIFECYCLE_STATUS; static final String TAG_FILTER_BY_MANIFEST; static final String TAG_FILTER_BY_MANIFEST_TIMESTAMP; static final String TAG_FILTER_BY_MECHANISM; static final String TAG_FILTER_BY_MECHANISM_URL; static final String TAG_FILTER_BY_NAME; static final String TAG_FILTER_BY_OPERATOR_SUSPENDED; static final String TAG_FILTER_BY_SERIAL_NUMBER; static final String TAG_FILTER_BY_STATE; static final String TAG_FILTER_BY_SYSTEM_SUSPENDED; static final String TAG_FILTER_BY_UPDATED_AT; static final String TAG_FILTER_BY_VENDOR_ID; } |
@SuppressWarnings("resource") @Test public void testClone() { try { DeviceListDao devicelistdao1 = new DeviceListDao(); DeviceListDao devicelistdao2 = devicelistdao1.clone(); assertNotNull(devicelistdao1); assertNotNull(devicelistdao2); assertNotSame(devicelistdao2, devicelistdao1); assertEquals(devicelistdao2, devicelistdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public DeviceListDao clone() { try { return new DeviceListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | DeviceListDao extends AbstractModelListDao<Device, DeviceListOptions> implements ModelListDao<Device, DeviceListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public DeviceListDao clone() { try { return new DeviceListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | DeviceListDao extends AbstractModelListDao<Device, DeviceListOptions> implements ModelListDao<Device, DeviceListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public DeviceListDao clone() { try { return new DeviceListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } DeviceListDao(); DeviceListDao(ApiClientWrapper client); DeviceListDao(ConnectionOptions options); DeviceListDao(SdkContext sdkContext); } | DeviceListDao extends AbstractModelListDao<Device, DeviceListOptions> implements ModelListDao<Device, DeviceListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public DeviceListDao clone() { try { return new DeviceListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } DeviceListDao(); DeviceListDao(ApiClientWrapper client); DeviceListDao(ConnectionOptions options); DeviceListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) DeviceListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<DeviceDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) DeviceDao getNewModelDao(); } | DeviceListDao extends AbstractModelListDao<Device, DeviceListOptions> implements ModelListDao<Device, DeviceListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public DeviceListDao clone() { try { return new DeviceListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } DeviceListDao(); DeviceListDao(ApiClientWrapper client); DeviceListDao(ConnectionOptions options); DeviceListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) DeviceListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<DeviceDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) DeviceDao getNewModelDao(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { DeviceEnrollmentListDao deviceenrollmentlistdao1 = new DeviceEnrollmentListDao(); DeviceEnrollmentListDao deviceenrollmentlistdao2 = deviceenrollmentlistdao1.clone(); assertNotNull(deviceenrollmentlistdao1); assertNotNull(deviceenrollmentlistdao2); assertNotSame(deviceenrollmentlistdao2, deviceenrollmentlistdao1); assertEquals(deviceenrollmentlistdao2, deviceenrollmentlistdao1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override @SuppressWarnings({ "resource", "unused" }) public DeviceEnrollmentListDao clone() { try { return new DeviceEnrollmentListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } | DeviceEnrollmentListDao extends AbstractModelListDao<DeviceEnrollment, DeviceEnrollmentListOptions> implements ModelListDao<DeviceEnrollment, DeviceEnrollmentListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public DeviceEnrollmentListDao clone() { try { return new DeviceEnrollmentListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } } | DeviceEnrollmentListDao extends AbstractModelListDao<DeviceEnrollment, DeviceEnrollmentListOptions> implements ModelListDao<DeviceEnrollment, DeviceEnrollmentListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public DeviceEnrollmentListDao clone() { try { return new DeviceEnrollmentListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } DeviceEnrollmentListDao(); DeviceEnrollmentListDao(ApiClientWrapper client); DeviceEnrollmentListDao(ConnectionOptions options); DeviceEnrollmentListDao(SdkContext sdkContext); } | DeviceEnrollmentListDao extends AbstractModelListDao<DeviceEnrollment, DeviceEnrollmentListOptions> implements ModelListDao<DeviceEnrollment, DeviceEnrollmentListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public DeviceEnrollmentListDao clone() { try { return new DeviceEnrollmentListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } DeviceEnrollmentListDao(); DeviceEnrollmentListDao(ApiClientWrapper client); DeviceEnrollmentListDao(ConnectionOptions options); DeviceEnrollmentListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) DeviceEnrollmentListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<DeviceEnrollmentDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) DeviceEnrollmentDao getNewModelDao(); } | DeviceEnrollmentListDao extends AbstractModelListDao<DeviceEnrollment, DeviceEnrollmentListOptions> implements ModelListDao<DeviceEnrollment, DeviceEnrollmentListOptions> { @Override @SuppressWarnings({ "resource", "unused" }) public DeviceEnrollmentListDao clone() { try { return new DeviceEnrollmentListDao().configureAndGet(getModuleOrThrow() == null ? null : getModuleOrThrow().clone()); } catch (MbedCloudException exception) { return null; } } DeviceEnrollmentListDao(); DeviceEnrollmentListDao(ApiClientWrapper client); DeviceEnrollmentListDao(ConnectionOptions options); DeviceEnrollmentListDao(SdkContext sdkContext); @Override @SuppressWarnings({ "resource", "unused" }) DeviceEnrollmentListDao clone(); @Override @Internal @SuppressWarnings("unchecked") Class<DeviceEnrollmentDao> getModelDaoClass(); @Override @Internal @SuppressWarnings({ "unchecked", "resource" }) DeviceEnrollmentDao getNewModelDao(); } |
@SuppressWarnings("resource") @Test public void testClone() { try { DeviceEventsListOptions deviceeventslistoptions1 = new DeviceEventsListOptions(Integer.valueOf(-40), Long.valueOf(-89), Order.getDefault(), "9896a128-6a0a-4954-9794-bf46f8747326", null, null); DeviceEventsListOptions deviceeventslistoptions2 = deviceeventslistoptions1.clone(); assertNotNull(deviceeventslistoptions1); assertNotNull(deviceeventslistoptions2); assertNotSame(deviceeventslistoptions2, deviceeventslistoptions1); assertEquals(deviceeventslistoptions2, deviceeventslistoptions1); } catch (Exception exception) { fail(exception.getMessage()); } } | @Override public DeviceEventsListOptions clone() { final DeviceEventsListOptions opt = new DeviceEventsListOptions(); opt.setOptions(this); return opt; } | DeviceEventsListOptions extends ListOptions { @Override public DeviceEventsListOptions clone() { final DeviceEventsListOptions opt = new DeviceEventsListOptions(); opt.setOptions(this); return opt; } } | DeviceEventsListOptions extends ListOptions { @Override public DeviceEventsListOptions clone() { final DeviceEventsListOptions opt = new DeviceEventsListOptions(); opt.setOptions(this); return opt; } @Internal DeviceEventsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal DeviceEventsListOptions(DeviceEventsListOptions deviceEventsListOptions); DeviceEventsListOptions(); @Internal DeviceEventsListOptions(String after, Filters filter); } | DeviceEventsListOptions extends ListOptions { @Override public DeviceEventsListOptions clone() { final DeviceEventsListOptions opt = new DeviceEventsListOptions(); opt.setOptions(this); return opt; } @Internal DeviceEventsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal DeviceEventsListOptions(DeviceEventsListOptions deviceEventsListOptions); DeviceEventsListOptions(); @Internal DeviceEventsListOptions(String after, Filters filter); List<Filter> getDeviceIdFilters(); void addEqualToDeviceIdFilter(String filterByDeviceId); @SuppressWarnings("unchecked") T equalToDeviceId(String filterByDeviceId); void addNotEqualToDeviceIdFilter(String filterByDeviceId); @SuppressWarnings("unchecked") T notEqualToDeviceId(String filterByDeviceId); void addInDeviceIdsFilter(String filterByDeviceId); void addInDeviceIdsFilter(List<String> filterByDeviceId); void addInDeviceIdsFilter(String... filterByDeviceId); @SuppressWarnings("unchecked") T inDeviceIds(String filterByDeviceId); @SuppressWarnings("unchecked") T inDeviceIds(List<String> filterByDeviceId); @SuppressWarnings("unchecked") T inDeviceIds(String... filterByDeviceId); void addNotInDeviceIdsFilter(String filterByDeviceId); void addNotInDeviceIdsFilter(List<String> filterByDeviceId); void addNotInDeviceIdsFilter(String... filterByDeviceId); @SuppressWarnings("unchecked") T notInDeviceIds(String filterByDeviceId); @SuppressWarnings("unchecked") T notInDeviceIds(List<String> filterByDeviceId); @SuppressWarnings("unchecked") T notInDeviceIds(String... filterByDeviceId); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); List<Filter> getDateTimeFilters(); void addInDateTimesFilter(String filterByDateTime); void addInDateTimesFilter(List<Date> filterByDateTime); void addInDateTimesFilter(Date... filterByDateTime); @SuppressWarnings("unchecked") T inDateTimes(String filterByDateTime); @SuppressWarnings("unchecked") T inDateTimes(List<Date> filterByDateTime); @SuppressWarnings("unchecked") T inDateTimes(Date... filterByDateTime); void addNotInDateTimesFilter(String filterByDateTime); void addNotInDateTimesFilter(List<Date> filterByDateTime); void addNotInDateTimesFilter(Date... filterByDateTime); @SuppressWarnings("unchecked") T notInDateTimes(String filterByDateTime); @SuppressWarnings("unchecked") T notInDateTimes(List<Date> filterByDateTime); @SuppressWarnings("unchecked") T notInDateTimes(Date... filterByDateTime); void addLessThanDateTimeFilter(Date filterByDateTime); @SuppressWarnings("unchecked") T lessThanDateTime(Date filterByDateTime); void addGreaterThanDateTimeFilter(Date filterByDateTime); @SuppressWarnings("unchecked") T greaterThanDateTime(Date filterByDateTime); List<Filter> getStateChangeFilters(); void addEqualToStateChangeFilter(boolean filterByStateChange); @SuppressWarnings("unchecked") T equalToStateChange(boolean filterByStateChange); void addNotEqualToStateChangeFilter(boolean filterByStateChange); @SuppressWarnings("unchecked") T notEqualToStateChange(boolean filterByStateChange); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getEventTypeFilters(); void addEqualToEventTypeFilter(String filterByEventType); @SuppressWarnings("unchecked") T equalToEventType(String filterByEventType); void addNotEqualToEventTypeFilter(String filterByEventType); @SuppressWarnings("unchecked") T notEqualToEventType(String filterByEventType); void addInEventTypesFilter(String filterByEventType); void addInEventTypesFilter(List<String> filterByEventType); void addInEventTypesFilter(String... filterByEventType); @SuppressWarnings("unchecked") T inEventTypes(String filterByEventType); @SuppressWarnings("unchecked") T inEventTypes(List<String> filterByEventType); @SuppressWarnings("unchecked") T inEventTypes(String... filterByEventType); void addNotInEventTypesFilter(String filterByEventType); void addNotInEventTypesFilter(List<String> filterByEventType); void addNotInEventTypesFilter(String... filterByEventType); @SuppressWarnings("unchecked") T notInEventTypes(String filterByEventType); @SuppressWarnings("unchecked") T notInEventTypes(List<String> filterByEventType); @SuppressWarnings("unchecked") T notInEventTypes(String... filterByEventType); @Override String toString(); @Override DeviceEventsListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); } | DeviceEventsListOptions extends ListOptions { @Override public DeviceEventsListOptions clone() { final DeviceEventsListOptions opt = new DeviceEventsListOptions(); opt.setOptions(this); return opt; } @Internal DeviceEventsListOptions(Integer pageSize, Long maxResults, Order order, String after,
List<IncludeField> include, Filters filter); @Internal DeviceEventsListOptions(DeviceEventsListOptions deviceEventsListOptions); DeviceEventsListOptions(); @Internal DeviceEventsListOptions(String after, Filters filter); List<Filter> getDeviceIdFilters(); void addEqualToDeviceIdFilter(String filterByDeviceId); @SuppressWarnings("unchecked") T equalToDeviceId(String filterByDeviceId); void addNotEqualToDeviceIdFilter(String filterByDeviceId); @SuppressWarnings("unchecked") T notEqualToDeviceId(String filterByDeviceId); void addInDeviceIdsFilter(String filterByDeviceId); void addInDeviceIdsFilter(List<String> filterByDeviceId); void addInDeviceIdsFilter(String... filterByDeviceId); @SuppressWarnings("unchecked") T inDeviceIds(String filterByDeviceId); @SuppressWarnings("unchecked") T inDeviceIds(List<String> filterByDeviceId); @SuppressWarnings("unchecked") T inDeviceIds(String... filterByDeviceId); void addNotInDeviceIdsFilter(String filterByDeviceId); void addNotInDeviceIdsFilter(List<String> filterByDeviceId); void addNotInDeviceIdsFilter(String... filterByDeviceId); @SuppressWarnings("unchecked") T notInDeviceIds(String filterByDeviceId); @SuppressWarnings("unchecked") T notInDeviceIds(List<String> filterByDeviceId); @SuppressWarnings("unchecked") T notInDeviceIds(String... filterByDeviceId); List<Filter> getDescriptionFilters(); void addEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T equalToDescription(String filterByDescription); void addNotEqualToDescriptionFilter(String filterByDescription); @SuppressWarnings("unchecked") T notEqualToDescription(String filterByDescription); void addInDescriptionsFilter(String filterByDescription); void addInDescriptionsFilter(List<String> filterByDescription); void addInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T inDescriptions(String... filterByDescription); void addNotInDescriptionsFilter(String filterByDescription); void addNotInDescriptionsFilter(List<String> filterByDescription); void addNotInDescriptionsFilter(String... filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(List<String> filterByDescription); @SuppressWarnings("unchecked") T notInDescriptions(String... filterByDescription); List<Filter> getDateTimeFilters(); void addInDateTimesFilter(String filterByDateTime); void addInDateTimesFilter(List<Date> filterByDateTime); void addInDateTimesFilter(Date... filterByDateTime); @SuppressWarnings("unchecked") T inDateTimes(String filterByDateTime); @SuppressWarnings("unchecked") T inDateTimes(List<Date> filterByDateTime); @SuppressWarnings("unchecked") T inDateTimes(Date... filterByDateTime); void addNotInDateTimesFilter(String filterByDateTime); void addNotInDateTimesFilter(List<Date> filterByDateTime); void addNotInDateTimesFilter(Date... filterByDateTime); @SuppressWarnings("unchecked") T notInDateTimes(String filterByDateTime); @SuppressWarnings("unchecked") T notInDateTimes(List<Date> filterByDateTime); @SuppressWarnings("unchecked") T notInDateTimes(Date... filterByDateTime); void addLessThanDateTimeFilter(Date filterByDateTime); @SuppressWarnings("unchecked") T lessThanDateTime(Date filterByDateTime); void addGreaterThanDateTimeFilter(Date filterByDateTime); @SuppressWarnings("unchecked") T greaterThanDateTime(Date filterByDateTime); List<Filter> getStateChangeFilters(); void addEqualToStateChangeFilter(boolean filterByStateChange); @SuppressWarnings("unchecked") T equalToStateChange(boolean filterByStateChange); void addNotEqualToStateChangeFilter(boolean filterByStateChange); @SuppressWarnings("unchecked") T notEqualToStateChange(boolean filterByStateChange); List<Filter> getIdFilters(); void addEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T equalToId(String filterById); void addNotEqualToIdFilter(String filterById); @SuppressWarnings("unchecked") T notEqualToId(String filterById); void addInIdsFilter(String filterById); void addInIdsFilter(List<String> filterById); void addInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T inIds(String filterById); @SuppressWarnings("unchecked") T inIds(List<String> filterById); @SuppressWarnings("unchecked") T inIds(String... filterById); void addNotInIdsFilter(String filterById); void addNotInIdsFilter(List<String> filterById); void addNotInIdsFilter(String... filterById); @SuppressWarnings("unchecked") T notInIds(String filterById); @SuppressWarnings("unchecked") T notInIds(List<String> filterById); @SuppressWarnings("unchecked") T notInIds(String... filterById); List<Filter> getEventTypeFilters(); void addEqualToEventTypeFilter(String filterByEventType); @SuppressWarnings("unchecked") T equalToEventType(String filterByEventType); void addNotEqualToEventTypeFilter(String filterByEventType); @SuppressWarnings("unchecked") T notEqualToEventType(String filterByEventType); void addInEventTypesFilter(String filterByEventType); void addInEventTypesFilter(List<String> filterByEventType); void addInEventTypesFilter(String... filterByEventType); @SuppressWarnings("unchecked") T inEventTypes(String filterByEventType); @SuppressWarnings("unchecked") T inEventTypes(List<String> filterByEventType); @SuppressWarnings("unchecked") T inEventTypes(String... filterByEventType); void addNotInEventTypesFilter(String filterByEventType); void addNotInEventTypesFilter(List<String> filterByEventType); void addNotInEventTypesFilter(String... filterByEventType); @SuppressWarnings("unchecked") T notInEventTypes(String filterByEventType); @SuppressWarnings("unchecked") T notInEventTypes(List<String> filterByEventType); @SuppressWarnings("unchecked") T notInEventTypes(String... filterByEventType); @Override String toString(); @Override DeviceEventsListOptions clone(); @Override boolean equals(Object obj); @Override @SuppressWarnings("PMD.UselessOverridingMethod") int hashCode(); static final String TAG_FILTER_BY_DATE_TIME; static final String TAG_FILTER_BY_DESCRIPTION; static final String TAG_FILTER_BY_DEVICE_ID; static final String TAG_FILTER_BY_EVENT_TYPE; static final String TAG_FILTER_BY_ID; static final String TAG_FILTER_BY_STATE_CHANGE; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.