Remove javax generated annotation for now
This commit is contained in:
committed by
Jannis Mattheis
parent
9596fbd14f
commit
17f0d47d0c
@@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
package com.github.gotify.client;
|
package com.github.gotify.client;
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2020-06-24T18:39:01.386+02:00")
|
|
||||||
public class StringUtil {
|
public class StringUtil {
|
||||||
/**
|
/**
|
||||||
* Check if the given array contains the given value (with case-insensitive comparison).
|
* Check if the given array contains the given value (with case-insensitive comparison).
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ import java.io.IOException;
|
|||||||
* The Application holds information about an app which can send notifications.
|
* The Application holds information about an app which can send notifications.
|
||||||
*/
|
*/
|
||||||
@ApiModel(description = "The Application holds information about an app which can send notifications.")
|
@ApiModel(description = "The Application holds information about an app which can send notifications.")
|
||||||
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2020-06-24T18:39:01.386+02:00")
|
|
||||||
public class Application {
|
public class Application {
|
||||||
@SerializedName("description")
|
@SerializedName("description")
|
||||||
private String description = null;
|
private String description = null;
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ import java.io.IOException;
|
|||||||
* The Client holds information about a device which can receive notifications (and other stuff).
|
* The Client holds information about a device which can receive notifications (and other stuff).
|
||||||
*/
|
*/
|
||||||
@ApiModel(description = "The Client holds information about a device which can receive notifications (and other stuff).")
|
@ApiModel(description = "The Client holds information about a device which can receive notifications (and other stuff).")
|
||||||
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2020-06-24T18:39:01.386+02:00")
|
|
||||||
public class Client {
|
public class Client {
|
||||||
@SerializedName("id")
|
@SerializedName("id")
|
||||||
private Long id = null;
|
private Long id = null;
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ import java.io.IOException;
|
|||||||
* The Error contains error relevant information.
|
* The Error contains error relevant information.
|
||||||
*/
|
*/
|
||||||
@ApiModel(description = "The Error contains error relevant information.")
|
@ApiModel(description = "The Error contains error relevant information.")
|
||||||
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2020-06-24T18:39:01.386+02:00")
|
|
||||||
public class Error {
|
public class Error {
|
||||||
@SerializedName("error")
|
@SerializedName("error")
|
||||||
private String error = null;
|
private String error = null;
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ import java.io.IOException;
|
|||||||
* Health represents how healthy the application is.
|
* Health represents how healthy the application is.
|
||||||
*/
|
*/
|
||||||
@ApiModel(description = "Health represents how healthy the application is.")
|
@ApiModel(description = "Health represents how healthy the application is.")
|
||||||
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2020-06-24T18:39:01.386+02:00")
|
|
||||||
public class Health {
|
public class Health {
|
||||||
@SerializedName("database")
|
@SerializedName("database")
|
||||||
private String database = null;
|
private String database = null;
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ import org.threeten.bp.OffsetDateTime;
|
|||||||
* The MessageExternal holds information about a message which was sent by an Application.
|
* The MessageExternal holds information about a message which was sent by an Application.
|
||||||
*/
|
*/
|
||||||
@ApiModel(description = "The MessageExternal holds information about a message which was sent by an Application.")
|
@ApiModel(description = "The MessageExternal holds information about a message which was sent by an Application.")
|
||||||
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2020-06-24T18:39:01.386+02:00")
|
|
||||||
public class Message {
|
public class Message {
|
||||||
@SerializedName("appid")
|
@SerializedName("appid")
|
||||||
private Long appid = null;
|
private Long appid = null;
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ import java.util.List;
|
|||||||
* Wrapper for the paging and the messages
|
* Wrapper for the paging and the messages
|
||||||
*/
|
*/
|
||||||
@ApiModel(description = "Wrapper for the paging and the messages")
|
@ApiModel(description = "Wrapper for the paging and the messages")
|
||||||
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2020-06-24T18:39:01.386+02:00")
|
|
||||||
public class PagedMessages {
|
public class PagedMessages {
|
||||||
@SerializedName("messages")
|
@SerializedName("messages")
|
||||||
private List<Message> messages = new ArrayList<Message>();
|
private List<Message> messages = new ArrayList<Message>();
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ import java.io.IOException;
|
|||||||
* The Paging holds information about the limit and making requests to the next page.
|
* The Paging holds information about the limit and making requests to the next page.
|
||||||
*/
|
*/
|
||||||
@ApiModel(description = "The Paging holds information about the limit and making requests to the next page.")
|
@ApiModel(description = "The Paging holds information about the limit and making requests to the next page.")
|
||||||
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2020-06-24T18:39:01.386+02:00")
|
|
||||||
public class Paging {
|
public class Paging {
|
||||||
@SerializedName("limit")
|
@SerializedName("limit")
|
||||||
private Long limit = null;
|
private Long limit = null;
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ import java.util.List;
|
|||||||
* Holds information about a plugin instance for one user.
|
* Holds information about a plugin instance for one user.
|
||||||
*/
|
*/
|
||||||
@ApiModel(description = "Holds information about a plugin instance for one user.")
|
@ApiModel(description = "Holds information about a plugin instance for one user.")
|
||||||
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2020-06-24T18:39:01.386+02:00")
|
|
||||||
public class PluginConf {
|
public class PluginConf {
|
||||||
@SerializedName("author")
|
@SerializedName("author")
|
||||||
private String author = null;
|
private String author = null;
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ import java.io.IOException;
|
|||||||
* The User holds information about permission and other stuff.
|
* The User holds information about permission and other stuff.
|
||||||
*/
|
*/
|
||||||
@ApiModel(description = "The User holds information about permission and other stuff.")
|
@ApiModel(description = "The User holds information about permission and other stuff.")
|
||||||
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2020-06-24T18:39:01.386+02:00")
|
|
||||||
public class User {
|
public class User {
|
||||||
@SerializedName("admin")
|
@SerializedName("admin")
|
||||||
private Boolean admin = null;
|
private Boolean admin = null;
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ import java.io.IOException;
|
|||||||
* The Password for updating the user.
|
* The Password for updating the user.
|
||||||
*/
|
*/
|
||||||
@ApiModel(description = "The Password for updating the user.")
|
@ApiModel(description = "The Password for updating the user.")
|
||||||
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2020-06-24T18:39:01.386+02:00")
|
|
||||||
public class UserPass {
|
public class UserPass {
|
||||||
@SerializedName("pass")
|
@SerializedName("pass")
|
||||||
private String pass = null;
|
private String pass = null;
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ import java.io.IOException;
|
|||||||
* The UserWithPass holds information about the credentials and other stuff.
|
* The UserWithPass holds information about the credentials and other stuff.
|
||||||
*/
|
*/
|
||||||
@ApiModel(description = "The UserWithPass holds information about the credentials and other stuff.")
|
@ApiModel(description = "The UserWithPass holds information about the credentials and other stuff.")
|
||||||
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2020-06-24T18:39:01.386+02:00")
|
|
||||||
public class UserWithPass {
|
public class UserWithPass {
|
||||||
@SerializedName("admin")
|
@SerializedName("admin")
|
||||||
private Boolean admin = null;
|
private Boolean admin = null;
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ import java.io.IOException;
|
|||||||
* VersionInfo Model
|
* VersionInfo Model
|
||||||
*/
|
*/
|
||||||
@ApiModel(description = "VersionInfo Model")
|
@ApiModel(description = "VersionInfo Model")
|
||||||
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2020-06-24T18:39:01.386+02:00")
|
|
||||||
public class VersionInfo {
|
public class VersionInfo {
|
||||||
@SerializedName("buildDate")
|
@SerializedName("buildDate")
|
||||||
private String buildDate = null;
|
private String buildDate = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user