public class FunctionServiceTokenWrapperOwner extends Object implements step.grid.TokenWrapperOwner
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
ipAddress |
protected String |
username |
Constructor and Description |
---|
FunctionServiceTokenWrapperOwner() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getIpAddress() |
String |
getUsername() |
void |
setDescription(String description) |
void |
setIpAddress(String ipAddress) |
void |
setUsername(String username) |
protected String username
protected String ipAddress
protected String description
public String getUsername()
public void setUsername(String username)
public String getDescription()
public void setDescription(String description)
public String getIpAddress()
public void setIpAddress(String ipAddress)
Copyright © 2020. All rights reserved.