public class RangerTag extends Object
| Constructor and Description |
|---|
RangerTag() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getAttributes() |
String |
getCreatedBy() |
String |
getCreateTime() |
Boolean |
getEnabled() |
String |
getGuid() |
Long |
getId() |
Map<String,Object> |
getOptions() |
String |
getType() |
String |
getUpdatedBy() |
Long |
getVersion() |
int |
hashCode() |
void |
setAttributes(Map<String,String> attributes) |
void |
setCreatedBy(String createdBy) |
void |
setCreateTime(String createTime) |
void |
setEnabled(Boolean enabled) |
void |
setGuid(String guid) |
void |
setId(Long id) |
void |
setOptions(Map<String,Object> options) |
void |
setType(String type) |
void |
setUpdatedBy(String updatedBy) |
void |
setVersion(Long version) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getGuid()
public void setGuid(String guid)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
public String getCreateTime()
public void setCreateTime(String createTime)
public Long getVersion()
public void setVersion(Long version)
public String getType()
public void setType(String type)
Copyright © 2018–2019 ODPi. All rights reserved.