public class

FakeKeyspaceBean

extends Object
implements Comparable<T>
java.lang.Object
   ↳ com.netflix.astyanax.mapping.FakeKeyspaceBean

Summary

Public Constructors
FakeKeyspaceBean()
Public empty constructor needed
Public Methods
int compareTo(FakeKeyspaceBean o)
boolean equals(Object o)
byte[] getByteArray()
String getCountry()
Return the ISO 3166 country code to force on the current request context
Integer getCountryStatus()
Return country status to force on the overriden country.
Long getCreateTS()
Returns the creation timestamp in milis since epoch.
Long getExpirationTS()
Returns the expiration timestamp in millis since epoch
String getId()
Unique identifying id
Long getLastUpdateTS()
Returns the last updated timestamp in millis since epoch
String getType()
Returns the type of override
String getUpdatedBy()
Returns the ldap login that made the last update
int hashCode()
void setByteArray(byte[] byteArray)
void setCountry(String country)
Sets the ISOCountry to force on the current request context
void setCountryStatus(Integer countryStatus)
Sets country status to force on the overriden country
void setCreateTS(Long createTimestamp)
Sets the creation timestamp in millis since epoch
void setExpirationTS(Long expTS)
Sets the expiration timestamp in millis since epoch
void setId(String id)
Set unique override id.
void setLastUpdateTS(Long updateTimestamp)
Sets the last updated timestamp in millis since epoch
void setType(String type)
Sets the override type
void setUpdatedBy(String login)
Sets who made the last update
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.Comparable

Public Constructors

public FakeKeyspaceBean ()

Public empty constructor needed

Public Methods

public int compareTo (FakeKeyspaceBean o)

public boolean equals (Object o)

public byte[] getByteArray ()

public String getCountry ()

Return the ISO 3166 country code to force on the current request context

Returns
  • value

public Integer getCountryStatus ()

Return country status to force on the overriden country.

Returns
  • value

public Long getCreateTS ()

Returns the creation timestamp in milis since epoch.

Returns
  • value

public Long getExpirationTS ()

Returns the expiration timestamp in millis since epoch

Returns
  • value

public String getId ()

Unique identifying id

Returns
  • value

public Long getLastUpdateTS ()

Returns the last updated timestamp in millis since epoch

Returns
  • value

public String getType ()

Returns the type of override

Returns
  • value

public String getUpdatedBy ()

Returns the ldap login that made the last update

Returns
  • value

public int hashCode ()

public void setByteArray (byte[] byteArray)

public void setCountry (String country)

Sets the ISOCountry to force on the current request context

Parameters
country value

public void setCountryStatus (Integer countryStatus)

Sets country status to force on the overriden country

Parameters
countryStatus value

public void setCreateTS (Long createTimestamp)

Sets the creation timestamp in millis since epoch

Parameters
createTimestamp value

public void setExpirationTS (Long expTS)

Sets the expiration timestamp in millis since epoch

Parameters
expTS value

public void setId (String id)

Set unique override id.

Parameters
id value

public void setLastUpdateTS (Long updateTimestamp)

Sets the last updated timestamp in millis since epoch

Parameters
updateTimestamp value

public void setType (String type)

Sets the override type

Parameters
type value

public void setUpdatedBy (String login)

Sets who made the last update

Parameters
login value