public class InventoryPermissionRepresentation extends BaseResourceRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
InventoryPermissionRepresentation.InventoryPermissionRepresentationBuilder |
Constructor and Description |
---|
InventoryPermissionRepresentation() |
InventoryPermissionRepresentation(Long id,
String type,
String scope,
String permission) |
Modifier and Type | Method and Description |
---|---|
static InventoryPermissionRepresentation.InventoryPermissionRepresentationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getId() |
String |
getPermission() |
String |
getScope() |
String |
getType() |
int |
hashCode() |
void |
setId(Long id) |
void |
setPermission(String permission) |
void |
setScope(String scope) |
void |
setType(String type) |
String |
toString() |
getSelf, getSelfDecoded, setSelf, toJSON
public InventoryPermissionRepresentation(Long id, String type, String scope, String permission)
public InventoryPermissionRepresentation()
public static InventoryPermissionRepresentation.InventoryPermissionRepresentationBuilder builder()
public Long getId()
public String getType()
public String getScope()
public String getPermission()
public void setId(Long id)
public void setType(String type)
public void setScope(String scope)
public void setPermission(String permission)
protected boolean canEqual(Object other)
public String toString()
toString
in class BaseResourceRepresentation
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.