ProtoAccessEncode Java
ProtoAccessEncode Java
model;
import com.badoo.mobile.comms.ProtoAccess;
import com.badoo.mobile.comms.proto.CodedOutputStream;
import java.io.IOException;
import java.util.Hashtable;
import java.util.List;
import java.util.Vector;
case ProtoAccess.TYPE_TODO_SERVER_PROMO_ACCEPTED:
encodeServerPromoAccepted(out, (ServerPromoAccepted) obj); break;
case ProtoAccess.TYPE_SERVER_GET_REWARDED_VIDEOS:
encodeServerGetRewardedVideos(out, (ServerGetRewardedVideos) obj);
break;
default:
super.encodeObject(out, obj, type);
}
}
private int
computeClientGetPhotoRatingConfigurationSize(ClientGetPhotoRatingConfiguration
object) {
int size = 0;
Vector rangeList = object.range;
if (rangeList != null) {
for (int c = 0; c < rangeList.size(); c++) {
size += CodedOutputStream.computeBytesSize(1,
computePhotoRateRangeSize((PhotoRateRange) rangeList.elementAt(c)));
}
}
RateFilter defaultFilterVal = object.defaultFilter;
if (defaultFilterVal != null) {
return size + CodedOutputStream.computeBytesSize(2,
computeRateFilterSize(defaultFilterVal));
}
return size;
}
private int
computeClientSocialSharingProvidersSize(ClientSocialSharingProviders object) {
int size = 0;
Vector providersList = object.providers;
if (providersList != null) {
for (int c = 0; c < providersList.size(); c++) {
size += CodedOutputStream.computeBytesSize(1,
computeSocialSharingProviderSize((SocialSharingProvider)
providersList.elementAt(c)));
}
}
return size;
}
//String defaultPhotoId; // 8
return size;
}
return size;
}
if (personalInfoSourceVal != null) {
throw new UnsupportedOperationException();
}
OnlineStatus onlineStatusVal = object.onlineStatus; // 330
if (onlineStatusVal != null) {
throw new UnsupportedOperationException();
}
String onlineStatusTextVal = object.onlineStatusText; // 331
if (onlineStatusTextVal != null) {
throw new UnsupportedOperationException();
}
Long onlineLastTimestampVal = object.onlineLastTimestamp; // 332
if (onlineLastTimestampVal != null) {
throw new UnsupportedOperationException();
}
Photo profilePhotoVal = object.profilePhoto; // 340
if (profilePhotoVal != null) {
throw new UnsupportedOperationException();
}
Popularity popularityVal = object.popularity; // 350
if (popularityVal != null) {
throw new UnsupportedOperationException();
}
String wishVal = object.wish; // 360
if (wishVal != null) {
throw new UnsupportedOperationException();
}
List<Album> albumsVal = object.albums; // 370
if (albumsVal != null) {
throw new UnsupportedOperationException();
}
List<MusicService> musicServicesVal = object.musicServices; // 380
if (musicServicesVal != null) {
throw new UnsupportedOperationException();
}
Boolean musicServicesAvailableVal = object.musicServicesAvailable; // 381
if (musicServicesAvailableVal != null) {
throw new UnsupportedOperationException();
}
Integer interestsTotalVal = object.interestsTotal; // 400
if (interestsTotalVal != null) {
throw new UnsupportedOperationException();
}
Integer interestsInCommonVal = object.interestsInCommon; // 410
if (interestsInCommonVal != null) {
throw new UnsupportedOperationException();
}
List<Interest> interestsVal = object.interests; // 420
if (interestsVal != null) {
throw new UnsupportedOperationException();
}
BumpedInto bumpedIntoVal = object.bumpedInto; // 430
if (bumpedIntoVal != null) {
throw new UnsupportedOperationException();
}
List<BumpedInto> bumpedIntoPlacesVal = object.bumpedIntoPlaces; // 431
if (bumpedIntoPlacesVal != null) {
throw new UnsupportedOperationException();
}
Boolean hasBumpedIntoPlacesVal = object.hasBumpedIntoPlaces; // 432
if (hasBumpedIntoPlacesVal != null) {
throw new UnsupportedOperationException();
}
List<Award> awardsVal = object.awards; // 440
if (awardsVal != null) {
throw new UnsupportedOperationException();
}
List<SocialNetworkInfo> socialNetworksVal = object.socialNetworks; // 460
if (socialNetworksVal != null) {
throw new UnsupportedOperationException();
}
ProfileScore profileScoreVal = object.profileScore; // 470
if (profileScoreVal != null) {
throw new UnsupportedOperationException();
}
Integer profileScoreNumericVal = object.profileScoreNumeric; // 471
if (profileScoreNumericVal != null) {
throw new UnsupportedOperationException();
}
List<Language> spokenLanguagesVal = object.spokenLanguages; // 480
if (spokenLanguagesVal != null) {
throw new UnsupportedOperationException();
}
List<ProfileField> profileFieldsVal = object.profileFields; // 490
if (profileFieldsVal != null) {
throw new UnsupportedOperationException();
}
String profileFieldsDescriptionVal = object.profileFieldsDescription; //
491
if (profileFieldsDescriptionVal != null) {
throw new UnsupportedOperationException();
}
String[] displayedAboutMeVal = object.displayedAboutMe; // 492
if (displayedAboutMeVal != null) {
throw new UnsupportedOperationException();
}
ProfileSummary profileSummaryVal = object.profileSummary; // 493
if (profileSummaryVal != null) {
throw new UnsupportedOperationException();
}
SocialFriendsConnectionsBlock friendsConnectionsVal =
object.friendsConnections; // 500
if (friendsConnectionsVal != null) {
throw new UnsupportedOperationException();
}
String friendsInCommonTextVal = object.friendsInCommonText; // 501
if (friendsInCommonTextVal != null) {
throw new UnsupportedOperationException();
}
Integer friendsInCommonVal = object.friendsInCommon; // 510
if (friendsInCommonVal != null) {
throw new UnsupportedOperationException();
}
List<CommonPlace> placesInCommonVal = object.placesInCommon; // 511
if (placesInCommonVal != null) {
throw new UnsupportedOperationException();
}
Integer placesInCommonTotalVal = object.placesInCommonTotal; // 512
if (placesInCommonTotalVal != null) {
throw new UnsupportedOperationException();
}
List<ExternalProvider> commonPlacesImportProvidersVal =
object.commonPlacesImportProviders; // 513
if (commonPlacesImportProvidersVal != null) {
throw new UnsupportedOperationException();
}
Integer distanceVal = object.distance; // 520
if (distanceVal != null) {
throw new UnsupportedOperationException();
}
String distanceLongVal = object.distanceLong; // 530
if (distanceLongVal != null) {
throw new UnsupportedOperationException();
}
String distanceShortVal = object.distanceShort; // 540
if (distanceShortVal != null) {
throw new UnsupportedOperationException();
}
VoteResultType myVoteVal = object.myVote; // 550
if (myVoteVal != null) {
throw new UnsupportedOperationException();
}
VoteResultType theirVoteVal = object.theirVote; // 560
if (theirVoteVal != null) {
throw new UnsupportedOperationException();
}
String matchMessageVal = object.matchMessage; // 570
if (matchMessageVal != null) {
throw new UnsupportedOperationException();
}
Boolean isMatchVal = object.isMatch; // 580
if (isMatchVal != null) {
throw new UnsupportedOperationException();
}
Long matchDateVal = object.matchDate; // 581
if (matchDateVal != null) {
throw new UnsupportedOperationException();
}
GameMode matchModeVal = object.matchMode; // 582
if (matchModeVal != null) {
throw new UnsupportedOperationException();
}
Boolean isCrushVal = object.isCrush; // 583
if (isCrushVal != null) {
throw new UnsupportedOperationException();
}
GameMode theirVoteModeVal = object.theirVoteMode; // 584
if (theirVoteModeVal != null) {
throw new UnsupportedOperationException();
}
RematchAction rematchActionVal = object.rematchAction; // 585
if (rematchActionVal != null) {
throw new UnsupportedOperationException();
}
Boolean isSparkVal = object.isSpark; // 586
if (isSparkVal != null) {
throw new UnsupportedOperationException();
}
GoalProgress preMatchTimeLeftVal = object.preMatchTimeLeft; // 590
if (preMatchTimeLeftVal != null) {
throw new UnsupportedOperationException();
}
GoalProgress replyTimeLeftVal = object.replyTimeLeft; // 591
if (replyTimeLeftVal != null) {
throw new UnsupportedOperationException();
}
Long connectionExpiredTimestampVal = object.connectionExpiredTimestamp; //
592
if (connectionExpiredTimestampVal != null) {
throw new UnsupportedOperationException();
}
Boolean isBlockedVal = object.isBlocked; // 600
if (isBlockedVal != null) {
throw new UnsupportedOperationException();
}
Boolean isFavouriteVal = object.isFavourite; // 610
if (isFavouriteVal != null) {
throw new UnsupportedOperationException();
}
Boolean favouritedYouVal = object.favouritedYou; // 611
if (favouritedYouVal != null) {
throw new UnsupportedOperationException();
}
Boolean isFriendVal = object.isFriend; // 620
if (isFriendVal != null) {
throw new UnsupportedOperationException();
}
Boolean isConversationVal = object.isConversation; // 630
if (isConversationVal != null) {
throw new UnsupportedOperationException();
}
Integer unreadMessagesCountVal = object.unreadMessagesCount; // 640
if (unreadMessagesCountVal != null) {
throw new UnsupportedOperationException();
}
ChatMessageType lastMessageTypeVal = object.lastMessageType; // 641
if (lastMessageTypeVal != null) {
throw new UnsupportedOperationException();
}
ChatMessage lastMessageVal = object.lastMessage; // 642
if (lastMessageVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowAddToFavouritesVal = object.allowAddToFavourites; // 650
if (allowAddToFavouritesVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowChatVal = object.allowChat; // 660
if (allowChatVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowQuickChatVal = object.allowQuickChat; // 661
if (allowQuickChatVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowChatFromMatchScreenVal = object.allowChatFromMatchScreen; //
662
if (allowChatFromMatchScreenVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowVotingVal = object.allowVoting; // 670
if (allowVotingVal != null) {
throw new UnsupportedOperationException();
}
Boolean hasMobileAppVal = object.hasMobileApp; // 680
if (hasMobileAppVal != null) {
throw new UnsupportedOperationException();
}
String voteHintVal = object.voteHint; // 681
if (voteHintVal != null) {
throw new UnsupportedOperationException();
}
PopularityLevel popularityLevelVal = object.popularityLevel; // 690
if (popularityLevelVal != null) {
throw new UnsupportedOperationException();
}
Integer popularityPnbPlaceVal = object.popularityPnbPlace; // 691
if (popularityPnbPlaceVal != null) {
throw new UnsupportedOperationException();
}
Integer popularityVisitorsTodayVal = object.popularityVisitorsToday; // 692
if (popularityVisitorsTodayVal != null) {
throw new UnsupportedOperationException();
}
Integer popularityVisitorsMonthVal = object.popularityVisitorsMonth; // 693
if (popularityVisitorsMonthVal != null) {
throw new UnsupportedOperationException();
}
String displayMessageVal = object.displayMessage; // 700
if (displayMessageVal != null) {
throw new UnsupportedOperationException();
}
String displayImageVal = object.displayImage; // 705
if (displayImageVal != null) {
throw new UnsupportedOperationException();
}
PromoBlock voteSharingPromoVal = object.voteSharingPromo; // 710
if (voteSharingPromoVal != null) {
throw new UnsupportedOperationException();
}
List<SocialSharingProvider> voteSharingProvidersVal =
object.voteSharingProviders; // 720
if (voteSharingProvidersVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowSmileVal = object.allowSmile; // 730
if (allowSmileVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowSendGiftVal = object.allowSendGift; // 731
if (allowSendGiftVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowCrushVal = object.allowCrush; // 732
if (allowCrushVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowSparkVal = object.allowSpark; // 733
if (allowSparkVal != null) {
throw new UnsupportedOperationException();
}
Integer secretCommentCountVal = object.secretCommentCount; // 740
if (secretCommentCountVal != null) {
throw new UnsupportedOperationException();
}
List<SecretComment> secretCommentPreviewVal =
object.secretCommentPreview; // 741
if (secretCommentPreviewVal != null) {
throw new UnsupportedOperationException();
}
Boolean isSecretCommentsEnabledVal = object.isSecretCommentsEnabled; // 742
if (isSecretCommentsEnabledVal != null) {
throw new UnsupportedOperationException();
}
ReceivedGifts receivedGiftsVal = object.receivedGifts; // 750
if (receivedGiftsVal != null) {
throw new UnsupportedOperationException();
}
Boolean isVisitorVal = object.isVisitor; // 759
if (isVisitorVal != null) {
throw new UnsupportedOperationException();
}
ClientSource cameFromVal = object.cameFrom; // 760
if (cameFromVal != null) {
throw new UnsupportedOperationException();
}
String cameFromTextVal = object.cameFromText; // 761
if (cameFromTextVal != null) {
throw new UnsupportedOperationException();
}
Boolean isInappPromoPartnerVal = object.isInappPromoPartner; // 762
if (isInappPromoPartnerVal != null) {
throw new UnsupportedOperationException();
}
PaymentProductType cameFromProductVal = object.cameFromProduct; // 763
if (cameFromProductVal != null) {
throw new UnsupportedOperationException();
}
PromoBlock cameFromProductPromoVal = object.cameFromProductPromo; // 764
if (cameFromProductPromoVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowSharingVal = object.allowSharing; // 770
if (allowSharingVal != null) {
throw new UnsupportedOperationException();
}
Long lastActiveVal = object.lastActive; // 780
if (lastActiveVal != null) {
throw new UnsupportedOperationException();
}
String lastActiveStringVal = object.lastActiveString; // 781
if (lastActiveStringVal != null) {
throw new UnsupportedOperationException();
}
Boolean isHighlightedVal = object.isHighlighted; // 790
if (isHighlightedVal != null) {
throw new UnsupportedOperationException();
}
UnitedFriends unitedFriendsVal = object.unitedFriends; // 800
if (unitedFriendsVal != null) {
throw new UnsupportedOperationException();
}
Integer crowdSizeVal = object.crowdSize; // 801
if (crowdSizeVal != null) {
throw new UnsupportedOperationException();
}
Boolean isRemovedVal = object.isRemoved; // 810
if (isRemovedVal != null) {
throw new UnsupportedOperationException();
}
Long updateTimestampVal = object.updateTimestamp; // 820
if (updateTimestampVal != null) {
throw new UnsupportedOperationException();
}
Long sortTimestampVal = object.sortTimestamp; // 830
if (sortTimestampVal != null) {
throw new UnsupportedOperationException();
}
Long spotlightIdVal = object.spotlightId; // 840
if (spotlightIdVal != null) {
throw new UnsupportedOperationException();
}
String encryptedUserIdVal = object.encryptedUserId; // 850
if (encryptedUserIdVal != null) {
throw new UnsupportedOperationException();
}
Boolean isLockedVal = object.isLocked; // 860
if (isLockedVal != null) {
throw new UnsupportedOperationException();
}
PromoBlock promoBlockAfterLastPhotoVal =
object.promoBlockAfterLastPhoto; // 870
if (promoBlockAfterLastPhotoVal != null) {
throw new UnsupportedOperationException();
}
PromoBlock profileBlockerPromoVal = object.profileBlockerPromo; // 871
if (profileBlockerPromoVal != null) {
throw new UnsupportedOperationException();
}
Integer accentColorVal = object.accentColor; // 880
if (accentColorVal != null) {
throw new UnsupportedOperationException();
}
GameMode gameModeVal = object.gameMode; // 890
if (gameModeVal != null) {
throw new UnsupportedOperationException();
}
Boolean gameModeEnabledVal = object.gameModeEnabled; // 891
if (gameModeEnabledVal != null) {
throw new UnsupportedOperationException();
}
Boolean isTeleportedVal = object.isTeleported; // 900
if (isTeleportedVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowWebrtcCallVal = object.allowWebrtcCall; // 910
if (allowWebrtcCallVal != null) {
throw new UnsupportedOperationException();
}
WebrtcStatus webrtcStatusVal = object.webrtcStatus; // 911
if (webrtcStatusVal != null) {
throw new UnsupportedOperationException();
}
FolderTypes originFolderVal = object.originFolder; // 920
if (originFolderVal != null) {
throw new UnsupportedOperationException();
}
UserType typeVal = object.type; // 930
if (typeVal != null) {
throw new UnsupportedOperationException();
}
QuestionsInfo questionsInfoVal = object.questionsInfo; // 1000
if (questionsInfoVal != null) {
throw new UnsupportedOperationException();
}
String vibeeNumberVal = object.vibeeNumber; // 1100
if (vibeeNumberVal != null) {
throw new UnsupportedOperationException();
}
List<UserSection> sectionsVal = object.sections; // 1110
if (sectionsVal != null) {
throw new UnsupportedOperationException();
}
Boolean isTransientVal = object.isTransient; // 1120
if (isTransientVal != null) {
throw new UnsupportedOperationException();
}
LookalikesInfo lookalikesInfoVal = object.lookalikesInfo; // 1130
if (lookalikesInfoVal != null) {
throw new UnsupportedOperationException();
}
List<Experience> jobsVal = object.jobs; // 1140
if (jobsVal != null) {
throw new UnsupportedOperationException();
}
List<Experience> educationsVal = object.educations; // 1150
if (educationsVal != null) {
throw new UnsupportedOperationException();
}
QuickChat quickChatVal = object.quickChat; // 1200
if (quickChatVal != null) {
throw new UnsupportedOperationException();
}
String experimentalWhatsMyChancesVal =
object.experimentalWhatsMyChances; // 10001
if (experimentalWhatsMyChancesVal != null) {
throw new UnsupportedOperationException();
}
Boolean experimentalIsHaloedVal = object.experimentalIsHaloed; // 10002
if (experimentalIsHaloedVal != null) {
throw new UnsupportedOperationException();
}
PromoBlock experimentalWhatsMyChancesPromoVal =
object.experimentalWhatsMyChancesPromo; // 10003
if (experimentalWhatsMyChancesPromoVal != null) {
throw new UnsupportedOperationException();
}
Boolean experimentalUserHasDoubledPictureVal =
object.experimentalUserHasDoubledPicture; // 10004
if (experimentalUserHasDoubledPictureVal != null) {
throw new UnsupportedOperationException();
}
String experimentalCrushCreditsCostVal =
object.experimentalCrushCreditsCost; // 10005
if (experimentalCrushCreditsCostVal != null) {
throw new UnsupportedOperationException();
}
return size;
}
return size;
}
private int
computeExternalProviderImportProgressSize(ExternalProviderImportProgress object) {
int size = 0;
String importIdVal = object.importId;
if (importIdVal != null) {
size = 0 + computeStringSize(1, importIdVal);
}
Boolean completeVal = object.complete;
if (completeVal != null) {
size += CodedOutputStream.computeBoolSize(2,
completeVal.booleanValue());
}
Boolean successVal = object.success;
if (successVal != null) {
size += CodedOutputStream.computeBoolSize(3,
successVal.booleanValue());
}
FormFailure formVal = object.form;
if (formVal != null) {
size += CodedOutputStream.computeBytesSize(4,
computeFormFailureSize(formVal));
}
ContactImportProgress contactImportProgressDataVal =
object.contactImportProgressData;
if (contactImportProgressDataVal != null) {
size += CodedOutputStream.computeBytesSize(5,
computeContactImportProgressSize(contactImportProgressDataVal));
}
PhotoImportProgress photoImportProgressDataVal =
object.photoImportProgressData;
if (photoImportProgressDataVal != null) {
return size + CodedOutputStream.computeBytesSize(6,
computePhotoImportProgressSize(photoImportProgressDataVal));
}
return size;
}
private int
computeExternalProviderImportResultSize(ExternalProviderImportResult object) {
int size = 0;
Boolean successVal = object.success;
if (successVal != null) {
size = 0 + CodedOutputStream.computeBoolSize(1,
successVal.booleanValue());
}
PhotoImportResult photoImportResultDataVal = object.photoImportResultData;
if (photoImportResultDataVal != null) {
size += CodedOutputStream.computeBytesSize(2,
computePhotoImportResultSize(photoImportResultDataVal));
}
String displayMessageVal = object.displayMessage;
if (displayMessageVal != null) {
return size + computeStringSize(3, displayMessageVal);
}
return size;
}
private int
computeExternalProviderSecurityCredentialsSize(ExternalProviderSecurityCredentials
object) {
int size = 0;
String providerIdVal = object.providerId;
if (providerIdVal != null) {
size = 0 + computeStringSize(1, providerIdVal);
}
ExternalProviderContext contextVal = object.context;
if (contextVal != null) {
size += CodedOutputStream.computeInt32Size(2, contextVal.getNumber());
}
String usernameVal = object.username;
if (usernameVal != null) {
size += computeStringSize(3, usernameVal);
}
String passwordVal = object.password;
if (passwordVal != null) {
size += computeStringSize(4, passwordVal);
}
String oauthTokenVal = object.oauthToken;
if (oauthTokenVal != null) {
size += computeStringSize(5, oauthTokenVal);
}
Boolean nativelyAuthenticatedVal = object.nativelyAuthenticated;
if (nativelyAuthenticatedVal != null) {
size += CodedOutputStream.computeBoolSize(6,
nativelyAuthenticatedVal.booleanValue());
}
String redirectUriVal = object.redirectUri;
if (redirectUriVal != null) {
return size + computeStringSize(7, redirectUriVal);
}
return size;
}
private int
computeFriendOrCelebritySharingStatsSize(FriendOrCelebritySharingStats object) {
int size = 0;
String personIdVal = object.personId;
if (personIdVal != null) {
size = 0 + computeStringSize(1, personIdVal);
}
Boolean isCelebrityVal = object.isCelebrity;
if (isCelebrityVal != null) {
size += CodedOutputStream.computeBoolSize(2,
isCelebrityVal.booleanValue());
}
Boolean isHiddenVal = object.isHidden;
if (isHiddenVal != null) {
size += CodedOutputStream.computeBoolSize(3,
isHiddenVal.booleanValue());
}
ExternalProviderType providerIdVal = object.providerId;
if (providerIdVal != null) {
size += CodedOutputStream.computeInt32Size(4,
providerIdVal.getNumber());
}
CelebrityFriendSharing actionVal = object.action;
if (actionVal != null) {
size += CodedOutputStream.computeInt32Size(5, actionVal.getNumber());
}
ClientSource contextVal = object.context;
if (contextVal != null) {
return size + CodedOutputStream.computeInt32Size(6,
contextVal.getNumber());
}
return size;
}
private int
computeFriendsImportSecurityCredentialsSize(FriendsImportSecurityCredentials
object) {
int size = 0;
String usernameVal = object.username;
if (usernameVal != null) {
size = 0 + computeStringSize(1, usernameVal);
}
String passwordVal = object.password;
if (passwordVal != null) {
size += computeStringSize(2, passwordVal);
}
String oauthTokenVal = object.oauthToken;
if (oauthTokenVal != null) {
return size + computeStringSize(3, oauthTokenVal);
}
return size;
}
return size;
}
private int
computePurchaseTransactionSetupParamsSize(PurchaseTransactionSetupParams object) {
int size = 0;
String photoIdVal = object.photoId;
if (photoIdVal != null) {
size = 0 + computeStringSize(1, photoIdVal);
}
String msisdnVal = object.msisdn;
if (msisdnVal != null) {
size += computeStringSize(2, msisdnVal);
}
String mccVal = object.mcc;
if (mccVal != null) {
size += computeStringSize(3, mccVal);
}
String mncVal = object.mnc;
if (mncVal != null) {
size += computeStringSize(4, mncVal);
}
String uidVal = object.uid;
if (uidVal != null) {
return size + computeStringSize(5, uidVal);
}
return size;
}
private int computeRateFilterSize(RateFilter object) {
SexType genderVal = object.gender;
if (genderVal != null) {
return 0 + CodedOutputStream.computeInt32Size(1,
genderVal.getNumber());
}
return 0;
}
return size;
}
private int
computeServerCheckExternalProviderImportProgressSize(ServerCheckExternalProviderImp
ortProgress object) {
String importIdVal = object.importId;
if (importIdVal != null) {
return 0 + computeStringSize(1, importIdVal);
}
return 0;
}
private int
computeServerFinishExternalProviderImportSize(ServerFinishExternalProviderImport
object) {
int size = 0;
String importIdVal = object.importId;
if (importIdVal != null) {
size = 0 + computeStringSize(1, importIdVal);
}
FinishContactImport finishContactImportDataVal =
object.finishContactImportData;
if (finishContactImportDataVal != null) {
size += CodedOutputStream.computeBytesSize(2,
computeFinishContactImportSize(finishContactImportDataVal));
}
FinishPhotoImport finishPhotoImportDataVal = object.finishPhotoImportData;
if (finishPhotoImportDataVal != null) {
return size + CodedOutputStream.computeBytesSize(3,
computeFinishPhotoImportSize(finishPhotoImportDataVal));
}
return size;
}
private int
computeServerGetSocialFriendsConnectionsSize(ServerGetSocialFriendsConnections
object) {
int size = 0;
String personIdVal = object.personId;
if (personIdVal != null) {
size = 0 + computeStringSize(1, personIdVal);
}
ClientSource sourceVal = object.source;
if (sourceVal != null) {
return size + CodedOutputStream.computeInt32Size(3,
sourceVal.getNumber());
}
return size;
}
private int
computeServerGetSocialSharingProvidersSize(ServerGetSocialSharingProviders object)
{
int size = 0;
String uidVal = object.uid;
if (uidVal != null) {
size = 0 + computeStringSize(1, uidVal);
}
SocialSharingProviderContext contextDeprecatedVal =
object.contextDeprecated;
if (contextDeprecatedVal != null) {
size += CodedOutputStream.computeInt32Size(2,
contextDeprecatedVal.getNumber());
}
ClientSource contextVal = object.context;
if (contextVal != null) {
return size + CodedOutputStream.computeInt32Size(3,
contextVal.getNumber());
}
return size;
}
private int
computeServerRequestAlbumAccessLevelSize(ServerRequestAlbumAccessLevel object) {
int size = 0 + computeStringSize(1, object.personId);
String albumIdVal = object.albumId;
if (albumIdVal != null) {
return size + computeStringSize(2, albumIdVal);
}
return size;
}
private int
computeServerStartExternalProviderImportSize(ServerStartExternalProviderImport
object) {
int size = 0;
ClientSource contextVal = object.context;
if (contextVal != null) {
size = 0 + CodedOutputStream.computeInt32Size(1,
contextVal.getNumber());
}
ExternalProviderSecurityCredentials authCredentialsVal =
object.authCredentials;
if (authCredentialsVal != null) {
size += CodedOutputStream.computeBytesSize(2,
computeExternalProviderSecurityCredentialsSize(authCredentialsVal));
}
StartContactImport startContactImportDataVal =
object.startContactImportData;
if (startContactImportDataVal != null) {
size += CodedOutputStream.computeBytesSize(3,
computeStartContactImportSize(startContactImportDataVal));
}
StartPhotoImport startPhotoImportDataVal = object.startPhotoImportData;
if (startPhotoImportDataVal != null) {
return size + CodedOutputStream.computeBytesSize(4,
computeStartPhotoImportSize(startPhotoImportDataVal));
}
return size;
}
private int
computeSocialFriendsConnectionsBlockSize(SocialFriendsConnectionsBlock object) {
int c;
int size = 0;
Integer totalVal = object.total;
if (totalVal != null) {
size = 0 + CodedOutputStream.computeInt32Size(1, totalVal.intValue());
}
Vector connectionsList = object.connections;
if (connectionsList != null) {
for (c = 0; c < connectionsList.size(); c++) {
size += CodedOutputStream.computeBytesSize(2,
computeSocialFriendsConnectionSize((SocialFriendsConnection)
connectionsList.elementAt(c)));
}
}
Vector providersMainList = object.providersMain;
if (providersMainList != null) {
for (c = 0; c < providersMainList.size(); c++) {
size += CodedOutputStream.computeBytesSize(3,
computeFriendsImportProviderSize((FriendsImportProvider)
providersMainList.elementAt(c)));
}
}
Vector providersMoreList = object.providersMore;
if (providersMoreList != null) {
for (c = 0; c < providersMoreList.size(); c++) {
size += CodedOutputStream.computeBytesSize(4,
computeFriendsImportProviderSize((FriendsImportProvider)
providersMoreList.elementAt(c)));
}
}
String providersBlockTitleVal = object.providersBlockTitle;
if (providersBlockTitleVal != null) {
size += computeStringSize(5, providersBlockTitleVal);
}
SocialConnectionStatus statusVal = object.status;
if (statusVal != null) {
size += CodedOutputStream.computeInt32Size(6, statusVal.getNumber());
}
PromoActionsBlock promoActionBlockVal = object.promoActionBlock;
if (promoActionBlockVal != null) {
size += CodedOutputStream.computeBytesSize(7,
computePromoActionsBlockSize(promoActionBlockVal));
}
Vector circlesList = object.circles;
if (circlesList != null) {
for (c = 0; c < circlesList.size(); c++) {
size += CodedOutputStream.computeBytesSize(8,
computeCircleDescriptionSize((CircleDescription) circlesList.elementAt(c)));
}
}
String connectionsBlockTitleVal = object.connectionsBlockTitle;
if (connectionsBlockTitleVal != null) {
size += computeStringSize(9, connectionsBlockTitleVal);
}
String legalTextVal = object.legalText;
if (legalTextVal != null) {
size += computeStringSize(10, legalTextVal);
}
String phonebookImportLegalNoticeTitleVal =
object.phonebookImportLegalNoticeTitle;
if (phonebookImportLegalNoticeTitleVal != null) {
size += computeStringSize(11, phonebookImportLegalNoticeTitleVal);
}
String phonebookImportLegalNoticeMessageVal =
object.phonebookImportLegalNoticeMessage;
if (phonebookImportLegalNoticeMessageVal != null) {
size += computeStringSize(12, phonebookImportLegalNoticeMessageVal);
}
Vector moreConnectionsList = object.moreConnections;
if (moreConnectionsList != null) {
for (c = 0; c < moreConnectionsList.size(); c++) {
size += CodedOutputStream.computeBytesSize(13,
computeSocialFriendsConnectionSize((SocialFriendsConnection)
moreConnectionsList.elementAt(c)));
}
}
Vector mainProvidersList = object.mainProviders;
if (mainProvidersList != null) {
for (c = 0; c < mainProvidersList.size(); c++) {
size += CodedOutputStream.computeBytesSize(14,
computeExternalProviderSize((ExternalProvider) mainProvidersList.elementAt(c)));
}
}
Vector moreProvidersList = object.moreProviders;
if (moreProvidersList != null) {
for (c = 0; c < moreProvidersList.size(); c++) {
size += CodedOutputStream.computeBytesSize(15,
computeExternalProviderSize((ExternalProvider) moreProvidersList.elementAt(c)));
}
}
return size;
}
private int
computeUserVerificationMethodStatusSize(UserVerificationMethodStatus object) {
int size = (0 + CodedOutputStream.computeInt32Size(1,
object.type.getNumber())) + computeStringSize(2, object.name);
String displayMessageVal = object.displayMessage;
if (displayMessageVal != null) {
size += computeStringSize(3, displayMessageVal);
}
String verificationDataVal = object.verificationData;
if (verificationDataVal != null) {
size += computeStringSize(4, verificationDataVal);
}
Boolean isConnectedVal = object.isConnected;
if (isConnectedVal != null) {
size += CodedOutputStream.computeBoolSize(5,
isConnectedVal.booleanValue());
}
Boolean isConfirmedVal = object.isConfirmed;
if (isConfirmedVal != null) {
return size + CodedOutputStream.computeBoolSize(6,
isConfirmedVal.booleanValue());
}
return size;
}
//String defaultPhotoId; // 8
if (personalInfoSourceVal != null) {
throw new UnsupportedOperationException();
}
OnlineStatus onlineStatusVal = object.onlineStatus; // 330
if (onlineStatusVal != null) {
throw new UnsupportedOperationException();
}
String onlineStatusTextVal = object.onlineStatusText; // 331
if (onlineStatusTextVal != null) {
throw new UnsupportedOperationException();
}
Long onlineLastTimestampVal = object.onlineLastTimestamp; // 332
if (onlineLastTimestampVal != null) {
throw new UnsupportedOperationException();
}
Photo profilePhotoVal = object.profilePhoto; // 340
if (profilePhotoVal != null) {
throw new UnsupportedOperationException();
}
Popularity popularityVal = object.popularity; // 350
if (popularityVal != null) {
throw new UnsupportedOperationException();
}
String wishVal = object.wish; // 360
if (wishVal != null) {
throw new UnsupportedOperationException();
}
List<Album> albumsVal = object.albums; // 370
if (albumsVal != null) {
throw new UnsupportedOperationException();
}
List<MusicService> musicServicesVal = object.musicServices; // 380
if (musicServicesVal != null) {
throw new UnsupportedOperationException();
}
Boolean musicServicesAvailableVal = object.musicServicesAvailable; // 381
if (musicServicesAvailableVal != null) {
throw new UnsupportedOperationException();
}
Integer interestsTotalVal = object.interestsTotal; // 400
if (interestsTotalVal != null) {
throw new UnsupportedOperationException();
}
Integer interestsInCommonVal = object.interestsInCommon; // 410
if (interestsInCommonVal != null) {
throw new UnsupportedOperationException();
}
List<Interest> interestsVal = object.interests; // 420
if (interestsVal != null) {
throw new UnsupportedOperationException();
}
BumpedInto bumpedIntoVal = object.bumpedInto; // 430
if (bumpedIntoVal != null) {
throw new UnsupportedOperationException();
}
List<BumpedInto> bumpedIntoPlacesVal = object.bumpedIntoPlaces; // 431
if (bumpedIntoPlacesVal != null) {
throw new UnsupportedOperationException();
}
Boolean hasBumpedIntoPlacesVal = object.hasBumpedIntoPlaces; // 432
if (hasBumpedIntoPlacesVal != null) {
throw new UnsupportedOperationException();
}
List<Award> awardsVal = object.awards; // 440
if (awardsVal != null) {
throw new UnsupportedOperationException();
}
List<SocialNetworkInfo> socialNetworksVal = object.socialNetworks; // 460
if (socialNetworksVal != null) {
throw new UnsupportedOperationException();
}
ProfileScore profileScoreVal = object.profileScore; // 470
if (profileScoreVal != null) {
throw new UnsupportedOperationException();
}
Integer profileScoreNumericVal = object.profileScoreNumeric; // 471
if (profileScoreNumericVal != null) {
throw new UnsupportedOperationException();
}
List<Language> spokenLanguagesVal = object.spokenLanguages; // 480
if (spokenLanguagesVal != null) {
throw new UnsupportedOperationException();
}
List<ProfileField> profileFieldsVal = object.profileFields; // 490
if (profileFieldsVal != null) {
throw new UnsupportedOperationException();
}
String profileFieldsDescriptionVal = object.profileFieldsDescription; //
491
if (profileFieldsDescriptionVal != null) {
throw new UnsupportedOperationException();
}
String[] displayedAboutMeVal = object.displayedAboutMe; // 492
if (displayedAboutMeVal != null) {
throw new UnsupportedOperationException();
}
ProfileSummary profileSummaryVal = object.profileSummary; // 493
if (profileSummaryVal != null) {
throw new UnsupportedOperationException();
}
SocialFriendsConnectionsBlock friendsConnectionsVal =
object.friendsConnections; // 500
if (friendsConnectionsVal != null) {
throw new UnsupportedOperationException();
}
String friendsInCommonTextVal = object.friendsInCommonText; // 501
if (friendsInCommonTextVal != null) {
throw new UnsupportedOperationException();
}
Integer friendsInCommonVal = object.friendsInCommon; // 510
if (friendsInCommonVal != null) {
throw new UnsupportedOperationException();
}
List<CommonPlace> placesInCommonVal = object.placesInCommon; // 511
if (placesInCommonVal != null) {
throw new UnsupportedOperationException();
}
Integer placesInCommonTotalVal = object.placesInCommonTotal; // 512
if (placesInCommonTotalVal != null) {
throw new UnsupportedOperationException();
}
List<ExternalProvider> commonPlacesImportProvidersVal =
object.commonPlacesImportProviders; // 513
if (commonPlacesImportProvidersVal != null) {
throw new UnsupportedOperationException();
}
Integer distanceVal = object.distance; // 520
if (distanceVal != null) {
throw new UnsupportedOperationException();
}
String distanceLongVal = object.distanceLong; // 530
if (distanceLongVal != null) {
throw new UnsupportedOperationException();
}
String distanceShortVal = object.distanceShort; // 540
if (distanceShortVal != null) {
throw new UnsupportedOperationException();
}
VoteResultType myVoteVal = object.myVote; // 550
if (myVoteVal != null) {
throw new UnsupportedOperationException();
}
VoteResultType theirVoteVal = object.theirVote; // 560
if (theirVoteVal != null) {
throw new UnsupportedOperationException();
}
String matchMessageVal = object.matchMessage; // 570
if (matchMessageVal != null) {
throw new UnsupportedOperationException();
}
Boolean isMatchVal = object.isMatch; // 580
if (isMatchVal != null) {
throw new UnsupportedOperationException();
}
Long matchDateVal = object.matchDate; // 581
if (matchDateVal != null) {
throw new UnsupportedOperationException();
}
GameMode matchModeVal = object.matchMode; // 582
if (matchModeVal != null) {
throw new UnsupportedOperationException();
}
Boolean isCrushVal = object.isCrush; // 583
if (isCrushVal != null) {
throw new UnsupportedOperationException();
}
GameMode theirVoteModeVal = object.theirVoteMode; // 584
if (theirVoteModeVal != null) {
throw new UnsupportedOperationException();
}
RematchAction rematchActionVal = object.rematchAction; // 585
if (rematchActionVal != null) {
throw new UnsupportedOperationException();
}
Boolean isSparkVal = object.isSpark; // 586
if (isSparkVal != null) {
throw new UnsupportedOperationException();
}
GoalProgress preMatchTimeLeftVal = object.preMatchTimeLeft; // 590
if (preMatchTimeLeftVal != null) {
throw new UnsupportedOperationException();
}
GoalProgress replyTimeLeftVal = object.replyTimeLeft; // 591
if (replyTimeLeftVal != null) {
throw new UnsupportedOperationException();
}
Long connectionExpiredTimestampVal = object.connectionExpiredTimestamp; //
592
if (connectionExpiredTimestampVal != null) {
throw new UnsupportedOperationException();
}
Boolean isBlockedVal = object.isBlocked; // 600
if (isBlockedVal != null) {
throw new UnsupportedOperationException();
}
Boolean isFavouriteVal = object.isFavourite; // 610
if (isFavouriteVal != null) {
throw new UnsupportedOperationException();
}
Boolean favouritedYouVal = object.favouritedYou; // 611
if (favouritedYouVal != null) {
throw new UnsupportedOperationException();
}
Boolean isFriendVal = object.isFriend; // 620
if (isFriendVal != null) {
throw new UnsupportedOperationException();
}
Boolean isConversationVal = object.isConversation; // 630
if (isConversationVal != null) {
throw new UnsupportedOperationException();
}
Integer unreadMessagesCountVal = object.unreadMessagesCount; // 640
if (unreadMessagesCountVal != null) {
throw new UnsupportedOperationException();
}
ChatMessageType lastMessageTypeVal = object.lastMessageType; // 641
if (lastMessageTypeVal != null) {
throw new UnsupportedOperationException();
}
ChatMessage lastMessageVal = object.lastMessage; // 642
if (lastMessageVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowAddToFavouritesVal = object.allowAddToFavourites; // 650
if (allowAddToFavouritesVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowChatVal = object.allowChat; // 660
if (allowChatVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowQuickChatVal = object.allowQuickChat; // 661
if (allowQuickChatVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowChatFromMatchScreenVal = object.allowChatFromMatchScreen; //
662
if (allowChatFromMatchScreenVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowVotingVal = object.allowVoting; // 670
if (allowVotingVal != null) {
throw new UnsupportedOperationException();
}
Boolean hasMobileAppVal = object.hasMobileApp; // 680
if (hasMobileAppVal != null) {
throw new UnsupportedOperationException();
}
String voteHintVal = object.voteHint; // 681
if (voteHintVal != null) {
throw new UnsupportedOperationException();
}
PopularityLevel popularityLevelVal = object.popularityLevel; // 690
if (popularityLevelVal != null) {
throw new UnsupportedOperationException();
}
Integer popularityPnbPlaceVal = object.popularityPnbPlace; // 691
if (popularityPnbPlaceVal != null) {
throw new UnsupportedOperationException();
}
Integer popularityVisitorsTodayVal = object.popularityVisitorsToday; // 692
if (popularityVisitorsTodayVal != null) {
throw new UnsupportedOperationException();
}
Integer popularityVisitorsMonthVal = object.popularityVisitorsMonth; // 693
if (popularityVisitorsMonthVal != null) {
throw new UnsupportedOperationException();
}
String displayMessageVal = object.displayMessage; // 700
if (displayMessageVal != null) {
throw new UnsupportedOperationException();
}
String displayImageVal = object.displayImage; // 705
if (displayImageVal != null) {
throw new UnsupportedOperationException();
}
PromoBlock voteSharingPromoVal = object.voteSharingPromo; // 710
if (voteSharingPromoVal != null) {
throw new UnsupportedOperationException();
}
List<SocialSharingProvider> voteSharingProvidersVal =
object.voteSharingProviders; // 720
if (voteSharingProvidersVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowSmileVal = object.allowSmile; // 730
if (allowSmileVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowSendGiftVal = object.allowSendGift; // 731
if (allowSendGiftVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowCrushVal = object.allowCrush; // 732
if (allowCrushVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowSparkVal = object.allowSpark; // 733
if (allowSparkVal != null) {
throw new UnsupportedOperationException();
}
Integer secretCommentCountVal = object.secretCommentCount; // 740
if (secretCommentCountVal != null) {
throw new UnsupportedOperationException();
}
List<SecretComment> secretCommentPreviewVal =
object.secretCommentPreview; // 741
if (secretCommentPreviewVal != null) {
throw new UnsupportedOperationException();
}
Boolean isSecretCommentsEnabledVal = object.isSecretCommentsEnabled; // 742
if (isSecretCommentsEnabledVal != null) {
throw new UnsupportedOperationException();
}
ReceivedGifts receivedGiftsVal = object.receivedGifts; // 750
if (receivedGiftsVal != null) {
throw new UnsupportedOperationException();
}
Boolean isVisitorVal = object.isVisitor; // 759
if (isVisitorVal != null) {
throw new UnsupportedOperationException();
}
ClientSource cameFromVal = object.cameFrom; // 760
if (cameFromVal != null) {
throw new UnsupportedOperationException();
}
String cameFromTextVal = object.cameFromText; // 761
if (cameFromTextVal != null) {
throw new UnsupportedOperationException();
}
Boolean isInappPromoPartnerVal = object.isInappPromoPartner; // 762
if (isInappPromoPartnerVal != null) {
throw new UnsupportedOperationException();
}
PaymentProductType cameFromProductVal = object.cameFromProduct; // 763
if (cameFromProductVal != null) {
throw new UnsupportedOperationException();
}
PromoBlock cameFromProductPromoVal = object.cameFromProductPromo; // 764
if (cameFromProductPromoVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowSharingVal = object.allowSharing; // 770
if (allowSharingVal != null) {
throw new UnsupportedOperationException();
}
Long lastActiveVal = object.lastActive; // 780
if (lastActiveVal != null) {
throw new UnsupportedOperationException();
}
String lastActiveStringVal = object.lastActiveString; // 781
if (lastActiveStringVal != null) {
throw new UnsupportedOperationException();
}
Boolean isHighlightedVal = object.isHighlighted; // 790
if (isHighlightedVal != null) {
throw new UnsupportedOperationException();
}
UnitedFriends unitedFriendsVal = object.unitedFriends; // 800
if (unitedFriendsVal != null) {
throw new UnsupportedOperationException();
}
Integer crowdSizeVal = object.crowdSize; // 801
if (crowdSizeVal != null) {
throw new UnsupportedOperationException();
}
Boolean isRemovedVal = object.isRemoved; // 810
if (isRemovedVal != null) {
throw new UnsupportedOperationException();
}
Long updateTimestampVal = object.updateTimestamp; // 820
if (updateTimestampVal != null) {
throw new UnsupportedOperationException();
}
Long sortTimestampVal = object.sortTimestamp; // 830
if (sortTimestampVal != null) {
throw new UnsupportedOperationException();
}
Long spotlightIdVal = object.spotlightId; // 840
if (spotlightIdVal != null) {
throw new UnsupportedOperationException();
}
String encryptedUserIdVal = object.encryptedUserId; // 850
if (encryptedUserIdVal != null) {
throw new UnsupportedOperationException();
}
Boolean isLockedVal = object.isLocked; // 860
if (isLockedVal != null) {
throw new UnsupportedOperationException();
}
PromoBlock promoBlockAfterLastPhotoVal =
object.promoBlockAfterLastPhoto; // 870
if (promoBlockAfterLastPhotoVal != null) {
throw new UnsupportedOperationException();
}
PromoBlock profileBlockerPromoVal = object.profileBlockerPromo; // 871
if (profileBlockerPromoVal != null) {
throw new UnsupportedOperationException();
}
Integer accentColorVal = object.accentColor; // 880
if (accentColorVal != null) {
throw new UnsupportedOperationException();
}
GameMode gameModeVal = object.gameMode; // 890
if (gameModeVal != null) {
throw new UnsupportedOperationException();
}
Boolean gameModeEnabledVal = object.gameModeEnabled; // 891
if (gameModeEnabledVal != null) {
throw new UnsupportedOperationException();
}
Boolean isTeleportedVal = object.isTeleported; // 900
if (isTeleportedVal != null) {
throw new UnsupportedOperationException();
}
Boolean allowWebrtcCallVal = object.allowWebrtcCall; // 910
if (allowWebrtcCallVal != null) {
throw new UnsupportedOperationException();
}
WebrtcStatus webrtcStatusVal = object.webrtcStatus; // 911
if (webrtcStatusVal != null) {
throw new UnsupportedOperationException();
}
FolderTypes originFolderVal = object.originFolder; // 920
if (originFolderVal != null) {
throw new UnsupportedOperationException();
}
UserType typeVal = object.type; // 930
if (typeVal != null) {
throw new UnsupportedOperationException();
}
QuestionsInfo questionsInfoVal = object.questionsInfo; // 1000
if (questionsInfoVal != null) {
throw new UnsupportedOperationException();
}
String vibeeNumberVal = object.vibeeNumber; // 1100
if (vibeeNumberVal != null) {
throw new UnsupportedOperationException();
}
List<UserSection> sectionsVal = object.sections; // 1110
if (sectionsVal != null) {
throw new UnsupportedOperationException();
}
Boolean isTransientVal = object.isTransient; // 1120
if (isTransientVal != null) {
throw new UnsupportedOperationException();
}
LookalikesInfo lookalikesInfoVal = object.lookalikesInfo; // 1130
if (lookalikesInfoVal != null) {
throw new UnsupportedOperationException();
}
List<Experience> jobsVal = object.jobs; // 1140
if (jobsVal != null) {
throw new UnsupportedOperationException();
}
List<Experience> educationsVal = object.educations; // 1150
if (educationsVal != null) {
throw new UnsupportedOperationException();
}
QuickChat quickChatVal = object.quickChat; // 1200
if (quickChatVal != null) {
throw new UnsupportedOperationException();
}
String experimentalWhatsMyChancesVal =
object.experimentalWhatsMyChances; // 10001
if (experimentalWhatsMyChancesVal != null) {
throw new UnsupportedOperationException();
}
Boolean experimentalIsHaloedVal = object.experimentalIsHaloed; // 10002
if (experimentalIsHaloedVal != null) {
throw new UnsupportedOperationException();
}
PromoBlock experimentalWhatsMyChancesPromoVal =
object.experimentalWhatsMyChancesPromo; // 10003
if (experimentalWhatsMyChancesPromoVal != null) {
throw new UnsupportedOperationException();
}
Boolean experimentalUserHasDoubledPictureVal =
object.experimentalUserHasDoubledPicture; // 10004
if (experimentalUserHasDoubledPictureVal != null) {
throw new UnsupportedOperationException();
}
String experimentalCrushCreditsCostVal =
object.experimentalCrushCreditsCost; // 10005
if (experimentalCrushCreditsCostVal != null) {
throw new UnsupportedOperationException();
}
}
}
}