Checked license

This commit is contained in:
Matthias Dhellin 2024-10-01 23:49:37 +02:00
parent 9c83c2bf1b
commit 2d580ff462
2 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,3 @@
package org.apache.cloudstack.backup.backroll.model.response.metrics.virtualMachineBackups;
import com.fasterxml.jackson.annotation.JsonProperty;
// 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
@ -18,6 +14,10 @@ import com.fasterxml.jackson.annotation.JsonProperty;
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package org.apache.cloudstack.backup.backroll.model.response.metrics.virtualMachineBackups;
import com.fasterxml.jackson.annotation.JsonProperty;
public class BackupInfos {
@JsonProperty("archive")
public String archive;

View File

@ -1,8 +1,3 @@
package org.apache.cloudstack.backup.backroll.model.response.policy;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonFormat;
// 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
@ -19,6 +14,11 @@ import com.fasterxml.jackson.annotation.JsonFormat;
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package org.apache.cloudstack.backup.backroll.model.response.policy;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonProperty;
public class BackupPoliciesResponse {