
com.avos.avoscloud.AVResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leancloud-common Show documentation
Show all versions of leancloud-common Show documentation
leancloud java sdk common library
The newest version!
package com.avos.avoscloud;
import java.util.*;
public class AVResponse {
public String objectId;
public String updatedAt;
public String createdAt;
public Map[] results;
public int count;
public String className;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy