Defining a beacon inside the code

Hi,
Is there a way to hardcode a beacon profile or a specific becon object with a unique UUID and other details. “pre define a beacon profile” inside the code.? Thank you.

here is th answer;

public Beacon(java.util.UUID proximityUUID,
MacAddress macAddress,
int major,
int minor,
int measuredPower,
int rssi)

What exactly are you trying to do with that? (: Maybe we’ll have an alternative idea.