text stringlengths 7 1.01M |
|---|
package com.ceiba.usuario.modelo.dto;
import lombok.AllArgsConstructor;
import lombok.Getter;
@Getter
@AllArgsConstructor
public class DtoUsuarioEnvio {
private Long id;
private String nombre;
private boolean premium;
}
|
package com.z0ltan.compilers.microenglish.parser;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import static org.junit.Assert.assertEquals;
import com.z0ltan.compilers.microenglish.scanner.Token;
import com.z0ltan.compilers.microenglish.scanner.TokenType;
public cl... |
package com.google.ads.googleads.v10.services;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
* <pre>
* Service to manage labels on campaigns.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/ads/googleads/v10/services/campaign_label... |
/**
* Copyright (c) 2015-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.react.uimanager;
import static android.view.View.MeasureSpec.AT_MOST;
import static android.view.View.MeasureSpec.E... |
import java.util.InputMismatchException;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
try {
Main mainObj = new Main();
CosineSeries cosine = new CosineSeries(mainObj.inputX(), mainObj.inputAccuracy());
double myCosineSum = cosin... |
package rxhttp.wrapper.parse;
import java.io.IOException;
import io.reactivex.annotations.NonNull;
import okhttp3.Response;
import okhttp3.ResponseBody;
import rxhttp.wrapper.utils.IOUtil;
/**
* 文件下载解析器
* User: ljx
* Date: 2018/10/23
* Time: 13:49
*/
public class DownloadParser implements Parser<String> {
... |
import net.mindview.util.Generator;
import java.util.ArrayList;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
/**
* @Author ZhangGJ
* @Date 2019/10/04
*/
class FibonacciSum implements Generator<Integer>,... |
/**
* Licensed to DigitalPebble Ltd under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* DigitalPebble licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this... |
package com.timeyang.athena.task.exec;
import org.apache.hadoop.conf.Configuration;
/**
* @author https://github.com/chaokunyang
*/
public interface TaskContext {
long taskId();
Configuration hadoopConfiguration();
}
|
package com.firetower.auth_service;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class AuthServiceApplicationTests {
@Test
void contextLoads() {
}
}
|
/*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Copyright @ 2015 Atlassian Pty Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.or... |
package com.jn.kiku.dialog;
import android.annotation.SuppressLint;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.os.Handler;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.Window... |
/*
* Copyright (c) 2017 Bixbit - Krzysztof Benedyczak All rights reserved.
* See LICENCE.txt file for licensing information.
*/
package pl.edu.icm.unity.saml.metadata.srv;
import java.io.BufferedInputStream;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net... |
/*
* Copyright 2010 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
/*
* Copyright 2019-present Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... |
package spaceInvaders.Activities;
import android.app.Activity;
import android.graphics.Point;
import android.os.Bundle;
import android.view.Display;
import spaceInvaders.SpaceInvadersJuego;
public class MayorActivityRebotes extends Activity {
SpaceInvadersJuego spaceInvadersJuego;
@Override
... |
package com.shortthirdman.core.webservice.rest.jersey;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import javax.ws.rs.container.ContainerRequestContext;
import javax.ws.rs.container.ContainerRequestFilter;
import javax.ws... |
package com.github.openwebnet.service;
import com.github.openwebnet.BuildConfig;
import com.github.openwebnet.OpenWebNetApplicationTest;
import com.github.openwebnet.component.ApplicationComponent;
import com.github.openwebnet.component.Injector;
import com.github.openwebnet.component.module.ApplicationContextModuleTe... |
package uk.gov.ida.notification.eidassaml.apprule.rules;
import io.dropwizard.client.JerseyClientBuilder;
import io.dropwizard.testing.ConfigOverride;
import io.dropwizard.testing.junit.DropwizardAppRule;
import org.glassfish.jersey.client.ClientProperties;
import uk.gov.ida.notification.eidassaml.EidasSamlParserAppli... |
package com.asofdate.hauth.service.impl;
import com.asofdate.hauth.authentication.JwtService;
import com.asofdate.hauth.dto.AuthDto;
import com.asofdate.hauth.service.AuthService;
import com.asofdate.hauth.service.ShareDomainService;
import com.asofdate.utils.factory.AuthDTOFactory;
import org.springframework.beans.fa... |
/*
* Copyright 2013-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
package com.hedera.services.state.submerkle;
/*-
*
* Hedera Services Node
*
* Copyright (C) 2018 - 2021 Hedera Hashgraph, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*... |
/*
* eGov SmartCity eGovernance suite aims to improve the internal efficiency,transparency,
* accountability and the service delivery of the government organizations.
*
* Copyright (C) 2017 eGovernments Foundation
*
* The updated version of eGov suite of products as by eGovernments Foundation
* ... |
/*
* The MIT License
*
* Copyright 2021 Ethan Welborn - ethan.welborn@go.tarleton.edu.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitati... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package esquadrilha;
import java.util.concurrent.ThreadLocalRandom;
/**
* Representação do avião
* @author Karla
*/
public class A... |
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under t... |
package kotlin.jvm.internal;
import java.lang.annotation.Annotation;
import java.util.Collection;
import java.util.List;
import kotlin.Metadata;
import kotlin.SinceKotlin;
import kotlin.jvm.JvmClassMappingKt;
import kotlin.jvm.KotlinReflectionNotSupportedError;
import kotlin.reflect.KCallable;
import kotlin.reflect.KC... |
package generator.model;
public enum Nature {
PROFESSIONAL_EXPERIENCE,
EDUCATION,
PROJECT,
OTHER;
}
|
/**
* @author effine
* @Date 2015年11月12日 下午11:13:31
* @email iballader#gmail.com
* @site http://www.effine.cn
*/
package cn.effine.model;
import java.io.Serializable;
public class SigninHistory implements Serializable {
private static final long serialVersionUID = 1L;
private int id;
private int ... |
/*
* MIT License
*
* Copyright (c) 2017 Jan Heinrich Reimer
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, co... |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... |
/*
* Copyright 2011-2018 Bas Leijdekkers
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
package com.univocity.cardano.wallet.builders.server;
import com.univocity.cardano.wallet.common.x509.*;
import com.univocity.cardano.wallet.embedded.services.*;
import org.apache.commons.lang3.*;
import org.slf4j.*;
import java.util.*;
public class EmbeddedWalletServer extends RemoteWalletServer {
private static ... |
package com.liuzhihang.doc.view.service;
import com.intellij.openapi.components.ServiceManager;
import com.intellij.openapi.editor.Editor;
import com.intellij.openapi.project.Project;
import com.intellij.psi.PsiClass;
import com.intellij.psi.PsiFile;
import com.intellij.psi.PsiMethod;
import com.liuzhihang.doc.view.co... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License")... |
package old.echoerAndIM;
import util.session.PeerMessageListener;
public class AnInCoupler implements PeerMessageListener{
Echoer echoer;
public AnInCoupler(Echoer theEchoer) {
echoer = theEchoer;
}
public void objectReceived(Object message, String userName) {
if (message instanceof ARemoteInput)
processRe... |
package org.firstinspires.ftc.teamcode.Hardware;
import com.qualcomm.robotcore.hardware.Servo;
public class FoundationArms {
public Servo foundationArmL;
public Servo foundationArmR;
public FoundationArms(Servo left, Servo right)
{
left.setDirection(Servo.Direction.REVERSE);
right.... |
/*
* Copyright (c) 2019- 2019 threefish(https://gitee.com/threefish https://github.com/threefish) All Rights Reserved.
* 本项目完全开源,商用完全免费。但请勿侵犯作者合法权益,如申请软著等。
* 最后修改时间:2019/10/07 18:27:07
* 源 码 地 址:https://gitee.com/threefish/NutzFw
*/
package com.nutzfw.modules.organize.entity;
import com.nutzfw.core.common.entity... |
package dbcache.cache.common;
import dbcache.DbCacheService;
import dbcache.cache.CacheUnit;
import dbcache.cache.ValueWrapper;
import dbcache.cache.impl.ConcurrentLruHashMapCache;
import utils.collections.concurrent.ConcurrentHashMapV8;
import java.util.concurrent.ConcurrentMap;
import java.util.concurrent.locks.Loc... |
package org.fl.util.file ;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.nio.channels.FileChannel;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.logging.Level;
import java.ut... |
/*
* Copyright (C) 2015 Square, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
package com.lingchaomin.falcon.alarm.service.impl;
import com.lingchaomin.falcon.alarm.logic.ISmsAndMailLogic;
import com.lingchaomin.falcon.alarm.service.IAlarmService;
import com.lingchaomin.falcon.common.api.IActionDubboApi;
import com.lingchaomin.falcon.common.entity.Action;
import com.lingchaomin.falcon.common.... |
package module552packageJava0;
import java.lang.Integer;
public class Foo68 {
Integer int0;
Integer int1;
public void foo0() {
new module552packageJava0.Foo67().foo5();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public voi... |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.batch.protocol.models;
import com.fasterxml.jackson.annotat... |
package com.didi.service.impl;
import com.didi.bo.UserBo;
import com.didi.dao.UserDao;
import com.didi.entity.User;
import com.didi.enums.Gender;
import com.didi.enums.IDUTIL;
import com.didi.service.UserService;
import com.didi.util.OrderIdGenerator;
import org.apache.commons.logging.Log;
import org.apache.commons.lo... |
/*
* Copyright 2019-2021 Bunjlabs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
import java.util.Scanner;
public class Division
{
public static void main(String[] args)
{
Scanner keyboard = new Scanner(System.in);
double number1,number2;
double quotient;
System.out.println("Enter the first number:");
number1 = keyboard.nextDouble();
System.out.println... |
package inside_payment.domain;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import java.util.Date;
import java.util.UUID;
@JsonIgnoreProperties(ignoreUnknown = true)
public class Order {
private UUID id;
private Date boughtDate;
private Date travelDate;
private Date travelTime;
... |
package com.company;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.Socket;
public class ThreadPerClient implements Runnable {
private Socket socket = null;
private Thread t3, t4;
public ThreadPerClient(Socket s)... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
/**
* Copyright (C) 2010-2018 Gordon Fraser, Andrea Arcuri and EvoSuite
* contributors
*
* This file is part of EvoSuite.
*
* EvoSuite is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either vers... |
/*
* (C) Copyright 2000-2007 PharmaDM n.v. All rights reserved.
*
* This file is licensed under the terms of the GNU General Public License (GPL) version 2.
* See http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
*/
package com.pharmadm.util;
import java.util.*;
import java.io.*;
public class MStreamTokenize... |
package com.simibubi.create.content.contraptions.components.actors;
import com.simibubi.create.foundation.render.backend.gl.attrib.CommonAttributes;
import com.simibubi.create.foundation.render.backend.gl.attrib.IAttribSpec;
import com.simibubi.create.foundation.render.backend.gl.attrib.IVertexAttrib;
import com.simib... |
/*
* eGov SmartCity eGovernance suite aims to improve the internal efficiency,transparency,
* accountability and the service delivery of the government organizations.
*
* Copyright (C) 2017 eGovernments Foundation
*
* The updated version of eGov suite of products as by eGovernments Foundati... |
/*
* Copyright 2022 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
package io.github.cloudadc.iControl.model;
public class Persist {
public String name;
public String partition;
public String tmDefault;
public NameReference nameReference;
}
|
package tv.nexx.flutter.android.platform_view.command;
import tv.nexx.flutter.android.estd.virtual_dispatch.DispatchTableMethod;
import tv.nexx.flutter.android.platform_view.NexxPlayDispatchPayload;
import tv.nexx.flutter.android.platform_view.NexxPlayMethodResult;
import tv.nexx.flutter.android.platform_view.NexxPlay... |
package com.hr.framework.repo;
import java.util.List;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import com.hr.framework.po.business.crm.aclactions.AclRoles;
import com.hr.framework.projections.business.c... |
package de.gruene.haustuer.topic;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
@Entity
public class Topic {
@Id
@Size(min = 1, max = 255)
private String key;
@NotNull
@Size(min = 1, max = 10000)
priva... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may n... |
package cz.ivoa.vocloud.spark.worker;
import cz.ivoa.vocloud.spark.schema.Worker;
import cz.ivoa.vocloud.spark.worker.model.CopyOutputPath;
import cz.ivoa.vocloud.spark.worker.model.DownloadFileRule;
import cz.ivoa.vocloud.spark.worker.model.ParsedJsonConfig;
import cz.ivoa.vocloud.spark.worker.model.SparkConfiguratio... |
package lsm.base;
import java.util.Comparator;
import com.google.common.collect.ComparisonChain;
/**
* InternalKey的比较器
* @author bird
*
*/
public class InternalKeyComparator implements Comparator<InternalKey>{
@Override
public int compare(InternalKey left, InternalKey right) {
// 先比较bytebuf字节数据,再比较序列号大小
r... |
/**
* NOTE: This class is auto generated by the swagger code generator program (2.3.1).
* https://github.com/swagger-api/swagger-codegen
* Do not edit the class manually.
*/
package io.swagger.api;
import io.swagger.model.ErrorResponseDefault;
import io.swagger.model.InlineResponseDefault;
import io.swagger.model.... |
/* (c) Copyright 2018 Paul Nguyen. All Rights Reserved */
package starbucks ;
/**
* Authentication Proxy for App Controller
*/
public class Device implements IApp, IPinAuthObserver {
private static Device theDevice = null;
private boolean fourPin = false ;
private boolean sixPin = true ;
pri... |
package com.ms.silverking.cloud.dht.net;
import java.nio.ByteBuffer;
import java.util.Collection;
import java.util.Set;
import com.ms.silverking.cloud.dht.RetrievalOptions;
import com.ms.silverking.cloud.dht.RetrievalType;
import com.ms.silverking.cloud.dht.SecondaryTarget;
import com.ms.silverking.cloud.dht.VersionC... |
package ru.ajana.work.pattern.behavior.chain.sample;
/**
* Абстрактный логгер.
*
* @author Andrey Kharintsev on 26.12.2018
*/
public abstract class Logger {
public static int ERR = 3;
public static int NOTICE = 5;
public static int DEBUG = 7;
protected int mask;
// The next element in the chain of resp... |
/**
* Hierarchy check:
* - A class that has (declares or inherits) any abstract methods must
* be abstract (8.1.1.1). (Method addAll(Collection) from Set not
* implemented)
*/
public abstract class Foo implements Runnable{
public Foo(){}
}
|
package com.huaweicloud.sdk.kafka.v2.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import com.huaweicloud.sdk.kafka.v2.model.ResetPasswordReq;
... |
package com.hong.coolweather.util;
import android.text.TextUtils;
import com.google.gson.Gson;
import com.hong.coolweather.db.City;
import com.hong.coolweather.db.County;
import com.hong.coolweather.db.Province;
import com.hong.coolweather.gson.AQI;
import com.hong.coolweather.gson.WeatherBean;
import org.json.JSONAr... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
package vazkii.quark.world.world;
import net.minecraft.block.material.Material;
import net.minecraft.block.state.IBlockState;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.World;
import net.minecraft.world.chunk.IChunkProvider;
import net.minecraft.world.gen.ChunkGeneratorFlat;
import net.minecra... |
package com.pepper.common.utils.file;
import java.io.File;
import java.io.IOException;
import org.apache.commons.io.FilenameUtils;
import org.springframework.web.multipart.MultipartFile;
import com.pepper.common.constant.Constants;
import com.pepper.common.exception.file.FileNameLengthLimitExceededException;
import co... |
package com.example.jiegeweather.gson;
import com.google.gson.annotations.SerializedName;
public class Suggestion {
@SerializedName("comf")
public Comfort comfort;
@SerializedName("cw")
public CarWash carWash;
public Sport sport;
public class Comfort{
@SerializedName("txt")
pub... |
/*
* CSS Splitter Maven Plugin
* http://css-splitter-maven-plugin.projects.gabrys.biz/
*
* Copyright (c) 2015 Adam Gabrys
*
* This file is licensed under the BSD 3-Clause (the "License").
* You may not use this file except in compliance with the License.
* You may obtain:
* - a copy of the License at project p... |
/*
* Copyright (C) 2011 The Guava Authors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
package com.bandwidth.webrtc;
import org.webrtc.SdpObserver;
import org.webrtc.SessionDescription;
public class SdpAdapter implements SdpObserver {
@Override
public void onCreateSuccess(SessionDescription sessionDescription) {
}
@Override
public void onSetSuccess() {
}
@Override
pu... |
package org.intermine.web.util;
/*
* Copyright (C) 2002-2021 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.htm... |
/*
* Copyright 2008 Marc Boorshtein
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... |
package cn.iocoder.yudao.module.pay.service.order;
import cn.iocoder.yudao.framework.common.util.collection.CollectionUtils;
import cn.iocoder.yudao.module.pay.dal.dataobject.order.PayOrderExtensionDO;
import java.util.Collection;
import java.util.List;
import java.util.Map;
/**
* 支付订单 Service 接口
*
* @author aqua... |
package tp_project.GoReplay;
import java.sql.Date;
import java.time.Instant;
import tp_project.GoGame.GoBoard;
import tp_project.GoGameDBObject.DBGoGames;
import tp_project.GoGameDBObject.DBGoManager;
import tp_project.GoGameDBObject.DBGoStatus;
import tp_project.Server.Game;
import tp_project.Server.GameManager;
pu... |
/* Copyright 2012-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... |
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 4.0.0
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ------------------------------... |
// Copyright 2015 The Bazel Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... |
package com.example.mario.whiteboard;
import android.graphics.Color;
import android.graphics.PointF;
import android.graphics.PorterDuff;
import android.view.View;
import android.content.Context;
import android.util.AttributeSet;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.g... |
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.domain.IpAddrLbsInfo;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.security.data.info.ipaddrinfo.query response.
*
* @author auto create
* @since 1.0, 2019-01-07 20:51:15
*/
pu... |
package com.ddphin.rabbitmq.entity;
import com.alibaba.fastjson.JSONObject;
import lombok.Data;
import org.springframework.amqp.rabbit.connection.CorrelationData;
import org.springframework.util.Assert;
/**
* CorrelationDataMQ
*
* @Date 2019/8/20 下午7:49
* @Author ddphin
*/
@Data
public class CorrelationDataMQ ex... |
/**
* Copyright 2016 Yahoo Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
package com.zahid.template;
public class TransferMoney extends Task{
@Override
protected void doExecute() {
System.out.println("transfer money");
}
}
|
package top.imyzt.itcase.day19;
import java.io.File;
import cn.hutool.core.lang.Console;
/**
* 将制定目录下的所有jpg图片绝对路径打印到控制台
* @author imyzt
* @email imyzt01@gmail.com
* @date 2018年4月25日 下午4:48:45
*/
public class Demo04_FileCase {
public static void main(String[] args) {
File dir = new File("D:\\");
... |
/*
* Copyright 2016-2020 Crown Copyright
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v9/services/ad_group_service.proto
package com.google.ads.googleads.v9.services;
public interface GetAdGroupRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v9.services.GetAdGroup... |
/*
* Copyright 2014-present Open Networking Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
package org.ksam.model.planData;
import java.util.List;
import java.util.Map;
import org.ksam.model.adaptation.AlertType;
public class PlanAlert {
private String systemId;
private AlertType alertType;
private Map<String, List<String>> affectedVarsAlternativeMons;
public String getSystemId() {
retur... |
package org.egov.waterconnection.repository;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.stream.Collectors;
import javax.validation.Valid;
import org.apache.commons.lang3.StringUtils;
import org... |
package com.jacob68.packageInstaller.tests;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.fail;
import java.util.ArrayList;
import org.junit.Test;
import com.jacob68.packageInstaller.DependencyReso... |
package org.alexkov.bookservice;
import lombok.Data;
import lombok.Value;
/**
* Created by alexk on 21.01.2018.
*/
@Data
public class Book {
final Long id;
final String author;
final String title;
}
|
/**
* Copyright © 2015 - 2017 EntDIY JavaEE Development Framework
*
* Site: https://www.entdiy.com, E-Mail: xautlx@hotmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* htt... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.