Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bdd
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Organization Credential Manager
bdd
Merge requests
!23
code review comments fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
code review comments fix
getCredentialByFilters
into
main
Overview
0
Commits
1
Pipelines
1
Changes
8
Merged
Rosen Georgiev
requested to merge
getCredentialByFilters
into
main
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
8
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
646a7659
1 commit,
1 year ago
8 files
+
30
−
30
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
src/main/java/api/test/rest/pojo/presentationRequest/Data.java
+
6
−
6
Options
@@ -13,8 +13,8 @@ public class Data {
private
String
mCredentialDefId
;
@SerializedName
(
"id"
)
private
String
mId
;
@SerializedName
(
"pr
esentation
Id"
)
private
String
m
Presentation
Id
;
@SerializedName
(
"pr
oofRecord
Id"
)
private
String
m
proofRecord
Id
;
@SerializedName
(
"presentationMessage"
)
private
String
mPresentationMessage
;
@SerializedName
(
"schemaId"
)
@@ -58,12 +58,12 @@ public class Data {
mId
=
id
;
}
public
String
getPr
esentation
Id
()
{
return
m
Presentation
Id
;
public
String
getPr
oofRecord
Id
()
{
return
m
proofRecord
Id
;
}
public
void
setPr
esentation
Id
(
String
pr
esentation
Id
)
{
m
PresentationId
=
presentation
Id
;
public
void
setPr
oofRecord
Id
(
String
pr
oofRecord
Id
)
{
m
proofRecordId
=
proofRecord
Id
;
}
public
String
getPresentationMessage
()
{
Loading