public class UserIdConfigRepresentation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UserIdConfigRepresentation.UserIdConfigRepresentationBuilder |
Constructor and Description |
---|
UserIdConfigRepresentation() |
UserIdConfigRepresentation(boolean useConstantValue,
String jwtField,
String constantValue) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getConstantValue() |
String |
getJwtField() |
int |
hashCode() |
boolean |
isUseConstantValue() |
void |
setConstantValue(String constantValue) |
void |
setJwtField(String jwtField) |
void |
setUseConstantValue(boolean useConstantValue) |
String |
toString() |
static UserIdConfigRepresentation.UserIdConfigRepresentationBuilder |
userIdConfigRepresentation() |
public static UserIdConfigRepresentation.UserIdConfigRepresentationBuilder userIdConfigRepresentation()
public void setUseConstantValue(boolean useConstantValue)
public void setJwtField(String jwtField)
public void setConstantValue(String constantValue)
protected boolean canEqual(Object other)
@JSONProperty(ignoreIfNull=true) public boolean isUseConstantValue()
@JSONProperty(ignoreIfNull=true) public String getJwtField()
@JSONProperty(ignoreIfNull=true) public String getConstantValue()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.