public class Client extends Object
Constructor and Description |
---|
Client(long id,
String name,
String description,
ApiDate createdAt,
String createdBy,
ApiDate updatedAt,
String updatedBy,
ApiDate lastSeen,
boolean enabled,
boolean automationAllowed) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiDate |
getCreatedAt() |
String |
getCreatedBy() |
String |
getDescription() |
long |
getId() |
ApiDate |
getLastSeen() |
String |
getName() |
ApiDate |
getUpdatedAt() |
String |
getUpdatedBy() |
int |
hashCode() |
boolean |
isAutomationAllowed() |
boolean |
isEnabled() |
String |
toString() |
public long getId()
public String getName()
public String getDescription()
public ApiDate getCreatedAt()
public String getCreatedBy()
public ApiDate getUpdatedAt()
public String getUpdatedBy()
public ApiDate getLastSeen()
public boolean isEnabled()
public boolean isAutomationAllowed()
Copyright © 2018 Walmart, Inc.. All rights reserved.