Skip to content

Commit

Permalink
URL for mapping-files added.
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Mar 25, 2024
1 parent 2ba6448 commit 614bd2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ public class EndpointUrl {
/** Link to AppGallery Connect Console */
public static final String AG_CONNECT_INTEGRATION = "https://developer.huawei.com/consumer/en/service/josp/agc/index.html#/myProject/99536292102543196/97458334310914194?appId={appId}";

/** Link to AppGallery Connect Console */
public static final String AG_CONNECT_MAPPING_FILES ="https://developer.huawei.com/consumer/en/service/josp/agc/index.html#/myProject/99536292102543196/9249519184596033624?appId={appId}";

/** Link to AppGallery Connect Console */
public static final String AG_CONNECT_API_CLIENT = "https://developer.huawei.com/consumer/en/service/josp/agc/index.html#/ups/9249519184595983326";
}
3 changes: 3 additions & 0 deletions src/main/java/io/syslogic/agconnect/model/AppInfoSimple.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ public class AppInfoSimple {
@SerializedName("package_name")
private String packageName;

/** @return the App ID. */
public Long getAppId() {
return this.appId;
}

/** @return the Package-Name. */
public String getPackageName() {
return this.packageName;
}
Expand Down

0 comments on commit 614bd2d

Please sign in to comment.