Class ProfileMeta
java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.ProfileMeta
Class that will hold the information about Profile Meta in the profile
- Since:
- 4/13/21
-
Constructor Summary
ConstructorsConstructorDescriptionProfileMeta
(String mVenueName, String mProfileName, int mProfileVersion, String mProfileLeid) -
Method Summary
Modifier and TypeMethodDescriptionint
void
setmProfileLeid
(String mProfileLeid) void
setmProfileName
(String mProfileName) void
setmProfileVersion
(int mProfileVersion) void
setmVenueName
(String mVenueName) toString()
-
Constructor Details
-
ProfileMeta
public ProfileMeta() -
ProfileMeta
-
-
Method Details