public class KeIdc extends Object implements Serializable, Json
| Constructor and Description |
|---|
KeIdc() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromJson(io.vertx.core.json.JsonObject json) |
String |
getAppId() |
String |
getGrantType() |
String |
getRealm() |
String |
getSigma() |
void |
setAppId(String appId) |
void |
setGrantType(String grantType) |
void |
setRealm(String realm) |
void |
setSigma(String sigma) |
io.vertx.core.json.JsonObject |
toJson() |
public String getAppId()
public void setAppId(String appId)
public String getSigma()
public void setSigma(String sigma)
public String getRealm()
public void setRealm(String realm)
public String getGrantType()
public void setGrantType(String grantType)
Copyright © 2020. All rights reserved.