Uses of Class
uk.org.siri.www.siri.HeartbeatNotificationStructure.ErrorConditionType.Builder
Packages that use HeartbeatNotificationStructure.ErrorConditionType.Builder
-
Uses of HeartbeatNotificationStructure.ErrorConditionType.Builder in uk.org.siri.www.siri
Methods in uk.org.siri.www.siri that return HeartbeatNotificationStructure.ErrorConditionType.BuilderModifier and TypeMethodDescriptionHeartbeatNotificationStructure.ErrorConditionType.Builder.clear()HeartbeatNotificationStructure.ErrorConditionType.Builder.clearDescription()Text description of error.HeartbeatNotificationStructure.ErrorConditionType.Builder.clearOtherError()Error: Error type other than the well defined codes.HeartbeatNotificationStructure.ErrorConditionType.Builder.clearServiceNotAvailableError()Error: Functional service is not available to use (but it is still capable of giving this response).HeartbeatNotificationStructure.Builder.getErrorConditionBuilder()Description of any error or warning condition that applies to the status check.HeartbeatNotificationStructure.ErrorConditionType.Builder.mergeDescription(ErrorDescriptionStructure value) Text description of error.HeartbeatNotificationStructure.ErrorConditionType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HeartbeatNotificationStructure.ErrorConditionType.Builder.mergeFrom(com.google.protobuf.Message other) HeartbeatNotificationStructure.ErrorConditionType.Builder.mergeFrom(HeartbeatNotificationStructure.ErrorConditionType other) HeartbeatNotificationStructure.ErrorConditionType.Builder.mergeOtherError(OtherErrorStructure value) Error: Error type other than the well defined codes.HeartbeatNotificationStructure.ErrorConditionType.Builder.mergeServiceNotAvailableError(ServiceNotAvailableErrorStructure value) Error: Functional service is not available to use (but it is still capable of giving this response).HeartbeatNotificationStructure.ErrorConditionType.newBuilder()HeartbeatNotificationStructure.ErrorConditionType.newBuilder(HeartbeatNotificationStructure.ErrorConditionType prototype) HeartbeatNotificationStructure.ErrorConditionType.newBuilderForType()HeartbeatNotificationStructure.ErrorConditionType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) HeartbeatNotificationStructure.ErrorConditionType.Builder.setDescription(ErrorDescriptionStructure value) Text description of error.HeartbeatNotificationStructure.ErrorConditionType.Builder.setDescription(ErrorDescriptionStructure.Builder builderForValue) Text description of error.HeartbeatNotificationStructure.ErrorConditionType.Builder.setOtherError(OtherErrorStructure value) Error: Error type other than the well defined codes.HeartbeatNotificationStructure.ErrorConditionType.Builder.setOtherError(OtherErrorStructure.Builder builderForValue) Error: Error type other than the well defined codes.HeartbeatNotificationStructure.ErrorConditionType.Builder.setServiceNotAvailableError(ServiceNotAvailableErrorStructure value) Error: Functional service is not available to use (but it is still capable of giving this response).HeartbeatNotificationStructure.ErrorConditionType.Builder.setServiceNotAvailableError(ServiceNotAvailableErrorStructure.Builder builderForValue) Error: Functional service is not available to use (but it is still capable of giving this response).HeartbeatNotificationStructure.ErrorConditionType.toBuilder()Methods in uk.org.siri.www.siri with parameters of type HeartbeatNotificationStructure.ErrorConditionType.BuilderModifier and TypeMethodDescriptionHeartbeatNotificationStructure.Builder.setErrorCondition(HeartbeatNotificationStructure.ErrorConditionType.Builder builderForValue) Description of any error or warning condition that applies to the status check.