Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSCommon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPSCommon
Commits
30e82f86
Commit
30e82f86
authored
11 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Support for login as VIPSLogic on behalf of client
parent
e59c0a2d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java
+7
-7
7 additions, 7 deletions
src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java
with
7 additions
and
7 deletions
src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java
+
7
−
7
View file @
30e82f86
...
...
@@ -30,7 +30,7 @@ public class ModelRunRequest {
private
Map
<
String
,
Object
>
configParameters
;
private
Map
<
String
,
String
>
loginInfo
;
private
String
modelId
;
private
Integer
batchSystemClient
Id
;
private
Integer
vipsCoreUser
Id
;
/**
* Dummy constructor for Jackson
...
...
@@ -59,17 +59,17 @@ public class ModelRunRequest {
}
/**
* @return the
batchSystemClient
Id
* @return the
vipsCoreUser
Id
*/
public
Integer
get
BatchSystemClient
Id
()
{
return
batchSystemClient
Id
;
public
Integer
get
VipsCoreUser
Id
()
{
return
vipsCoreUser
Id
;
}
/**
* @param
batchSystemClientId the batchSystemClient
Id to set
* @param
vipsCoreUserId the vipsCoreUser
Id to set
*/
public
void
set
BatchSystemClientId
(
Integer
batchSystemClient
Id
)
{
this
.
batchSystemClientId
=
batchSystemClient
Id
;
public
void
set
VipsCoreUserId
(
Integer
vipsCoreUser
Id
)
{
this
.
vipsCoreUserId
=
vipsCoreUser
Id
;
}
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment