public interface CloneSessionEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getClassOfService()
uint32 class_of_service = 3; |
int |
getPacketLengthBytes()
int32 packet_length_bytes = 4; |
Replica |
getReplicas(int index)
repeated .p4.v1.Replica replicas = 2; |
int |
getReplicasCount()
repeated .p4.v1.Replica replicas = 2; |
List<Replica> |
getReplicasList()
repeated .p4.v1.Replica replicas = 2; |
ReplicaOrBuilder |
getReplicasOrBuilder(int index)
repeated .p4.v1.Replica replicas = 2; |
List<? extends ReplicaOrBuilder> |
getReplicasOrBuilderList()
repeated .p4.v1.Replica replicas = 2; |
int |
getSessionId()
uint32 session_id = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getSessionId()
uint32 session_id = 1;
Replica getReplicas(int index)
repeated .p4.v1.Replica replicas = 2;
int getReplicasCount()
repeated .p4.v1.Replica replicas = 2;
List<? extends ReplicaOrBuilder> getReplicasOrBuilderList()
repeated .p4.v1.Replica replicas = 2;
ReplicaOrBuilder getReplicasOrBuilder(int index)
repeated .p4.v1.Replica replicas = 2;
int getClassOfService()
uint32 class_of_service = 3;
int getPacketLengthBytes()
int32 packet_length_bytes = 4;
Copyright © 2018 OpenDaylight. All rights reserved.