public static final class PmModifyPersonRelationshipAd.Parameters extends com.google.protobuf.GeneratedMessage implements PmModifyPersonRelationshipAd.ParametersOrBuilder
dstore.engine.pm_ModifyPersonRelationship_Ad.Parameters| Modifier and Type | Class and Description |
|---|---|
static class |
PmModifyPersonRelationshipAd.Parameters.Builder
Protobuf type
dstore.engine.pm_ModifyPersonRelationship_Ad.Parameters |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESS_LEVEL_FIELD_NUMBER |
static int |
ACCESS_LEVEL_NULL_FIELD_NUMBER |
static int |
DELETE_PERSON_RELATIONSHIP_FIELD_NUMBER |
static int |
DELETE_PERSON_RELATIONSHIP_NULL_FIELD_NUMBER |
static int |
OLD_VALID_FROM_FIELD_NUMBER |
static int |
OLD_VALID_FROM_NULL_FIELD_NUMBER |
static com.google.protobuf.Parser<PmModifyPersonRelationshipAd.Parameters> |
PARSER |
static int |
PERSON_ID_FIELD_NUMBER |
static int |
PERSON_ID_NULL_FIELD_NUMBER |
static int |
RELATED_PERSON_ID_FIELD_NUMBER |
static int |
RELATED_PERSON_ID_NULL_FIELD_NUMBER |
static int |
RELATIONSHIP_ID_FIELD_NUMBER |
static int |
RELATIONSHIP_ID_NULL_FIELD_NUMBER |
static int |
SORT_NO_FIELD_NUMBER |
static int |
SORT_NO_NULL_FIELD_NUMBER |
static int |
VALID_FROM_FIELD_NUMBER |
static int |
VALID_FROM_NULL_FIELD_NUMBER |
static int |
VALID_TO_FIELD_NUMBER |
static int |
VALID_TO_NULL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
Values.integerValue |
getAccessLevel()
optional .dstore.engine.values.integerValue access_level = 9; |
boolean |
getAccessLevelNull()
optional bool access_level_null = 1009; |
Values.integerValueOrBuilder |
getAccessLevelOrBuilder()
optional .dstore.engine.values.integerValue access_level = 9; |
static PmModifyPersonRelationshipAd.Parameters |
getDefaultInstance() |
PmModifyPersonRelationshipAd.Parameters |
getDefaultInstanceForType() |
Values.booleanValue |
getDeletePersonRelationship()
optional .dstore.engine.values.booleanValue delete_person_relationship = 8; |
boolean |
getDeletePersonRelationshipNull()
optional bool delete_person_relationship_null = 1008; |
Values.booleanValueOrBuilder |
getDeletePersonRelationshipOrBuilder()
optional .dstore.engine.values.booleanValue delete_person_relationship = 8; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Values.timestampValue |
getOldValidFrom()
optional .dstore.engine.values.timestampValue old_valid_from = 7; |
boolean |
getOldValidFromNull()
optional bool old_valid_from_null = 1007; |
Values.timestampValueOrBuilder |
getOldValidFromOrBuilder()
optional .dstore.engine.values.timestampValue old_valid_from = 7; |
com.google.protobuf.Parser<PmModifyPersonRelationshipAd.Parameters> |
getParserForType() |
Values.integerValue |
getPersonId()
optional .dstore.engine.values.integerValue person_id = 1; |
boolean |
getPersonIdNull()
optional bool person_id_null = 1001; |
Values.integerValueOrBuilder |
getPersonIdOrBuilder()
optional .dstore.engine.values.integerValue person_id = 1; |
Values.integerValue |
getRelatedPersonId()
optional .dstore.engine.values.integerValue related_person_id = 2; |
boolean |
getRelatedPersonIdNull()
optional bool related_person_id_null = 1002; |
Values.integerValueOrBuilder |
getRelatedPersonIdOrBuilder()
optional .dstore.engine.values.integerValue related_person_id = 2; |
Values.integerValue |
getRelationshipId()
optional .dstore.engine.values.integerValue relationship_id = 3; |
boolean |
getRelationshipIdNull()
optional bool relationship_id_null = 1003; |
Values.integerValueOrBuilder |
getRelationshipIdOrBuilder()
optional .dstore.engine.values.integerValue relationship_id = 3; |
int |
getSerializedSize() |
Values.integerValue |
getSortNo()
optional .dstore.engine.values.integerValue sort_no = 4; |
boolean |
getSortNoNull()
optional bool sort_no_null = 1004; |
Values.integerValueOrBuilder |
getSortNoOrBuilder()
optional .dstore.engine.values.integerValue sort_no = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Values.timestampValue |
getValidFrom()
optional .dstore.engine.values.timestampValue valid_from = 5; |
boolean |
getValidFromNull()
optional bool valid_from_null = 1005; |
Values.timestampValueOrBuilder |
getValidFromOrBuilder()
optional .dstore.engine.values.timestampValue valid_from = 5; |
Values.timestampValue |
getValidTo()
optional .dstore.engine.values.timestampValue valid_to = 6; |
boolean |
getValidToNull()
optional bool valid_to_null = 1006; |
Values.timestampValueOrBuilder |
getValidToOrBuilder()
optional .dstore.engine.values.timestampValue valid_to = 6; |
boolean |
hasAccessLevel()
optional .dstore.engine.values.integerValue access_level = 9; |
boolean |
hasDeletePersonRelationship()
optional .dstore.engine.values.booleanValue delete_person_relationship = 8; |
boolean |
hasOldValidFrom()
optional .dstore.engine.values.timestampValue old_valid_from = 7; |
boolean |
hasPersonId()
optional .dstore.engine.values.integerValue person_id = 1; |
boolean |
hasRelatedPersonId()
optional .dstore.engine.values.integerValue related_person_id = 2; |
boolean |
hasRelationshipId()
optional .dstore.engine.values.integerValue relationship_id = 3; |
boolean |
hasSortNo()
optional .dstore.engine.values.integerValue sort_no = 4; |
boolean |
hasValidFrom()
optional .dstore.engine.values.timestampValue valid_from = 5; |
boolean |
hasValidTo()
optional .dstore.engine.values.timestampValue valid_to = 6; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PmModifyPersonRelationshipAd.Parameters.Builder |
newBuilder() |
static PmModifyPersonRelationshipAd.Parameters.Builder |
newBuilder(PmModifyPersonRelationshipAd.Parameters prototype) |
PmModifyPersonRelationshipAd.Parameters.Builder |
newBuilderForType() |
protected PmModifyPersonRelationshipAd.Parameters.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static PmModifyPersonRelationshipAd.Parameters |
parseDelimitedFrom(java.io.InputStream input) |
static PmModifyPersonRelationshipAd.Parameters |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PmModifyPersonRelationshipAd.Parameters |
parseFrom(byte[] data) |
static PmModifyPersonRelationshipAd.Parameters |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PmModifyPersonRelationshipAd.Parameters |
parseFrom(com.google.protobuf.ByteString data) |
static PmModifyPersonRelationshipAd.Parameters |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PmModifyPersonRelationshipAd.Parameters |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PmModifyPersonRelationshipAd.Parameters |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PmModifyPersonRelationshipAd.Parameters |
parseFrom(java.io.InputStream input) |
static PmModifyPersonRelationshipAd.Parameters |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PmModifyPersonRelationshipAd.Parameters> |
parser() |
PmModifyPersonRelationshipAd.Parameters.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplaceequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PERSON_ID_FIELD_NUMBER
public static final int PERSON_ID_NULL_FIELD_NUMBER
public static final int RELATED_PERSON_ID_FIELD_NUMBER
public static final int RELATED_PERSON_ID_NULL_FIELD_NUMBER
public static final int RELATIONSHIP_ID_FIELD_NUMBER
public static final int RELATIONSHIP_ID_NULL_FIELD_NUMBER
public static final int SORT_NO_FIELD_NUMBER
public static final int SORT_NO_NULL_FIELD_NUMBER
public static final int VALID_FROM_FIELD_NUMBER
public static final int VALID_FROM_NULL_FIELD_NUMBER
public static final int VALID_TO_FIELD_NUMBER
public static final int VALID_TO_NULL_FIELD_NUMBER
public static final int OLD_VALID_FROM_FIELD_NUMBER
public static final int OLD_VALID_FROM_NULL_FIELD_NUMBER
public static final int DELETE_PERSON_RELATIONSHIP_FIELD_NUMBER
public static final int DELETE_PERSON_RELATIONSHIP_NULL_FIELD_NUMBER
public static final int ACCESS_LEVEL_FIELD_NUMBER
public static final int ACCESS_LEVEL_NULL_FIELD_NUMBER
public static final com.google.protobuf.Parser<PmModifyPersonRelationshipAd.Parameters> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasPersonId()
optional .dstore.engine.values.integerValue person_id = 1;hasPersonId in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.integerValue getPersonId()
optional .dstore.engine.values.integerValue person_id = 1;getPersonId in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.integerValueOrBuilder getPersonIdOrBuilder()
optional .dstore.engine.values.integerValue person_id = 1;getPersonIdOrBuilder in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean getPersonIdNull()
optional bool person_id_null = 1001;getPersonIdNull in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean hasRelatedPersonId()
optional .dstore.engine.values.integerValue related_person_id = 2;hasRelatedPersonId in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.integerValue getRelatedPersonId()
optional .dstore.engine.values.integerValue related_person_id = 2;getRelatedPersonId in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.integerValueOrBuilder getRelatedPersonIdOrBuilder()
optional .dstore.engine.values.integerValue related_person_id = 2;getRelatedPersonIdOrBuilder in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean getRelatedPersonIdNull()
optional bool related_person_id_null = 1002;getRelatedPersonIdNull in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean hasRelationshipId()
optional .dstore.engine.values.integerValue relationship_id = 3;hasRelationshipId in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.integerValue getRelationshipId()
optional .dstore.engine.values.integerValue relationship_id = 3;getRelationshipId in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.integerValueOrBuilder getRelationshipIdOrBuilder()
optional .dstore.engine.values.integerValue relationship_id = 3;getRelationshipIdOrBuilder in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean getRelationshipIdNull()
optional bool relationship_id_null = 1003;getRelationshipIdNull in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean hasSortNo()
optional .dstore.engine.values.integerValue sort_no = 4;hasSortNo in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.integerValue getSortNo()
optional .dstore.engine.values.integerValue sort_no = 4;getSortNo in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.integerValueOrBuilder getSortNoOrBuilder()
optional .dstore.engine.values.integerValue sort_no = 4;getSortNoOrBuilder in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean getSortNoNull()
optional bool sort_no_null = 1004;getSortNoNull in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean hasValidFrom()
optional .dstore.engine.values.timestampValue valid_from = 5;hasValidFrom in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.timestampValue getValidFrom()
optional .dstore.engine.values.timestampValue valid_from = 5;getValidFrom in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.timestampValueOrBuilder getValidFromOrBuilder()
optional .dstore.engine.values.timestampValue valid_from = 5;getValidFromOrBuilder in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean getValidFromNull()
optional bool valid_from_null = 1005;getValidFromNull in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean hasValidTo()
optional .dstore.engine.values.timestampValue valid_to = 6;hasValidTo in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.timestampValue getValidTo()
optional .dstore.engine.values.timestampValue valid_to = 6;getValidTo in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.timestampValueOrBuilder getValidToOrBuilder()
optional .dstore.engine.values.timestampValue valid_to = 6;getValidToOrBuilder in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean getValidToNull()
optional bool valid_to_null = 1006;getValidToNull in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean hasOldValidFrom()
optional .dstore.engine.values.timestampValue old_valid_from = 7;hasOldValidFrom in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.timestampValue getOldValidFrom()
optional .dstore.engine.values.timestampValue old_valid_from = 7;getOldValidFrom in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.timestampValueOrBuilder getOldValidFromOrBuilder()
optional .dstore.engine.values.timestampValue old_valid_from = 7;getOldValidFromOrBuilder in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean getOldValidFromNull()
optional bool old_valid_from_null = 1007;getOldValidFromNull in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean hasDeletePersonRelationship()
optional .dstore.engine.values.booleanValue delete_person_relationship = 8;hasDeletePersonRelationship in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.booleanValue getDeletePersonRelationship()
optional .dstore.engine.values.booleanValue delete_person_relationship = 8;getDeletePersonRelationship in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.booleanValueOrBuilder getDeletePersonRelationshipOrBuilder()
optional .dstore.engine.values.booleanValue delete_person_relationship = 8;getDeletePersonRelationshipOrBuilder in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean getDeletePersonRelationshipNull()
optional bool delete_person_relationship_null = 1008;getDeletePersonRelationshipNull in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean hasAccessLevel()
optional .dstore.engine.values.integerValue access_level = 9;hasAccessLevel in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.integerValue getAccessLevel()
optional .dstore.engine.values.integerValue access_level = 9;getAccessLevel in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic Values.integerValueOrBuilder getAccessLevelOrBuilder()
optional .dstore.engine.values.integerValue access_level = 9;getAccessLevelOrBuilder in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic boolean getAccessLevelNull()
optional bool access_level_null = 1009;getAccessLevelNull in interface PmModifyPersonRelationshipAd.ParametersOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static PmModifyPersonRelationshipAd.Parameters parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PmModifyPersonRelationshipAd.Parameters parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PmModifyPersonRelationshipAd.Parameters parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PmModifyPersonRelationshipAd.Parameters parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PmModifyPersonRelationshipAd.Parameters parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PmModifyPersonRelationshipAd.Parameters parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PmModifyPersonRelationshipAd.Parameters parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PmModifyPersonRelationshipAd.Parameters parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PmModifyPersonRelationshipAd.Parameters parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PmModifyPersonRelationshipAd.Parameters parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic PmModifyPersonRelationshipAd.Parameters.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PmModifyPersonRelationshipAd.Parameters.Builder newBuilder()
public static PmModifyPersonRelationshipAd.Parameters.Builder newBuilder(PmModifyPersonRelationshipAd.Parameters prototype)
public PmModifyPersonRelationshipAd.Parameters.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PmModifyPersonRelationshipAd.Parameters.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static PmModifyPersonRelationshipAd.Parameters getDefaultInstance()
public static com.google.protobuf.Parser<PmModifyPersonRelationshipAd.Parameters> parser()
public com.google.protobuf.Parser<PmModifyPersonRelationshipAd.Parameters> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic PmModifyPersonRelationshipAd.Parameters getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder