All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.bf2.ffm.ams.client.models.AccountAllOf Maven / Gradle / Ivy

There is a newer version: 0.0.2
Show newest version
/*
 * Account Management Service API
 * Manage user subscriptions and clusters
 *
 * The version of the OpenAPI document: 0.0.1
 * 
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */


package dev.bf2.ffm.ams.client.models;

import java.util.Objects;
import java.util.Arrays;
import java.util.Map;
import java.util.HashMap;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonTypeName;
import com.fasterxml.jackson.annotation.JsonValue;
import dev.bf2.ffm.ams.client.models.Capability;
import dev.bf2.ffm.ams.client.models.Label;
import dev.bf2.ffm.ams.client.models.Organization;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.time.OffsetDateTime;
import java.util.ArrayList;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;


/**
 * AccountAllOf
 */
@JsonPropertyOrder({
  AccountAllOf.JSON_PROPERTY_BAN_CODE,
  AccountAllOf.JSON_PROPERTY_BAN_DESCRIPTION,
  AccountAllOf.JSON_PROPERTY_BANNED,
  AccountAllOf.JSON_PROPERTY_CAPABILITIES,
  AccountAllOf.JSON_PROPERTY_CREATED_AT,
  AccountAllOf.JSON_PROPERTY_EMAIL,
  AccountAllOf.JSON_PROPERTY_FIRST_NAME,
  AccountAllOf.JSON_PROPERTY_LABELS,
  AccountAllOf.JSON_PROPERTY_LAST_NAME,
  AccountAllOf.JSON_PROPERTY_ORGANIZATION,
  AccountAllOf.JSON_PROPERTY_ORGANIZATION_ID,
  AccountAllOf.JSON_PROPERTY_RHIT_ACCOUNT_ID,
  AccountAllOf.JSON_PROPERTY_RHIT_WEB_USER_ID,
  AccountAllOf.JSON_PROPERTY_SERVICE_ACCOUNT,
  AccountAllOf.JSON_PROPERTY_UPDATED_AT,
  AccountAllOf.JSON_PROPERTY_USERNAME
})
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class AccountAllOf {
  public static final String JSON_PROPERTY_BAN_CODE = "ban_code";
  private String banCode;

  public static final String JSON_PROPERTY_BAN_DESCRIPTION = "ban_description";
  private String banDescription;

  public static final String JSON_PROPERTY_BANNED = "banned";
  private Boolean banned = false;

  public static final String JSON_PROPERTY_CAPABILITIES = "capabilities";
  private List capabilities = null;

  public static final String JSON_PROPERTY_CREATED_AT = "created_at";
  private OffsetDateTime createdAt;

  public static final String JSON_PROPERTY_EMAIL = "email";
  private String email;

  public static final String JSON_PROPERTY_FIRST_NAME = "first_name";
  private String firstName;

  public static final String JSON_PROPERTY_LABELS = "labels";
  private List




© 2015 - 2024 Weber Informatics LLC | Privacy Policy