Package com.google.doubleclick
Interface AdxExt.AppExt.InstalledSdk.VersionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.AppExt.InstalledSdk.Version,AdxExt.AppExt.InstalledSdk.Version.Builder
- Enclosing class:
- AdxExt.AppExt.InstalledSdk
public static interface AdxExt.AppExt.InstalledSdk.VersionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMajor()optional int32 major = 1 [default = -1];intgetMicro()optional int32 micro = 3 [default = -1];intgetMinor()optional int32 minor = 2 [default = -1];booleanhasMajor()optional int32 major = 1 [default = -1];booleanhasMicro()optional int32 micro = 3 [default = -1];booleanhasMinor()optional int32 minor = 2 [default = -1];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMajor
boolean hasMajor()
optional int32 major = 1 [default = -1];- Returns:
- Whether the major field is set.
-
getMajor
int getMajor()
optional int32 major = 1 [default = -1];- Returns:
- The major.
-
hasMinor
boolean hasMinor()
optional int32 minor = 2 [default = -1];- Returns:
- Whether the minor field is set.
-
getMinor
int getMinor()
optional int32 minor = 2 [default = -1];- Returns:
- The minor.
-
hasMicro
boolean hasMicro()
optional int32 micro = 3 [default = -1];- Returns:
- Whether the micro field is set.
-
getMicro
int getMicro()
optional int32 micro = 3 [default = -1];- Returns:
- The micro.
-
-