public class LCSClusterEntry
extends java.lang.Object
| Constructor and Description |
|---|
LCSClusterEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getArchived() |
java.lang.String |
getDescription() |
boolean |
getElastic() |
long |
getLcsClusterEntryId() |
long |
getLcsProjectId() |
java.lang.String |
getLocation() |
java.lang.String |
getName() |
java.lang.String |
getSubscriptionType() |
int |
getType() |
boolean |
isArchived() |
boolean |
isElastic() |
void |
setArchived(boolean archived) |
void |
setDescription(java.lang.String description) |
void |
setElastic(boolean elastic) |
void |
setLcsClusterEntryId(long lcsClusterEntryId) |
void |
setLcsProjectId(long lcsProjectId) |
void |
setLocation(java.lang.String location) |
void |
setName(java.lang.String name) |
void |
setSubscriptionType(java.lang.String subscriptionType) |
void |
setType(int type) |
public boolean getArchived()
public java.lang.String getDescription()
public boolean getElastic()
public long getLcsClusterEntryId()
public long getLcsProjectId()
public java.lang.String getLocation()
public java.lang.String getName()
public java.lang.String getSubscriptionType()
public int getType()
public boolean isArchived()
public boolean isElastic()
public void setArchived(boolean archived)
public void setDescription(java.lang.String description)
public void setElastic(boolean elastic)
public void setLcsClusterEntryId(long lcsClusterEntryId)
public void setLcsProjectId(long lcsProjectId)
public void setLocation(java.lang.String location)
public void setName(java.lang.String name)
public void setSubscriptionType(java.lang.String subscriptionType)
public void setType(int type)